palette icon
palette from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- palette
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
paletteBootstrap IconspaletteBoxIcons v2paletteFont 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 24 24"><path fill="currentColor" d="M9.38 21.646A10 10 0 0 0 12 22l.141-.001a3 3 0 0 0 2.515-1.425c.542-.876.6-1.953.153-2.88l-.198-.415c-.453-.942-.097-1.796.388-2.281s1.341-.841 2.28-.388h.001l.413.199a2.99 2.99 0 0 0 2.881-.153A3 3 0 0 0 22 12.141a10 10 0 0 0-.353-2.76c-1.038-3.827-4.353-6.754-8.246-7.285c-3.149-.427-6.241.602-8.471 2.833S1.666 10.247 2.096 13.4c.53 3.894 3.458 7.208 7.284 8.246M15.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-5-1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M9 15.506a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-2.5-6.5a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 6.5 9.006"/></svg>
React
import type { SVGProps } from "react";
export function BxsPalette(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.38 21.646A10 10 0 0 0 12 22l.141-.001a3 3 0 0 0 2.515-1.425c.542-.876.6-1.953.153-2.88l-.198-.415c-.453-.942-.097-1.796.388-2.281s1.341-.841 2.28-.388h.001l.413.199a2.99 2.99 0 0 0 2.881-.153A3 3 0 0 0 22 12.141a10 10 0 0 0-.353-2.76c-1.038-3.827-4.353-6.754-8.246-7.285c-3.149-.427-6.241.602-8.471 2.833S1.666 10.247 2.096 13.4c.53 3.894 3.458 7.208 7.284 8.246M15.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-5-1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M9 15.506a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-2.5-6.5a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 6.5 9.006"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.38 21.646A10 10 0 0 0 12 22l.141-.001a3 3 0 0 0 2.515-1.425c.542-.876.6-1.953.153-2.88l-.198-.415c-.453-.942-.097-1.796.388-2.281s1.341-.841 2.28-.388h.001l.413.199a2.99 2.99 0 0 0 2.881-.153A3 3 0 0 0 22 12.141a10 10 0 0 0-.353-2.76c-1.038-3.827-4.353-6.754-8.246-7.285c-3.149-.427-6.241.602-8.471 2.833S1.666 10.247 2.096 13.4c.53 3.894 3.458 7.208 7.284 8.246M15.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3m-5-1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M9 15.506a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0m-2.5-6.5a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 6.5 9.006"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.38%2021.646A10%2010%200%200%200%2012%2022l.141-.001a3%203%200%200%200%202.515-1.425c.542-.876.6-1.953.153-2.88l-.198-.415c-.453-.942-.097-1.796.388-2.281s1.341-.841%202.28-.388h.001l.413.199a2.99%202.99%200%200%200%202.881-.153A3%203%200%200%200%2022%2012.141a10%2010%200%200%200-.353-2.76c-1.038-3.827-4.353-6.754-8.246-7.285c-3.149-.427-6.241.602-8.471%202.833S1.666%2010.247%202.096%2013.4c.53%203.894%203.458%207.208%207.284%208.246M15.5%206a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m-5-1a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M9%2015.506a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-2.5-6.5a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%206.5%209.006%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.38%2021.646A10%2010%200%200%200%2012%2022l.141-.001a3%203%200%200%200%202.515-1.425c.542-.876.6-1.953.153-2.88l-.198-.415c-.453-.942-.097-1.796.388-2.281s1.341-.841%202.28-.388h.001l.413.199a2.99%202.99%200%200%200%202.881-.153A3%203%200%200%200%2022%2012.141a10%2010%200%200%200-.353-2.76c-1.038-3.827-4.353-6.754-8.246-7.285c-3.149-.427-6.241.602-8.471%202.833S1.666%2010.247%202.096%2013.4c.53%203.894%203.458%207.208%207.284%208.246M15.5%206a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3m-5-1a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M9%2015.506a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200m-2.5-6.5a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%206.5%209.006%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/palette.svg?color=%231a73e8&size=48