palette logo
palette from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- palette
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
The same logo in other sets
paletteBootstrap IconspaletteBoxIcons v2paletteBoxIcons v2 SolidpaletteFont Awesome 6 SolidpaletteFont Awesome Solidpalette-outlineFlowbite IconspaletteHuge IconspaletteIconoirpaletteLine AwesomepaletteLucidepaletteMaterial SymbolspaletteMaterial Symbols LightpaletteMaterial Design Iconspalette-fillMingCute IconpalettePhosphorpalettePrime Iconspalette-fillRemix Iconpalette-boldSolarpaletteTabler IconspaletteTDesign IconspaletteUnicons
Use the palette logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#4fc3f7" d="M12.278 8a1.167 1.167 0 0 1-1.167-1.167a1.167 1.167 0 0 1 1.167-1.166a1.167 1.167 0 0 1 1.166 1.166A1.167 1.167 0 0 1 12.278 8M9.944 4.889a1.167 1.167 0 0 1-1.166-1.167a1.167 1.167 0 0 1 1.166-1.166a1.167 1.167 0 0 1 1.167 1.166A1.167 1.167 0 0 1 9.944 4.89m-3.888 0a1.167 1.167 0 0 1-1.167-1.167a1.167 1.167 0 0 1 1.167-1.166a1.167 1.167 0 0 1 1.166 1.166A1.167 1.167 0 0 1 6.056 4.89M3.722 8a1.167 1.167 0 0 1-1.166-1.167a1.167 1.167 0 0 1 1.166-1.166A1.167 1.167 0 0 1 4.89 6.833A1.167 1.167 0 0 1 3.722 8M8 1a7 7 0 0 0-7 7a7 7 0 0 0 7 7a1.167 1.167 0 0 0 1.167-1.167c0-.303-.117-.575-.304-.777a1.2 1.2 0 0 1-.295-.778a1.167 1.167 0 0 1 1.166-1.167h1.377A3.89 3.89 0 0 0 15 7.222C15 3.784 11.866 1 8 1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemePalette(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#4fc3f7" d="M12.278 8a1.167 1.167 0 0 1-1.167-1.167a1.167 1.167 0 0 1 1.167-1.166a1.167 1.167 0 0 1 1.166 1.166A1.167 1.167 0 0 1 12.278 8M9.944 4.889a1.167 1.167 0 0 1-1.166-1.167a1.167 1.167 0 0 1 1.166-1.166a1.167 1.167 0 0 1 1.167 1.166A1.167 1.167 0 0 1 9.944 4.89m-3.888 0a1.167 1.167 0 0 1-1.167-1.167a1.167 1.167 0 0 1 1.167-1.166a1.167 1.167 0 0 1 1.166 1.166A1.167 1.167 0 0 1 6.056 4.89M3.722 8a1.167 1.167 0 0 1-1.166-1.167a1.167 1.167 0 0 1 1.166-1.166A1.167 1.167 0 0 1 4.89 6.833A1.167 1.167 0 0 1 3.722 8M8 1a7 7 0 0 0-7 7a7 7 0 0 0 7 7a1.167 1.167 0 0 0 1.167-1.167c0-.303-.117-.575-.304-.777a1.2 1.2 0 0 1-.295-.778a1.167 1.167 0 0 1 1.166-1.167h1.377A3.89 3.89 0 0 0 15 7.222C15 3.784 11.866 1 8 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#4fc3f7" d="M12.278 8a1.167 1.167 0 0 1-1.167-1.167a1.167 1.167 0 0 1 1.167-1.166a1.167 1.167 0 0 1 1.166 1.166A1.167 1.167 0 0 1 12.278 8M9.944 4.889a1.167 1.167 0 0 1-1.166-1.167a1.167 1.167 0 0 1 1.166-1.166a1.167 1.167 0 0 1 1.167 1.166A1.167 1.167 0 0 1 9.944 4.89m-3.888 0a1.167 1.167 0 0 1-1.167-1.167a1.167 1.167 0 0 1 1.167-1.166a1.167 1.167 0 0 1 1.166 1.166A1.167 1.167 0 0 1 6.056 4.89M3.722 8a1.167 1.167 0 0 1-1.166-1.167a1.167 1.167 0 0 1 1.166-1.166A1.167 1.167 0 0 1 4.89 6.833A1.167 1.167 0 0 1 3.722 8M8 1a7 7 0 0 0-7 7a7 7 0 0 0 7 7a1.167 1.167 0 0 0 1.167-1.167c0-.303-.117-.575-.304-.777a1.2 1.2 0 0 1-.295-.778a1.167 1.167 0 0 1 1.166-1.167h1.377A3.89 3.89 0 0 0 15 7.222C15 3.784 11.866 1 8 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%2016%2016%22%3E%3Cpath%20fill%3D%22%234fc3f7%22%20d%3D%22M12.278%208a1.167%201.167%200%200%201-1.167-1.167a1.167%201.167%200%200%201%201.167-1.166a1.167%201.167%200%200%201%201.166%201.166A1.167%201.167%200%200%201%2012.278%208M9.944%204.889a1.167%201.167%200%200%201-1.166-1.167a1.167%201.167%200%200%201%201.166-1.166a1.167%201.167%200%200%201%201.167%201.166A1.167%201.167%200%200%201%209.944%204.89m-3.888%200a1.167%201.167%200%200%201-1.167-1.167a1.167%201.167%200%200%201%201.167-1.166a1.167%201.167%200%200%201%201.166%201.166A1.167%201.167%200%200%201%206.056%204.89M3.722%208a1.167%201.167%200%200%201-1.166-1.167a1.167%201.167%200%200%201%201.166-1.166A1.167%201.167%200%200%201%204.89%206.833A1.167%201.167%200%200%201%203.722%208M8%201a7%207%200%200%200-7%207a7%207%200%200%200%207%207a1.167%201.167%200%200%200%201.167-1.167c0-.303-.117-.575-.304-.777a1.2%201.2%200%200%201-.295-.778a1.167%201.167%200%200%201%201.166-1.167h1.377A3.89%203.89%200%200%200%2015%207.222C15%203.784%2011.866%201%208%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22%234fc3f7%22%20d%3D%22M12.278%208a1.167%201.167%200%200%201-1.167-1.167a1.167%201.167%200%200%201%201.167-1.166a1.167%201.167%200%200%201%201.166%201.166A1.167%201.167%200%200%201%2012.278%208M9.944%204.889a1.167%201.167%200%200%201-1.166-1.167a1.167%201.167%200%200%201%201.166-1.166a1.167%201.167%200%200%201%201.167%201.166A1.167%201.167%200%200%201%209.944%204.89m-3.888%200a1.167%201.167%200%200%201-1.167-1.167a1.167%201.167%200%200%201%201.167-1.166a1.167%201.167%200%200%201%201.166%201.166A1.167%201.167%200%200%201%206.056%204.89M3.722%208a1.167%201.167%200%200%201-1.166-1.167a1.167%201.167%200%200%201%201.166-1.166A1.167%201.167%200%200%201%204.89%206.833A1.167%201.167%200%200%201%203.722%208M8%201a7%207%200%200%200-7%207a7%207%200%200%200%207%207a1.167%201.167%200%200%200%201.167-1.167c0-.303-.117-.575-.304-.777a1.2%201.2%200%200%201-.295-.778a1.167%201.167%200%200%201%201.166-1.167h1.377A3.89%203.89%200%200%200%2015%207.222C15%203.784%2011.866%201%208%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/palette.svg?color=%231a73e8&size=48