color palette icon
color-palette-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- color-palette-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Related icons in IonIcons
Use the color palette icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 352c-12.6-.84-21-4-28-12c-14-16-14-36 5.49-52.48l32.82-29.14c50.27-44.41 50.27-117.21 0-161.63C389.26 64.14 339.54 48 287.86 48c-60.34 0-123.39 22-172 65.11c-90.46 80-90.46 210.92 0 290.87c45 39.76 105.63 59.59 165.64 60h1.84c60 0 119.07-19.5 161.2-56.77C464 390 464 385 444.62 355.56C440 348 431 353 416 352M112 208a32 32 0 1 1 32 32a32 32 0 0 1-32-32m40 135a32 32 0 1 1 32-32a32 32 0 0 1-32 32m40-199a32 32 0 1 1 32 32a32 32 0 0 1-32-32m64 271a48 48 0 1 1 48-48a48 48 0 0 1-48 48m72-239a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/></svg>
React
import type { SVGProps } from "react";
export function IonColorPaletteSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 352c-12.6-.84-21-4-28-12c-14-16-14-36 5.49-52.48l32.82-29.14c50.27-44.41 50.27-117.21 0-161.63C389.26 64.14 339.54 48 287.86 48c-60.34 0-123.39 22-172 65.11c-90.46 80-90.46 210.92 0 290.87c45 39.76 105.63 59.59 165.64 60h1.84c60 0 119.07-19.5 161.2-56.77C464 390 464 385 444.62 355.56C440 348 431 353 416 352M112 208a32 32 0 1 1 32 32a32 32 0 0 1-32-32m40 135a32 32 0 1 1 32-32a32 32 0 0 1-32 32m40-199a32 32 0 1 1 32 32a32 32 0 0 1-32-32m64 271a48 48 0 1 1 48-48a48 48 0 0 1-48 48m72-239a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 352c-12.6-.84-21-4-28-12c-14-16-14-36 5.49-52.48l32.82-29.14c50.27-44.41 50.27-117.21 0-161.63C389.26 64.14 339.54 48 287.86 48c-60.34 0-123.39 22-172 65.11c-90.46 80-90.46 210.92 0 290.87c45 39.76 105.63 59.59 165.64 60h1.84c60 0 119.07-19.5 161.2-56.77C464 390 464 385 444.62 355.56C440 348 431 353 416 352M112 208a32 32 0 1 1 32 32a32 32 0 0 1-32-32m40 135a32 32 0 1 1 32-32a32 32 0 0 1-32 32m40-199a32 32 0 1 1 32 32a32 32 0 0 1-32-32m64 271a48 48 0 1 1 48-48a48 48 0 0 1-48 48m72-239a32 32 0 1 1 32-32a32 32 0 0 1-32 32"/></svg> </template>
CSS
.icon-color-palette-sharp {
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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20352c-12.6-.84-21-4-28-12c-14-16-14-36%205.49-52.48l32.82-29.14c50.27-44.41%2050.27-117.21%200-161.63C389.26%2064.14%20339.54%2048%20287.86%2048c-60.34%200-123.39%2022-172%2065.11c-90.46%2080-90.46%20210.92%200%20290.87c45%2039.76%20105.63%2059.59%20165.64%2060h1.84c60%200%20119.07-19.5%20161.2-56.77C464%20390%20464%20385%20444.62%20355.56C440%20348%20431%20353%20416%20352M112%20208a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m40%20135a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032m40-199a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m64%20271a48%2048%200%201%201%2048-48a48%2048%200%200%201-48%2048m72-239a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%20352c-12.6-.84-21-4-28-12c-14-16-14-36%205.49-52.48l32.82-29.14c50.27-44.41%2050.27-117.21%200-161.63C389.26%2064.14%20339.54%2048%20287.86%2048c-60.34%200-123.39%2022-172%2065.11c-90.46%2080-90.46%20210.92%200%20290.87c45%2039.76%20105.63%2059.59%20165.64%2060h1.84c60%200%20119.07-19.5%20161.2-56.77C464%20390%20464%20385%20444.62%20355.56C440%20348%20431%20353%20416%20352M112%20208a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m40%20135a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032m40-199a32%2032%200%201%201%2032%2032a32%2032%200%200%201-32-32m64%20271a48%2048%200%201%201%2048-48a48%2048%200%200%201-48%2048m72-239a32%2032%200%201%201%2032-32a32%2032%200%200%201-32%2032%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/color-palette-sharp.svg?color=%231a73e8&size=48