palette icon
palette from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- palette
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-palette
The same icon in other sets
paletteBootstrap IconspaletteBoxIcons 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 24 24"><path fill="currentColor" d="M13.4 2.096a10.08 10.08 0 0 0-8.937 3.331A10.05 10.05 0 0 0 2.096 13.4c.53 3.894 3.458 7.207 7.285 8.246a10 10 0 0 0 2.618.354l.142-.001a3 3 0 0 0 2.516-1.426a2.99 2.99 0 0 0 .153-2.879l-.199-.416a1.92 1.92 0 0 1 .094-1.912a2.004 2.004 0 0 1 2.576-.755l.412.197c.412.198.85.299 1.301.299A3.02 3.02 0 0 0 22 12.14a10 10 0 0 0-.353-2.76c-1.04-3.826-4.353-6.754-8.247-7.284m5.158 10.909l-.412-.197c-1.828-.878-4.07-.198-5.135 1.494c-.738 1.176-.813 2.576-.204 3.842l.199.416a.98.98 0 0 1-.051.961a.99.99 0 0 1-.844.479h-.112a8 8 0 0 1-2.095-.283c-3.063-.831-5.403-3.479-5.826-6.586c-.321-2.355.352-4.623 1.893-6.389a8 8 0 0 1 7.16-2.664c3.107.423 5.755 2.764 6.586 5.826c.198.73.293 1.474.282 2.207c-.012.807-.845 1.183-1.441.894"/><circle cx="7.5" cy="14.5" r="1.5" fill="currentColor"/><circle cx="7.5" cy="10.5" r="1.5" fill="currentColor"/><circle cx="10.5" cy="7.5" r="1.5" fill="currentColor"/><circle cx="14.5" cy="7.5" r="1.5" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxPalette(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="M13.4 2.096a10.08 10.08 0 0 0-8.937 3.331A10.05 10.05 0 0 0 2.096 13.4c.53 3.894 3.458 7.207 7.285 8.246a10 10 0 0 0 2.618.354l.142-.001a3 3 0 0 0 2.516-1.426a2.99 2.99 0 0 0 .153-2.879l-.199-.416a1.92 1.92 0 0 1 .094-1.912a2.004 2.004 0 0 1 2.576-.755l.412.197c.412.198.85.299 1.301.299A3.02 3.02 0 0 0 22 12.14a10 10 0 0 0-.353-2.76c-1.04-3.826-4.353-6.754-8.247-7.284m5.158 10.909l-.412-.197c-1.828-.878-4.07-.198-5.135 1.494c-.738 1.176-.813 2.576-.204 3.842l.199.416a.98.98 0 0 1-.051.961a.99.99 0 0 1-.844.479h-.112a8 8 0 0 1-2.095-.283c-3.063-.831-5.403-3.479-5.826-6.586c-.321-2.355.352-4.623 1.893-6.389a8 8 0 0 1 7.16-2.664c3.107.423 5.755 2.764 6.586 5.826c.198.73.293 1.474.282 2.207c-.012.807-.845 1.183-1.441.894"/><circle cx="7.5" cy="14.5" r="1.5" fill="currentColor"/><circle cx="7.5" cy="10.5" r="1.5" fill="currentColor"/><circle cx="10.5" cy="7.5" r="1.5" fill="currentColor"/><circle cx="14.5" cy="7.5" r="1.5" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.4 2.096a10.08 10.08 0 0 0-8.937 3.331A10.05 10.05 0 0 0 2.096 13.4c.53 3.894 3.458 7.207 7.285 8.246a10 10 0 0 0 2.618.354l.142-.001a3 3 0 0 0 2.516-1.426a2.99 2.99 0 0 0 .153-2.879l-.199-.416a1.92 1.92 0 0 1 .094-1.912a2.004 2.004 0 0 1 2.576-.755l.412.197c.412.198.85.299 1.301.299A3.02 3.02 0 0 0 22 12.14a10 10 0 0 0-.353-2.76c-1.04-3.826-4.353-6.754-8.247-7.284m5.158 10.909l-.412-.197c-1.828-.878-4.07-.198-5.135 1.494c-.738 1.176-.813 2.576-.204 3.842l.199.416a.98.98 0 0 1-.051.961a.99.99 0 0 1-.844.479h-.112a8 8 0 0 1-2.095-.283c-3.063-.831-5.403-3.479-5.826-6.586c-.321-2.355.352-4.623 1.893-6.389a8 8 0 0 1 7.16-2.664c3.107.423 5.755 2.764 6.586 5.826c.198.73.293 1.474.282 2.207c-.012.807-.845 1.183-1.441.894"/><circle cx="7.5" cy="14.5" r="1.5" fill="currentColor"/><circle cx="7.5" cy="10.5" r="1.5" fill="currentColor"/><circle cx="10.5" cy="7.5" r="1.5" fill="currentColor"/><circle cx="14.5" cy="7.5" r="1.5" fill="currentColor"/></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%22M13.4%202.096a10.08%2010.08%200%200%200-8.937%203.331A10.05%2010.05%200%200%200%202.096%2013.4c.53%203.894%203.458%207.207%207.285%208.246a10%2010%200%200%200%202.618.354l.142-.001a3%203%200%200%200%202.516-1.426a2.99%202.99%200%200%200%20.153-2.879l-.199-.416a1.92%201.92%200%200%201%20.094-1.912a2.004%202.004%200%200%201%202.576-.755l.412.197c.412.198.85.299%201.301.299A3.02%203.02%200%200%200%2022%2012.14a10%2010%200%200%200-.353-2.76c-1.04-3.826-4.353-6.754-8.247-7.284m5.158%2010.909l-.412-.197c-1.828-.878-4.07-.198-5.135%201.494c-.738%201.176-.813%202.576-.204%203.842l.199.416a.98.98%200%200%201-.051.961a.99.99%200%200%201-.844.479h-.112a8%208%200%200%201-2.095-.283c-3.063-.831-5.403-3.479-5.826-6.586c-.321-2.355.352-4.623%201.893-6.389a8%208%200%200%201%207.16-2.664c3.107.423%205.755%202.764%206.586%205.826c.198.73.293%201.474.282%202.207c-.012.807-.845%201.183-1.441.894%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2210.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%227.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2214.5%22%20cy%3D%227.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%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%22M13.4%202.096a10.08%2010.08%200%200%200-8.937%203.331A10.05%2010.05%200%200%200%202.096%2013.4c.53%203.894%203.458%207.207%207.285%208.246a10%2010%200%200%200%202.618.354l.142-.001a3%203%200%200%200%202.516-1.426a2.99%202.99%200%200%200%20.153-2.879l-.199-.416a1.92%201.92%200%200%201%20.094-1.912a2.004%202.004%200%200%201%202.576-.755l.412.197c.412.198.85.299%201.301.299A3.02%203.02%200%200%200%2022%2012.14a10%2010%200%200%200-.353-2.76c-1.04-3.826-4.353-6.754-8.247-7.284m5.158%2010.909l-.412-.197c-1.828-.878-4.07-.198-5.135%201.494c-.738%201.176-.813%202.576-.204%203.842l.199.416a.98.98%200%200%201-.051.961a.99.99%200%200%201-.844.479h-.112a8%208%200%200%201-2.095-.283c-3.063-.831-5.403-3.479-5.826-6.586c-.321-2.355.352-4.623%201.893-6.389a8%208%200%200%201%207.16-2.664c3.107.423%205.755%202.764%206.586%205.826c.198.73.293%201.474.282%202.207c-.012.807-.845%201.183-1.441.894%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2214.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%227.5%22%20cy%3D%2210.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%227.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Ccircle%20cx%3D%2214.5%22%20cy%3D%227.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/palette.svg?color=%231a73e8&size=48