palette icon

palette-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.

Name
palette-filled
Set
Reicon
Style
Filled
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All palette icons →

More tools icons from Reicon

Use the palette icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10 6v12c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C8.1 22 7.4 22 6 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 20.1 2 19.4 2 18V6c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 3.9 10 4.6 10 6M7 19.75a.75.75 0 0 0 0-1.5H5a.75.75 0 0 0 0 1.5z" clip-rule="evenodd"/><path d="m19.06 10.614l-5.838 6.09c-.73.761-1.095 1.142-1.408 1.016c-.314-.126-.314-.653-.314-1.708V7.774a2.5 2.5 0 0 1 .73-1.76l1.054-1.055l.43-.33c1.004-.767 1.506-1.15 2.053-1.269a2.5 2.5 0 0 1 1.353.085c.528.184.979.628 1.88 1.514c1 1 1.5 1.5 1.685 2.072a2.5 2.5 0 0 1 .011 1.503c-.176.575-.663 1.077-1.636 2.08M12.79 22h5.11c1.4 0 2.1 0 2.634-.273a2.5 2.5 0 0 0 1.093-1.092c.272-.535.272-1.235.272-2.635s0-2.1-.272-2.635a2.5 2.5 0 0 0-1.093-1.092C20 14 19.3 14 17.9 14h-.22l-5.801 5.798a1.22 1.22 0 0 0-.378.883c0 .713.577 1.319 1.29 1.319"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPaletteFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M10 6v12c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C8.1 22 7.4 22 6 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 20.1 2 19.4 2 18V6c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 3.9 10 4.6 10 6M7 19.75a.75.75 0 0 0 0-1.5H5a.75.75 0 0 0 0 1.5z" clipRule="evenodd"/><path d="m19.06 10.614l-5.838 6.09c-.73.761-1.095 1.142-1.408 1.016c-.314-.126-.314-.653-.314-1.708V7.774a2.5 2.5 0 0 1 .73-1.76l1.054-1.055l.43-.33c1.004-.767 1.506-1.15 2.053-1.269a2.5 2.5 0 0 1 1.353.085c.528.184.979.628 1.88 1.514c1 1 1.5 1.5 1.685 2.072a2.5 2.5 0 0 1 .011 1.503c-.176.575-.663 1.077-1.636 2.08M12.79 22h5.11c1.4 0 2.1 0 2.634-.273a2.5 2.5 0 0 0 1.093-1.092c.272-.535.272-1.235.272-2.635s0-2.1-.272-2.635a2.5 2.5 0 0 0-1.093-1.092C20 14 19.3 14 17.9 14h-.22l-5.801 5.798a1.22 1.22 0 0 0-.378.883c0 .713.577 1.319 1.29 1.319"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M10 6v12c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C8.1 22 7.4 22 6 22s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 20.1 2 19.4 2 18V6c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 2 4.6 2 6 2s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 3.9 10 4.6 10 6M7 19.75a.75.75 0 0 0 0-1.5H5a.75.75 0 0 0 0 1.5z" clip-rule="evenodd"/><path d="m19.06 10.614l-5.838 6.09c-.73.761-1.095 1.142-1.408 1.016c-.314-.126-.314-.653-.314-1.708V7.774a2.5 2.5 0 0 1 .73-1.76l1.054-1.055l.43-.33c1.004-.767 1.506-1.15 2.053-1.269a2.5 2.5 0 0 1 1.353.085c.528.184.979.628 1.88 1.514c1 1 1.5 1.5 1.685 2.072a2.5 2.5 0 0 1 .011 1.503c-.176.575-.663 1.077-1.636 2.08M12.79 22h5.11c1.4 0 2.1 0 2.634-.273a2.5 2.5 0 0 0 1.093-1.092c.272-.535.272-1.235.272-2.635s0-2.1-.272-2.635a2.5 2.5 0 0 0-1.093-1.092C20 14 19.3 14 17.9 14h-.22l-5.801 5.798a1.22 1.22 0 0 0-.378.883c0 .713.577 1.319 1.29 1.319"/></g></svg>
</template>

CSS

.icon-palette-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%206v12c0%201.4%200%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.092C8.1%2022%207.4%2022%206%2022s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C2%2020.1%202%2019.4%202%2018V6c0-1.4%200-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C3.9%202%204.6%202%206%202s2.1%200%202.635.272a2.5%202.5%200%200%201%201.093%201.093C10%203.9%2010%204.6%2010%206M7%2019.75a.75.75%200%200%200%200-1.5H5a.75.75%200%200%200%200%201.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m19.06%2010.614l-5.838%206.09c-.73.761-1.095%201.142-1.408%201.016c-.314-.126-.314-.653-.314-1.708V7.774a2.5%202.5%200%200%201%20.73-1.76l1.054-1.055l.43-.33c1.004-.767%201.506-1.15%202.053-1.269a2.5%202.5%200%200%201%201.353.085c.528.184.979.628%201.88%201.514c1%201%201.5%201.5%201.685%202.072a2.5%202.5%200%200%201%20.011%201.503c-.176.575-.663%201.077-1.636%202.08M12.79%2022h5.11c1.4%200%202.1%200%202.634-.273a2.5%202.5%200%200%200%201.093-1.092c.272-.535.272-1.235.272-2.635s0-2.1-.272-2.635a2.5%202.5%200%200%200-1.093-1.092C20%2014%2019.3%2014%2017.9%2014h-.22l-5.801%205.798a1.22%201.22%200%200%200-.378.883c0%20.713.577%201.319%201.29%201.319%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%206v12c0%201.4%200%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.092C8.1%2022%207.4%2022%206%2022s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C2%2020.1%202%2019.4%202%2018V6c0-1.4%200-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C3.9%202%204.6%202%206%202s2.1%200%202.635.272a2.5%202.5%200%200%201%201.093%201.093C10%203.9%2010%204.6%2010%206M7%2019.75a.75.75%200%200%200%200-1.5H5a.75.75%200%200%200%200%201.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22m19.06%2010.614l-5.838%206.09c-.73.761-1.095%201.142-1.408%201.016c-.314-.126-.314-.653-.314-1.708V7.774a2.5%202.5%200%200%201%20.73-1.76l1.054-1.055l.43-.33c1.004-.767%201.506-1.15%202.053-1.269a2.5%202.5%200%200%201%201.353.085c.528.184.979.628%201.88%201.514c1%201%201.5%201.5%201.685%202.072a2.5%202.5%200%200%201%20.011%201.503c-.176.575-.663%201.077-1.636%202.08M12.79%2022h5.11c1.4%200%202.1%200%202.634-.273a2.5%202.5%200%200%200%201.093-1.092c.272-.535.272-1.235.272-2.635s0-2.1-.272-2.635a2.5%202.5%200%200%200-1.093-1.092C20%2014%2019.3%2014%2017.9%2014h-.22l-5.801%205.798a1.22%201.22%200%200%200-.378.883c0%20.713.577%201.319%201.29%201.319%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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