palette from Material Symbols by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
palette
Set
Material Symbols
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
palette-rounded, palette-sharp

1 other variant in Material Symbols

The same icon in other sets

More images icons from Material Symbols

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="M12 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.813-3.9t2.2-3.175T8.25 2.788T12.2 2q2 0 3.775.688t3.113 1.9t2.125 2.875T22 11.05q0 2.875-1.75 4.413T16 17h-1.85q-.225 0-.312.125t-.088.275q0 .3.375.863t.375 1.287q0 1.25-.687 1.85T12 22m-4.425-9.425Q8 12.15 8 11.5t-.425-1.075T6.5 10t-1.075.425T5 11.5t.425 1.075T6.5 13t1.075-.425m3-4Q11 8.15 11 7.5t-.425-1.075T9.5 6t-1.075.425T8 7.5t.425 1.075T9.5 9t1.075-.425m5 0Q16 8.15 16 7.5t-.425-1.075T14.5 6t-1.075.425T13 7.5t.425 1.075T14.5 9t1.075-.425m3 4Q19 12.15 19 11.5t-.425-1.075T17.5 10t-1.075.425T16 11.5t.425 1.075T17.5 13t1.075-.425"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPalette(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="M12 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.813-3.9t2.2-3.175T8.25 2.788T12.2 2q2 0 3.775.688t3.113 1.9t2.125 2.875T22 11.05q0 2.875-1.75 4.413T16 17h-1.85q-.225 0-.312.125t-.088.275q0 .3.375.863t.375 1.287q0 1.25-.687 1.85T12 22m-4.425-9.425Q8 12.15 8 11.5t-.425-1.075T6.5 10t-1.075.425T5 11.5t.425 1.075T6.5 13t1.075-.425m3-4Q11 8.15 11 7.5t-.425-1.075T9.5 6t-1.075.425T8 7.5t.425 1.075T9.5 9t1.075-.425m5 0Q16 8.15 16 7.5t-.425-1.075T14.5 6t-1.075.425T13 7.5t.425 1.075T14.5 9t1.075-.425m3 4Q19 12.15 19 11.5t-.425-1.075T17.5 10t-1.075.425T16 11.5t.425 1.075T17.5 13t1.075-.425"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.05 0-3.875-.788t-3.187-2.15t-2.15-3.187T2 12q0-2.075.813-3.9t2.2-3.175T8.25 2.788T12.2 2q2 0 3.775.688t3.113 1.9t2.125 2.875T22 11.05q0 2.875-1.75 4.413T16 17h-1.85q-.225 0-.312.125t-.088.275q0 .3.375.863t.375 1.287q0 1.25-.687 1.85T12 22m-4.425-9.425Q8 12.15 8 11.5t-.425-1.075T6.5 10t-1.075.425T5 11.5t.425 1.075T6.5 13t1.075-.425m3-4Q11 8.15 11 7.5t-.425-1.075T9.5 6t-1.075.425T8 7.5t.425 1.075T9.5 9t1.075-.425m5 0Q16 8.15 16 7.5t-.425-1.075T14.5 6t-1.075.425T13 7.5t.425 1.075T14.5 9t1.075-.425m3 4Q19 12.15 19 11.5t-.425-1.075T17.5 10t-1.075.425T16 11.5t.425 1.075T17.5 13t1.075-.425"/></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%22M12%2022q-2.05%200-3.875-.788t-3.187-2.15t-2.15-3.187T2%2012q0-2.075.813-3.9t2.2-3.175T8.25%202.788T12.2%202q2%200%203.775.688t3.113%201.9t2.125%202.875T22%2011.05q0%202.875-1.75%204.413T16%2017h-1.85q-.225%200-.312.125t-.088.275q0%20.3.375.863t.375%201.287q0%201.25-.687%201.85T12%2022m-4.425-9.425Q8%2012.15%208%2011.5t-.425-1.075T6.5%2010t-1.075.425T5%2011.5t.425%201.075T6.5%2013t1.075-.425m3-4Q11%208.15%2011%207.5t-.425-1.075T9.5%206t-1.075.425T8%207.5t.425%201.075T9.5%209t1.075-.425m5%200Q16%208.15%2016%207.5t-.425-1.075T14.5%206t-1.075.425T13%207.5t.425%201.075T14.5%209t1.075-.425m3%204Q19%2012.15%2019%2011.5t-.425-1.075T17.5%2010t-1.075.425T16%2011.5t.425%201.075T17.5%2013t1.075-.425%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%22M12%2022q-2.05%200-3.875-.788t-3.187-2.15t-2.15-3.187T2%2012q0-2.075.813-3.9t2.2-3.175T8.25%202.788T12.2%202q2%200%203.775.688t3.113%201.9t2.125%202.875T22%2011.05q0%202.875-1.75%204.413T16%2017h-1.85q-.225%200-.312.125t-.088.275q0%20.3.375.863t.375%201.287q0%201.25-.687%201.85T12%2022m-4.425-9.425Q8%2012.15%208%2011.5t-.425-1.075T6.5%2010t-1.075.425T5%2011.5t.425%201.075T6.5%2013t1.075-.425m3-4Q11%208.15%2011%207.5t-.425-1.075T9.5%206t-1.075.425T8%207.5t.425%201.075T9.5%209t1.075-.425m5%200Q16%208.15%2016%207.5t-.425-1.075T14.5%206t-1.075.425T13%207.5t.425%201.075T14.5%209t1.075-.425m3%204Q19%2012.15%2019%2011.5t-.425-1.075T17.5%2010t-1.075.425T16%2011.5t.425%201.075T17.5%2013t1.075-.425%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/palette.svg?color=%231a73e8&size=48