palette icon
palette from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- palette
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
paletteBoxIcons v2paletteBoxIcons v2 SolidpaletteFont Awesome 6 SolidpaletteFont Awesome Solidpalette-outlineFlowbite IconspaletteHuge IconspaletteIconoirpaletteLine AwesomepaletteLucidepaletteMaterial Icon ThemepaletteMaterial SymbolspaletteMaterial Symbols LightpaletteMaterial Design Iconspalette-fillMingCute IconpalettePhosphorpalettePrime Iconspalette-fillRemix Iconpalette-boldSolarpaletteTabler IconspaletteTDesign IconspaletteUnicons
Use the palette icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m4 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M5.5 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m.5 6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="M16 8c0 3.15-1.866 2.585-3.567 2.07C11.42 9.763 10.465 9.473 10 10c-.603.683-.475 1.819-.351 2.92C9.826 14.495 9.996 16 8 16a8 8 0 1 1 8-8m-8 7c.611 0 .654-.171.655-.176c.078-.146.124-.464.07-1.119c-.014-.168-.037-.37-.061-.591c-.052-.464-.112-1.005-.118-1.462c-.01-.707.083-1.61.704-2.314c.369-.417.845-.578 1.272-.618c.404-.038.812.026 1.16.104c.343.077.702.186 1.025.284l.028.008c.346.105.658.199.953.266c.653.148.904.083.991.024C14.717 9.38 15 9.161 15 8a7 7 0 1 0-7 7"/></g></svg>
React
import type { SVGProps } from "react";
export function BiPalette(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m4 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M5.5 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m.5 6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="M16 8c0 3.15-1.866 2.585-3.567 2.07C11.42 9.763 10.465 9.473 10 10c-.603.683-.475 1.819-.351 2.92C9.826 14.495 9.996 16 8 16a8 8 0 1 1 8-8m-8 7c.611 0 .654-.171.655-.176c.078-.146.124-.464.07-1.119c-.014-.168-.037-.37-.061-.591c-.052-.464-.112-1.005-.118-1.462c-.01-.707.083-1.61.704-2.314c.369-.417.845-.578 1.272-.618c.404-.038.812.026 1.16.104c.343.077.702.186 1.025.284l.028.008c.346.105.658.199.953.266c.653.148.904.083.991.024C14.717 9.38 15 9.161 15 8a7 7 0 1 0-7 7"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M8 5a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3m4 3a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3M5.5 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m.5 6a1.5 1.5 0 1 0 0-3a1.5 1.5 0 0 0 0 3"/><path d="M16 8c0 3.15-1.866 2.585-3.567 2.07C11.42 9.763 10.465 9.473 10 10c-.603.683-.475 1.819-.351 2.92C9.826 14.495 9.996 16 8 16a8 8 0 1 1 8-8m-8 7c.611 0 .654-.171.655-.176c.078-.146.124-.464.07-1.119c-.014-.168-.037-.37-.061-.591c-.052-.464-.112-1.005-.118-1.462c-.01-.707.083-1.61.704-2.314c.369-.417.845-.578 1.272-.618c.404-.038.812.026 1.16.104c.343.077.702.186 1.025.284l.028.008c.346.105.658.199.953.266c.653.148.904.083.991.024C14.717 9.38 15 9.161 15 8a7 7 0 1 0-7 7"/></g></svg> </template>
CSS
.icon-palette {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%205a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m4%203a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M5.5%207a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m.5%206a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20d%3D%22M16%208c0%203.15-1.866%202.585-3.567%202.07C11.42%209.763%2010.465%209.473%2010%2010c-.603.683-.475%201.819-.351%202.92C9.826%2014.495%209.996%2016%208%2016a8%208%200%201%201%208-8m-8%207c.611%200%20.654-.171.655-.176c.078-.146.124-.464.07-1.119c-.014-.168-.037-.37-.061-.591c-.052-.464-.112-1.005-.118-1.462c-.01-.707.083-1.61.704-2.314c.369-.417.845-.578%201.272-.618c.404-.038.812.026%201.16.104c.343.077.702.186%201.025.284l.028.008c.346.105.658.199.953.266c.653.148.904.083.991.024C14.717%209.38%2015%209.161%2015%208a7%207%200%201%200-7%207%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M8%205a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203m4%203a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203M5.5%207a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m.5%206a1.5%201.5%200%201%200%200-3a1.5%201.5%200%200%200%200%203%22%2F%3E%3Cpath%20d%3D%22M16%208c0%203.15-1.866%202.585-3.567%202.07C11.42%209.763%2010.465%209.473%2010%2010c-.603.683-.475%201.819-.351%202.92C9.826%2014.495%209.996%2016%208%2016a8%208%200%201%201%208-8m-8%207c.611%200%20.654-.171.655-.176c.078-.146.124-.464.07-1.119c-.014-.168-.037-.37-.061-.591c-.052-.464-.112-1.005-.118-1.462c-.01-.707.083-1.61.704-2.314c.369-.417.845-.578%201.272-.618c.404-.038.812.026%201.16.104c.343.077.702.186%201.025.284l.028.008c.346.105.658.199.953.266c.653.148.904.083.991.024C14.717%209.38%2015%209.161%2015%208a7%207%200%201%200-7%207%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/palette.svg?color=%231a73e8&size=48