color palette icon

color-palette-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
color-palette-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva Icons

Use the color palette icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.54 5.08A10.6 10.6 0 0 0 11.91 2a10 10 0 0 0-.05 20a2.58 2.58 0 0 0 2.53-1.89a2.52 2.52 0 0 0-.57-2.28a.5.5 0 0 1 .37-.83h1.65A6.15 6.15 0 0 0 22 11.33a8.48 8.48 0 0 0-2.46-6.25m-12.7 9.66a1.5 1.5 0 1 1 .4-2.08a1.49 1.49 0 0 1-.4 2.08M8.3 9.25a1.5 1.5 0 1 1-.55-2a1.5 1.5 0 0 1 .55 2M11 7a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 11 7m5.75.8a1.5 1.5 0 1 1 .55-2a1.5 1.5 0 0 1-.55 2"/></svg>

React

import type { SVGProps } from "react";

export function EvaColorPaletteFill(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="M19.54 5.08A10.6 10.6 0 0 0 11.91 2a10 10 0 0 0-.05 20a2.58 2.58 0 0 0 2.53-1.89a2.52 2.52 0 0 0-.57-2.28a.5.5 0 0 1 .37-.83h1.65A6.15 6.15 0 0 0 22 11.33a8.48 8.48 0 0 0-2.46-6.25m-12.7 9.66a1.5 1.5 0 1 1 .4-2.08a1.49 1.49 0 0 1-.4 2.08M8.3 9.25a1.5 1.5 0 1 1-.55-2a1.5 1.5 0 0 1 .55 2M11 7a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 11 7m5.75.8a1.5 1.5 0 1 1 .55-2a1.5 1.5 0 0 1-.55 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.54 5.08A10.6 10.6 0 0 0 11.91 2a10 10 0 0 0-.05 20a2.58 2.58 0 0 0 2.53-1.89a2.52 2.52 0 0 0-.57-2.28a.5.5 0 0 1 .37-.83h1.65A6.15 6.15 0 0 0 22 11.33a8.48 8.48 0 0 0-2.46-6.25m-12.7 9.66a1.5 1.5 0 1 1 .4-2.08a1.49 1.49 0 0 1-.4 2.08M8.3 9.25a1.5 1.5 0 1 1-.55-2a1.5 1.5 0 0 1 .55 2M11 7a1.5 1.5 0 1 1 1.5-1.5A1.5 1.5 0 0 1 11 7m5.75.8a1.5 1.5 0 1 1 .55-2a1.5 1.5 0 0 1-.55 2"/></svg>
</template>

CSS

.icon-color-palette-fill {
  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%22M19.54%205.08A10.6%2010.6%200%200%200%2011.91%202a10%2010%200%200%200-.05%2020a2.58%202.58%200%200%200%202.53-1.89a2.52%202.52%200%200%200-.57-2.28a.5.5%200%200%201%20.37-.83h1.65A6.15%206.15%200%200%200%2022%2011.33a8.48%208.48%200%200%200-2.46-6.25m-12.7%209.66a1.5%201.5%200%201%201%20.4-2.08a1.49%201.49%200%200%201-.4%202.08M8.3%209.25a1.5%201.5%200%201%201-.55-2a1.5%201.5%200%200%201%20.55%202M11%207a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%2011%207m5.75.8a1.5%201.5%200%201%201%20.55-2a1.5%201.5%200%200%201-.55%202%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%22M19.54%205.08A10.6%2010.6%200%200%200%2011.91%202a10%2010%200%200%200-.05%2020a2.58%202.58%200%200%200%202.53-1.89a2.52%202.52%200%200%200-.57-2.28a.5.5%200%200%201%20.37-.83h1.65A6.15%206.15%200%200%200%2022%2011.33a8.48%208.48%200%200%200-2.46-6.25m-12.7%209.66a1.5%201.5%200%201%201%20.4-2.08a1.49%201.49%200%200%201-.4%202.08M8.3%209.25a1.5%201.5%200%201%201-.55-2a1.5%201.5%200%200%201%20.55%202M11%207a1.5%201.5%200%201%201%201.5-1.5A1.5%201.5%200%200%201%2011%207m5.75.8a1.5%201.5%200%201%201%20.55-2a1.5%201.5%200%200%201-.55%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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