palette icon
palette from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.
- Name
- palette
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- palette-rounded, palette-sharp
1 other variant in Material Symbols Light
The same icon in other sets
paletteBootstrap IconspaletteBoxIcons v2paletteBoxIcons v2 SolidpaletteFont Awesome 6 SolidpaletteFont Awesome Solidpalette-outlineFlowbite IconspaletteHuge IconspaletteIconoirpaletteLine AwesomepaletteLucidepaletteMaterial Icon ThemepaletteMaterial SymbolspaletteMaterial Design Iconspalette-fillMingCute IconpalettePhosphorpalettePrime Iconspalette-fillRemix Iconpalette-boldSolarpaletteTabler IconspaletteTDesign IconspaletteUnicons
More images icons from Material Symbols Light
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="M11.962 21q-1.839 0-3.471-.71q-1.633-.711-2.851-1.93T3.71 15.5T3 12q0-1.883.726-3.525t1.979-2.858t2.94-1.916T12.238 3q1.75 0 3.332.591q1.583.592 2.786 1.64q1.203 1.05 1.923 2.5t.72 3.165q0 2.318-1.336 3.71T16 16h-1.773q-.629 0-1.053.433t-.424 1.044q0 .627.375 1.064t.375 1.009q0 .73-.409 1.09q-.408.36-1.13.36M7.21 12.21q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m3-4q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m5 0q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m3 4q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPalette(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="M11.962 21q-1.839 0-3.471-.71q-1.633-.711-2.851-1.93T3.71 15.5T3 12q0-1.883.726-3.525t1.979-2.858t2.94-1.916T12.238 3q1.75 0 3.332.591q1.583.592 2.786 1.64q1.203 1.05 1.923 2.5t.72 3.165q0 2.318-1.336 3.71T16 16h-1.773q-.629 0-1.053.433t-.424 1.044q0 .627.375 1.064t.375 1.009q0 .73-.409 1.09q-.408.36-1.13.36M7.21 12.21q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m3-4q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m5 0q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m3 4q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.962 21q-1.839 0-3.471-.71q-1.633-.711-2.851-1.93T3.71 15.5T3 12q0-1.883.726-3.525t1.979-2.858t2.94-1.916T12.238 3q1.75 0 3.332.591q1.583.592 2.786 1.64q1.203 1.05 1.923 2.5t.72 3.165q0 2.318-1.336 3.71T16 16h-1.773q-.629 0-1.053.433t-.424 1.044q0 .627.375 1.064t.375 1.009q0 .73-.409 1.09q-.408.36-1.13.36M7.21 12.21q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m3-4q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m5 0q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m3 4q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29"/></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%22M11.962%2021q-1.839%200-3.471-.71q-1.633-.711-2.851-1.93T3.71%2015.5T3%2012q0-1.883.726-3.525t1.979-2.858t2.94-1.916T12.238%203q1.75%200%203.332.591q1.583.592%202.786%201.64q1.203%201.05%201.923%202.5t.72%203.165q0%202.318-1.336%203.71T16%2016h-1.773q-.629%200-1.053.433t-.424%201.044q0%20.627.375%201.064t.375%201.009q0%20.73-.409%201.09q-.408.36-1.13.36M7.21%2012.21q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m3-4q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m5%200q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m3%204q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29%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%22M11.962%2021q-1.839%200-3.471-.71q-1.633-.711-2.851-1.93T3.71%2015.5T3%2012q0-1.883.726-3.525t1.979-2.858t2.94-1.916T12.238%203q1.75%200%203.332.591q1.583.592%202.786%201.64q1.203%201.05%201.923%202.5t.72%203.165q0%202.318-1.336%203.71T16%2016h-1.773q-.629%200-1.053.433t-.424%201.044q0%20.627.375%201.064t.375%201.009q0%20.73-.409%201.09q-.408.36-1.13.36M7.21%2012.21q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m3-4q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m5%200q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29m3%204q.29-.29.29-.71t-.29-.71t-.71-.29t-.71.29t-.29.71t.29.71t.71.29t.71-.29%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/palette.svg?color=%231a73e8&size=48