palette icon
palette from Unicons by Iconscout · Line · Design Tools · Apache-2.0 Free for personal and commercial use.
- Name
- palette
- Set
- Unicons
- Style
- Line
- Category
- Design Tools
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
paletteBootstrap IconspaletteBoxIcons 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 Icons
More design tools icons from Unicons
appsborder-outbring-bottombring-frontbrush-altcircle-layercompresscompress-linescompress-vcrop-altcrop-alt-rotate-leftcrop-alt-rotate-rightexcludeflip-hflip-h-altflip-vflip-v-altgridshorizontal-align-centerhorizontal-align-lefthorizontal-align-righthorizontal-distribution-centerhorizontal-distribution-lefthorizontal-distribution-right
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="M7.42 15.54a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m0-8.49a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m4.95 10a1 1 0 1 0 1 1a1 1 0 0 0-1-1.05Zm-6-6a1 1 0 1 0 1 1a1 1 0 0 0-1-1.05Zm6-6a1 1 0 1 0 1 1a1 1 0 0 0-1-1.05Zm3.54 2.05a1 1 0 1 0 1.41 0a1 1 0 0 0-1.41-.05Zm6.3 0a11 11 0 1 0-7.85 15.74a3.87 3.87 0 0 0 2.5-1.65a4.2 4.2 0 0 0 .61-3.19a5.7 5.7 0 0 1-.1-1a5 5 0 0 1 3-4.56a3.84 3.84 0 0 0 2.06-2.25a4 4 0 0 0-.22-3.11Zm-1.7 2.44a1.9 1.9 0 0 1-1 1.09A7 7 0 0 0 15.37 17a7.3 7.3 0 0 0 .14 1.4a2.16 2.16 0 0 1-.31 1.65a1.8 1.8 0 0 1-1.21.8a8.7 8.7 0 0 1-1.62.15a9 9 0 0 1-9-9.28A9.05 9.05 0 0 1 11.85 3h.51a9 9 0 0 1 8.06 5a2 2 0 0 1 .09 1.52ZM12.37 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
React
import type { SVGProps } from "react";
export function UilPalette(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="M7.42 15.54a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m0-8.49a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m4.95 10a1 1 0 1 0 1 1a1 1 0 0 0-1-1.05Zm-6-6a1 1 0 1 0 1 1a1 1 0 0 0-1-1.05Zm6-6a1 1 0 1 0 1 1a1 1 0 0 0-1-1.05Zm3.54 2.05a1 1 0 1 0 1.41 0a1 1 0 0 0-1.41-.05Zm6.3 0a11 11 0 1 0-7.85 15.74a3.87 3.87 0 0 0 2.5-1.65a4.2 4.2 0 0 0 .61-3.19a5.7 5.7 0 0 1-.1-1a5 5 0 0 1 3-4.56a3.84 3.84 0 0 0 2.06-2.25a4 4 0 0 0-.22-3.11Zm-1.7 2.44a1.9 1.9 0 0 1-1 1.09A7 7 0 0 0 15.37 17a7.3 7.3 0 0 0 .14 1.4a2.16 2.16 0 0 1-.31 1.65a1.8 1.8 0 0 1-1.21.8a8.7 8.7 0 0 1-1.62.15a9 9 0 0 1-9-9.28A9.05 9.05 0 0 1 11.85 3h.51a9 9 0 0 1 8.06 5a2 2 0 0 1 .09 1.52ZM12.37 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.42 15.54a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m0-8.49a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.41a1 1 0 0 0-1.42 0m4.95 10a1 1 0 1 0 1 1a1 1 0 0 0-1-1.05Zm-6-6a1 1 0 1 0 1 1a1 1 0 0 0-1-1.05Zm6-6a1 1 0 1 0 1 1a1 1 0 0 0-1-1.05Zm3.54 2.05a1 1 0 1 0 1.41 0a1 1 0 0 0-1.41-.05Zm6.3 0a11 11 0 1 0-7.85 15.74a3.87 3.87 0 0 0 2.5-1.65a4.2 4.2 0 0 0 .61-3.19a5.7 5.7 0 0 1-.1-1a5 5 0 0 1 3-4.56a3.84 3.84 0 0 0 2.06-2.25a4 4 0 0 0-.22-3.11Zm-1.7 2.44a1.9 1.9 0 0 1-1 1.09A7 7 0 0 0 15.37 17a7.3 7.3 0 0 0 .14 1.4a2.16 2.16 0 0 1-.31 1.65a1.8 1.8 0 0 1-1.21.8a8.7 8.7 0 0 1-1.62.15a9 9 0 0 1-9-9.28A9.05 9.05 0 0 1 11.85 3h.51a9 9 0 0 1 8.06 5a2 2 0 0 1 .09 1.52ZM12.37 11a1 1 0 1 0 1 1a1 1 0 0 0-1-1"/></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%22M7.42%2015.54a1%201%200%200%200%200%201.41a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200m0-8.49a1%201%200%200%200%200%201.41a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200m4.95%2010a1%201%200%201%200%201%201a1%201%200%200%200-1-1.05Zm-6-6a1%201%200%201%200%201%201a1%201%200%200%200-1-1.05Zm6-6a1%201%200%201%200%201%201a1%201%200%200%200-1-1.05Zm3.54%202.05a1%201%200%201%200%201.41%200a1%201%200%200%200-1.41-.05Zm6.3%200a11%2011%200%201%200-7.85%2015.74a3.87%203.87%200%200%200%202.5-1.65a4.2%204.2%200%200%200%20.61-3.19a5.7%205.7%200%200%201-.1-1a5%205%200%200%201%203-4.56a3.84%203.84%200%200%200%202.06-2.25a4%204%200%200%200-.22-3.11Zm-1.7%202.44a1.9%201.9%200%200%201-1%201.09A7%207%200%200%200%2015.37%2017a7.3%207.3%200%200%200%20.14%201.4a2.16%202.16%200%200%201-.31%201.65a1.8%201.8%200%200%201-1.21.8a8.7%208.7%200%200%201-1.62.15a9%209%200%200%201-9-9.28A9.05%209.05%200%200%201%2011.85%203h.51a9%209%200%200%201%208.06%205a2%202%200%200%201%20.09%201.52ZM12.37%2011a1%201%200%201%200%201%201a1%201%200%200%200-1-1%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%22M7.42%2015.54a1%201%200%200%200%200%201.41a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200m0-8.49a1%201%200%200%200%200%201.41a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.41a1%201%200%200%200-1.42%200m4.95%2010a1%201%200%201%200%201%201a1%201%200%200%200-1-1.05Zm-6-6a1%201%200%201%200%201%201a1%201%200%200%200-1-1.05Zm6-6a1%201%200%201%200%201%201a1%201%200%200%200-1-1.05Zm3.54%202.05a1%201%200%201%200%201.41%200a1%201%200%200%200-1.41-.05Zm6.3%200a11%2011%200%201%200-7.85%2015.74a3.87%203.87%200%200%200%202.5-1.65a4.2%204.2%200%200%200%20.61-3.19a5.7%205.7%200%200%201-.1-1a5%205%200%200%201%203-4.56a3.84%203.84%200%200%200%202.06-2.25a4%204%200%200%200-.22-3.11Zm-1.7%202.44a1.9%201.9%200%200%201-1%201.09A7%207%200%200%200%2015.37%2017a7.3%207.3%200%200%200%20.14%201.4a2.16%202.16%200%200%201-.31%201.65a1.8%201.8%200%200%201-1.21.8a8.7%208.7%200%200%201-1.62.15a9%209%200%200%201-9-9.28A9.05%209.05%200%200%201%2011.85%203h.51a9%209%200%200%201%208.06%205a2%202%200%200%201%20.09%201.52ZM12.37%2011a1%201%200%201%200%201%201a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/palette.svg?color=%231a73e8&size=48