palette icon

palette-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
palette-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the palette icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M199.37 55.31A101.32 101.32 0 0 0 128 26h-1A102 102 0 0 0 26 128c0 42.09 26.07 77.44 68 92.26a30.2 30.2 0 0 0 10.11 1.74A30.06 30.06 0 0 0 134 192a18 18 0 0 1 18-18h46.21a29.82 29.82 0 0 0 29.25-23.31a102.7 102.7 0 0 0 2.54-23.58a101.25 101.25 0 0 0-30.63-71.8M215.76 148a17.89 17.89 0 0 1-17.55 14H152a30 30 0 0 0-30 30a18 18 0 0 1-24 17c-37-13.14-60-44.15-60-81a90 90 0 0 1 89.07-90h.93a90.34 90.34 0 0 1 90 89.22a90.5 90.5 0 0 1-2.24 20.78M138 76a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-44 24a10 10 0 1 1-10-10a10 10 0 0 1 10 10m0 56a10 10 0 1 1-10-10a10 10 0 0 1 10 10m88-56a10 10 0 1 1-10-10a10 10 0 0 1 10 10"/></svg>

React

import type { SVGProps } from "react";

export function PhPaletteLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M199.37 55.31A101.32 101.32 0 0 0 128 26h-1A102 102 0 0 0 26 128c0 42.09 26.07 77.44 68 92.26a30.2 30.2 0 0 0 10.11 1.74A30.06 30.06 0 0 0 134 192a18 18 0 0 1 18-18h46.21a29.82 29.82 0 0 0 29.25-23.31a102.7 102.7 0 0 0 2.54-23.58a101.25 101.25 0 0 0-30.63-71.8M215.76 148a17.89 17.89 0 0 1-17.55 14H152a30 30 0 0 0-30 30a18 18 0 0 1-24 17c-37-13.14-60-44.15-60-81a90 90 0 0 1 89.07-90h.93a90.34 90.34 0 0 1 90 89.22a90.5 90.5 0 0 1-2.24 20.78M138 76a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-44 24a10 10 0 1 1-10-10a10 10 0 0 1 10 10m0 56a10 10 0 1 1-10-10a10 10 0 0 1 10 10m88-56a10 10 0 1 1-10-10a10 10 0 0 1 10 10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M199.37 55.31A101.32 101.32 0 0 0 128 26h-1A102 102 0 0 0 26 128c0 42.09 26.07 77.44 68 92.26a30.2 30.2 0 0 0 10.11 1.74A30.06 30.06 0 0 0 134 192a18 18 0 0 1 18-18h46.21a29.82 29.82 0 0 0 29.25-23.31a102.7 102.7 0 0 0 2.54-23.58a101.25 101.25 0 0 0-30.63-71.8M215.76 148a17.89 17.89 0 0 1-17.55 14H152a30 30 0 0 0-30 30a18 18 0 0 1-24 17c-37-13.14-60-44.15-60-81a90 90 0 0 1 89.07-90h.93a90.34 90.34 0 0 1 90 89.22a90.5 90.5 0 0 1-2.24 20.78M138 76a10 10 0 1 1-10-10a10 10 0 0 1 10 10m-44 24a10 10 0 1 1-10-10a10 10 0 0 1 10 10m0 56a10 10 0 1 1-10-10a10 10 0 0 1 10 10m88-56a10 10 0 1 1-10-10a10 10 0 0 1 10 10"/></svg>
</template>

CSS

.icon-palette-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M199.37%2055.31A101.32%20101.32%200%200%200%20128%2026h-1A102%20102%200%200%200%2026%20128c0%2042.09%2026.07%2077.44%2068%2092.26a30.2%2030.2%200%200%200%2010.11%201.74A30.06%2030.06%200%200%200%20134%20192a18%2018%200%200%201%2018-18h46.21a29.82%2029.82%200%200%200%2029.25-23.31a102.7%20102.7%200%200%200%202.54-23.58a101.25%20101.25%200%200%200-30.63-71.8M215.76%20148a17.89%2017.89%200%200%201-17.55%2014H152a30%2030%200%200%200-30%2030a18%2018%200%200%201-24%2017c-37-13.14-60-44.15-60-81a90%2090%200%200%201%2089.07-90h.93a90.34%2090.34%200%200%201%2090%2089.22a90.5%2090.5%200%200%201-2.24%2020.78M138%2076a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m-44%2024a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m0%2056a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m88-56a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M199.37%2055.31A101.32%20101.32%200%200%200%20128%2026h-1A102%20102%200%200%200%2026%20128c0%2042.09%2026.07%2077.44%2068%2092.26a30.2%2030.2%200%200%200%2010.11%201.74A30.06%2030.06%200%200%200%20134%20192a18%2018%200%200%201%2018-18h46.21a29.82%2029.82%200%200%200%2029.25-23.31a102.7%20102.7%200%200%200%202.54-23.58a101.25%20101.25%200%200%200-30.63-71.8M215.76%20148a17.89%2017.89%200%200%201-17.55%2014H152a30%2030%200%200%200-30%2030a18%2018%200%200%201-24%2017c-37-13.14-60-44.15-60-81a90%2090%200%200%201%2089.07-90h.93a90.34%2090.34%200%200%201%2090%2089.22a90.5%2090.5%200%200%201-2.24%2020.78M138%2076a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m-44%2024a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m0%2056a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010m88-56a10%2010%200%201%201-10-10a10%2010%200%200%201%2010%2010%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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