color palette icon
color-palette-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- color-palette-outline
- Set
- Eva Icons
- Style
- Outline
- 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.25M15.88 15h-1.65a2.49 2.49 0 0 0-1.87 4.15a.49.49 0 0 1 .12.49c-.05.21-.28.34-.59.36a8 8 0 0 1-7.82-9.11A8.1 8.1 0 0 1 11.92 4H12a8.47 8.47 0 0 1 6.1 2.48a6.5 6.5 0 0 1 1.9 4.77A4.17 4.17 0 0 1 15.88 15"/><circle cx="12" cy="6.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M15.25 7.2a1.5 1.5 0 1 0 2.05.55a1.5 1.5 0 0 0-2.05-.55m-6.5 0a1.5 1.5 0 1 0 .55 2.05a1.5 1.5 0 0 0-.55-2.05m-2.59 4.06a1.5 1.5 0 1 0 2.08.4a1.49 1.49 0 0 0-2.08-.4"/></svg>
React
import type { SVGProps } from "react";
export function EvaColorPaletteOutline(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.25M15.88 15h-1.65a2.49 2.49 0 0 0-1.87 4.15a.49.49 0 0 1 .12.49c-.05.21-.28.34-.59.36a8 8 0 0 1-7.82-9.11A8.1 8.1 0 0 1 11.92 4H12a8.47 8.47 0 0 1 6.1 2.48a6.5 6.5 0 0 1 1.9 4.77A4.17 4.17 0 0 1 15.88 15"/><circle cx="12" cy="6.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M15.25 7.2a1.5 1.5 0 1 0 2.05.55a1.5 1.5 0 0 0-2.05-.55m-6.5 0a1.5 1.5 0 1 0 .55 2.05a1.5 1.5 0 0 0-.55-2.05m-2.59 4.06a1.5 1.5 0 1 0 2.08.4a1.49 1.49 0 0 0-2.08-.4"/></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.25M15.88 15h-1.65a2.49 2.49 0 0 0-1.87 4.15a.49.49 0 0 1 .12.49c-.05.21-.28.34-.59.36a8 8 0 0 1-7.82-9.11A8.1 8.1 0 0 1 11.92 4H12a8.47 8.47 0 0 1 6.1 2.48a6.5 6.5 0 0 1 1.9 4.77A4.17 4.17 0 0 1 15.88 15"/><circle cx="12" cy="6.5" r="1.5" fill="currentColor"/><path fill="currentColor" d="M15.25 7.2a1.5 1.5 0 1 0 2.05.55a1.5 1.5 0 0 0-2.05-.55m-6.5 0a1.5 1.5 0 1 0 .55 2.05a1.5 1.5 0 0 0-.55-2.05m-2.59 4.06a1.5 1.5 0 1 0 2.08.4a1.49 1.49 0 0 0-2.08-.4"/></svg> </template>
CSS
.icon-color-palette-outline {
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.25M15.88%2015h-1.65a2.49%202.49%200%200%200-1.87%204.15a.49.49%200%200%201%20.12.49c-.05.21-.28.34-.59.36a8%208%200%200%201-7.82-9.11A8.1%208.1%200%200%201%2011.92%204H12a8.47%208.47%200%200%201%206.1%202.48a6.5%206.5%200%200%201%201.9%204.77A4.17%204.17%200%200%201%2015.88%2015%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.25%207.2a1.5%201.5%200%201%200%202.05.55a1.5%201.5%200%200%200-2.05-.55m-6.5%200a1.5%201.5%200%201%200%20.55%202.05a1.5%201.5%200%200%200-.55-2.05m-2.59%204.06a1.5%201.5%200%201%200%202.08.4a1.49%201.49%200%200%200-2.08-.4%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.25M15.88%2015h-1.65a2.49%202.49%200%200%200-1.87%204.15a.49.49%200%200%201%20.12.49c-.05.21-.28.34-.59.36a8%208%200%200%201-7.82-9.11A8.1%208.1%200%200%201%2011.92%204H12a8.47%208.47%200%200%201%206.1%202.48a6.5%206.5%200%200%201%201.9%204.77A4.17%204.17%200%200%201%2015.88%2015%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%226.5%22%20r%3D%221.5%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.25%207.2a1.5%201.5%200%201%200%202.05.55a1.5%201.5%200%200%200-2.05-.55m-6.5%200a1.5%201.5%200%201%200%20.55%202.05a1.5%201.5%200%200%200-.55-2.05m-2.59%204.06a1.5%201.5%200%201%200%202.08.4a1.49%201.49%200%200%200-2.08-.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/color-palette-outline.svg?color=%231a73e8&size=48