palette3 icon
palette3-duotone from Reicon by REICON · Duotone · Tools · MIT Free for personal and commercial use.
- Name
- palette3-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More tools icons from Reicon
Use the palette3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M7 18a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path d="M10 6v12a4 4 0 0 1-8 0V6a4 4 0 1 1 8 0" opacity=".4"/><path d="m9.248 20.336l3.974-3.975l5.838-6.09a4.042 4.042 0 0 0-5.776-5.655L10 7.9V18c0 .872-.279 1.679-.752 2.336" opacity=".7"/><path d="m13.222 16.362l-3.974 3.974A4 4 0 0 1 6 22h11.9a4 4 0 1 0 0-8h-2.414z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPalette3Duotone(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 d="M7 18a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path d="M10 6v12a4 4 0 0 1-8 0V6a4 4 0 1 1 8 0" opacity=".4"/><path d="m9.248 20.336l3.974-3.975l5.838-6.09a4.042 4.042 0 0 0-5.776-5.655L10 7.9V18c0 .872-.279 1.679-.752 2.336" opacity=".7"/><path d="m13.222 16.362l-3.974 3.974A4 4 0 0 1 6 22h11.9a4 4 0 1 0 0-8h-2.414z"/></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 d="M7 18a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/><path d="M10 6v12a4 4 0 0 1-8 0V6a4 4 0 1 1 8 0" opacity=".4"/><path d="m9.248 20.336l3.974-3.975l5.838-6.09a4.042 4.042 0 0 0-5.776-5.655L10 7.9V18c0 .872-.279 1.679-.752 2.336" opacity=".7"/><path d="m13.222 16.362l-3.974 3.974A4 4 0 0 1 6 22h11.9a4 4 0 1 0 0-8h-2.414z"/></g></svg> </template>
CSS
.icon-palette3-duotone {
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%20d%3D%22M7%2018a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20d%3D%22M10%206v12a4%204%200%200%201-8%200V6a4%204%200%201%201%208%200%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22m9.248%2020.336l3.974-3.975l5.838-6.09a4.042%204.042%200%200%200-5.776-5.655L10%207.9V18c0%20.872-.279%201.679-.752%202.336%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22m13.222%2016.362l-3.974%203.974A4%204%200%200%201%206%2022h11.9a4%204%200%201%200%200-8h-2.414z%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%20d%3D%22M7%2018a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3Cpath%20d%3D%22M10%206v12a4%204%200%200%201-8%200V6a4%204%200%201%201%208%200%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22m9.248%2020.336l3.974-3.975l5.838-6.09a4.042%204.042%200%200%200-5.776-5.655L10%207.9V18c0%20.872-.279%201.679-.752%202.336%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22m13.222%2016.362l-3.974%203.974A4%204%200%200%201%206%2022h11.9a4%204%200%201%200%200-8h-2.414z%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/palette3-duotone.svg?color=%231a73e8&size=48