palette icon
palette from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- palette
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
paletteBootstrap IconspaletteBoxIcons v2paletteBoxIcons v2 SolidpaletteFont Awesome 6 SolidpaletteFont Awesome Solidpalette-outlineFlowbite 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"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M21.82 10.413c.242 1.439.363 2.159-.578 3.52c-.096.14-.345.438-.465.558c-1.167 1.168-2.346 1.168-4.705 1.168h-1.933c-.63 0-.946 0-1.175.055a2.023 2.023 0 0 0-1.511 2.262c.034.236.151.533.386 1.126c.095.243.143.364.175.628c.115.978-.927 2.22-1.898 2.263c-.262.01-.28.007-.313 0a9.93 9.93 0 0 1-5.62-3.55C.738 14.08 1.432 7.712 5.736 4.22S16.323 1.43 19.77 5.793a10.14 10.14 0 0 1 2.05 4.62Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M7.367 7.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 8h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4.375-10h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4.375 2h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m1.875 4h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-12.625 0h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPalette(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path d="M21.82 10.413c.242 1.439.363 2.159-.578 3.52c-.096.14-.345.438-.465.558c-1.167 1.168-2.346 1.168-4.705 1.168h-1.933c-.63 0-.946 0-1.175.055a2.023 2.023 0 0 0-1.511 2.262c.034.236.151.533.386 1.126c.095.243.143.364.175.628c.115.978-.927 2.22-1.898 2.263c-.262.01-.28.007-.313 0a9.93 9.93 0 0 1-5.62-3.55C.738 14.08 1.432 7.712 5.736 4.22S16.323 1.43 19.77 5.793a10.14 10.14 0 0 1 2.05 4.62Z" clipRule="evenodd"/><path strokeLinecap="round" d="M7.367 7.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 8h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4.375-10h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4.375 2h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m1.875 4h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-12.625 0h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path d="M21.82 10.413c.242 1.439.363 2.159-.578 3.52c-.096.14-.345.438-.465.558c-1.167 1.168-2.346 1.168-4.705 1.168h-1.933c-.63 0-.946 0-1.175.055a2.023 2.023 0 0 0-1.511 2.262c.034.236.151.533.386 1.126c.095.243.143.364.175.628c.115.978-.927 2.22-1.898 2.263c-.262.01-.28.007-.313 0a9.93 9.93 0 0 1-5.62-3.55C.738 14.08 1.432 7.712 5.736 4.22S16.323 1.43 19.77 5.793a10.14 10.14 0 0 1 2.05 4.62Z" clip-rule="evenodd"/><path stroke-linecap="round" d="M7.367 7.75h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-.125 8h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4.375-10h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m4.375 2h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m1.875 4h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m-12.625 0h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.82%2010.413c.242%201.439.363%202.159-.578%203.52c-.096.14-.345.438-.465.558c-1.167%201.168-2.346%201.168-4.705%201.168h-1.933c-.63%200-.946%200-1.175.055a2.023%202.023%200%200%200-1.511%202.262c.034.236.151.533.386%201.126c.095.243.143.364.175.628c.115.978-.927%202.22-1.898%202.263c-.262.01-.28.007-.313%200a9.93%209.93%200%200%201-5.62-3.55C.738%2014.08%201.432%207.712%205.736%204.22S16.323%201.43%2019.77%205.793a10.14%2010.14%200%200%201%202.05%204.62Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.367%207.75h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-.125%208h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m4.375-10h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m4.375%202h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m1.875%204h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-12.625%200h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M21.82%2010.413c.242%201.439.363%202.159-.578%203.52c-.096.14-.345.438-.465.558c-1.167%201.168-2.346%201.168-4.705%201.168h-1.933c-.63%200-.946%200-1.175.055a2.023%202.023%200%200%200-1.511%202.262c.034.236.151.533.386%201.126c.095.243.143.364.175.628c.115.978-.927%202.22-1.898%202.263c-.262.01-.28.007-.313%200a9.93%209.93%200%200%201-5.62-3.55C.738%2014.08%201.432%207.712%205.736%204.22S16.323%201.43%2019.77%205.793a10.14%2010.14%200%200%201%202.05%204.62Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.367%207.75h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-.125%208h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m4.375-10h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m4.375%202h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m1.875%204h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m-12.625%200h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/palette.svg?color=%231a73e8&size=48