palette icon
palette-duotone from Reicon by REICON · Duotone · Tools · MIT Free for personal and commercial use.
- Name
- palette-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All palette icons →paletteBootstrap IconspaletteBoxIcons v2paletteBoxIcons v2 SolidpaletteFont Awesome 6 SolidpaletteFont Awesome Solidpalette-outlineFlowbite IconspaletteHuge IconspaletteIconoirpaletteKeyline IconspaletteLine AwesomepaletteLucidepaletteMaterial Icon ThemepaletteMaterial SymbolspaletteMaterial Symbols LightpaletteMaterial Design Iconspalette-fillMingCute IconpalettePhosphorpalettePrime Iconspalette-fillRemix Iconpalette-boldSolarpaletteTabler IconspaletteTDesign IconspaletteUnicons
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 d="M7.75 19a.75.75 0 0 1-.75.75H5a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 .75.75"/><path d="M10 18V6c0-1.4 0-2.1-.272-2.635a2.5 2.5 0 0 0-1.093-1.093C8.1 2 7.4 2 6 2s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C2 3.9 2 4.6 2 6v12c0 1.4 0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C3.9 22 4.6 22 6 22s2.1 0 2.635-.273a2.5 2.5 0 0 0 1.093-1.092C10 20.1 10 19.4 10 18" opacity=".4"/><path d="M10 8.243V18c0 .919 0 1.536-.077 2.003l3.299-3.299l5.838-6.09c.973-1.003 1.46-1.505 1.636-2.08a2.5 2.5 0 0 0-.011-1.503C20.5 6.458 20 5.958 19 4.959c-.9-.886-1.352-1.33-1.88-1.514a2.5 2.5 0 0 0-1.353-.085c-.547.118-1.049.502-2.053 1.27L13 5.243zm-1.997 13.68H8v.003z" opacity=".7"/><path d="M15.814 14H17.9c1.4 0 2.1 0 2.635.273a2.5 2.5 0 0 1 1.093 1.092C21.9 15.9 21.9 16.6 21.9 18s0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C20 22 19.3 22 17.9 22H6c.917 0 1.534 0 2-.077v.003l.003-.003c.245-.04.448-.102.632-.195a2.5 2.5 0 0 0 1.093-1.093c.093-.184.155-.387.195-.632l3.299-3.299z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPaletteDuotone(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.75 19a.75.75 0 0 1-.75.75H5a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 .75.75"/><path d="M10 18V6c0-1.4 0-2.1-.272-2.635a2.5 2.5 0 0 0-1.093-1.093C8.1 2 7.4 2 6 2s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C2 3.9 2 4.6 2 6v12c0 1.4 0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C3.9 22 4.6 22 6 22s2.1 0 2.635-.273a2.5 2.5 0 0 0 1.093-1.092C10 20.1 10 19.4 10 18" opacity=".4"/><path d="M10 8.243V18c0 .919 0 1.536-.077 2.003l3.299-3.299l5.838-6.09c.973-1.003 1.46-1.505 1.636-2.08a2.5 2.5 0 0 0-.011-1.503C20.5 6.458 20 5.958 19 4.959c-.9-.886-1.352-1.33-1.88-1.514a2.5 2.5 0 0 0-1.353-.085c-.547.118-1.049.502-2.053 1.27L13 5.243zm-1.997 13.68H8v.003z" opacity=".7"/><path d="M15.814 14H17.9c1.4 0 2.1 0 2.635.273a2.5 2.5 0 0 1 1.093 1.092C21.9 15.9 21.9 16.6 21.9 18s0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C20 22 19.3 22 17.9 22H6c.917 0 1.534 0 2-.077v.003l.003-.003c.245-.04.448-.102.632-.195a2.5 2.5 0 0 0 1.093-1.093c.093-.184.155-.387.195-.632l3.299-3.299z"/></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.75 19a.75.75 0 0 1-.75.75H5a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 .75.75"/><path d="M10 18V6c0-1.4 0-2.1-.272-2.635a2.5 2.5 0 0 0-1.093-1.093C8.1 2 7.4 2 6 2s-2.1 0-2.635.272a2.5 2.5 0 0 0-1.093 1.093C2 3.9 2 4.6 2 6v12c0 1.4 0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C3.9 22 4.6 22 6 22s2.1 0 2.635-.273a2.5 2.5 0 0 0 1.093-1.092C10 20.1 10 19.4 10 18" opacity=".4"/><path d="M10 8.243V18c0 .919 0 1.536-.077 2.003l3.299-3.299l5.838-6.09c.973-1.003 1.46-1.505 1.636-2.08a2.5 2.5 0 0 0-.011-1.503C20.5 6.458 20 5.958 19 4.959c-.9-.886-1.352-1.33-1.88-1.514a2.5 2.5 0 0 0-1.353-.085c-.547.118-1.049.502-2.053 1.27L13 5.243zm-1.997 13.68H8v.003z" opacity=".7"/><path d="M15.814 14H17.9c1.4 0 2.1 0 2.635.273a2.5 2.5 0 0 1 1.093 1.092C21.9 15.9 21.9 16.6 21.9 18s0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C20 22 19.3 22 17.9 22H6c.917 0 1.534 0 2-.077v.003l.003-.003c.245-.04.448-.102.632-.195a2.5 2.5 0 0 0 1.093-1.093c.093-.184.155-.387.195-.632l3.299-3.299z"/></g></svg> </template>
CSS
.icon-palette-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.75%2019a.75.75%200%200%201-.75.75H5a.75.75%200%200%201%200-1.5h2a.75.75%200%200%201%20.75.75%22%2F%3E%3Cpath%20d%3D%22M10%2018V6c0-1.4%200-2.1-.272-2.635a2.5%202.5%200%200%200-1.093-1.093C8.1%202%207.4%202%206%202s-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C2%203.9%202%204.6%202%206v12c0%201.4%200%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092C3.9%2022%204.6%2022%206%2022s2.1%200%202.635-.273a2.5%202.5%200%200%200%201.093-1.092C10%2020.1%2010%2019.4%2010%2018%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M10%208.243V18c0%20.919%200%201.536-.077%202.003l3.299-3.299l5.838-6.09c.973-1.003%201.46-1.505%201.636-2.08a2.5%202.5%200%200%200-.011-1.503C20.5%206.458%2020%205.958%2019%204.959c-.9-.886-1.352-1.33-1.88-1.514a2.5%202.5%200%200%200-1.353-.085c-.547.118-1.049.502-2.053%201.27L13%205.243zm-1.997%2013.68H8v.003z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M15.814%2014H17.9c1.4%200%202.1%200%202.635.273a2.5%202.5%200%200%201%201.093%201.092C21.9%2015.9%2021.9%2016.6%2021.9%2018s0%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.092C20%2022%2019.3%2022%2017.9%2022H6c.917%200%201.534%200%202-.077v.003l.003-.003c.245-.04.448-.102.632-.195a2.5%202.5%200%200%200%201.093-1.093c.093-.184.155-.387.195-.632l3.299-3.299z%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.75%2019a.75.75%200%200%201-.75.75H5a.75.75%200%200%201%200-1.5h2a.75.75%200%200%201%20.75.75%22%2F%3E%3Cpath%20d%3D%22M10%2018V6c0-1.4%200-2.1-.272-2.635a2.5%202.5%200%200%200-1.093-1.093C8.1%202%207.4%202%206%202s-2.1%200-2.635.272a2.5%202.5%200%200%200-1.093%201.093C2%203.9%202%204.6%202%206v12c0%201.4%200%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092C3.9%2022%204.6%2022%206%2022s2.1%200%202.635-.273a2.5%202.5%200%200%200%201.093-1.092C10%2020.1%2010%2019.4%2010%2018%22%20opacity%3D%22.4%22%2F%3E%3Cpath%20d%3D%22M10%208.243V18c0%20.919%200%201.536-.077%202.003l3.299-3.299l5.838-6.09c.973-1.003%201.46-1.505%201.636-2.08a2.5%202.5%200%200%200-.011-1.503C20.5%206.458%2020%205.958%2019%204.959c-.9-.886-1.352-1.33-1.88-1.514a2.5%202.5%200%200%200-1.353-.085c-.547.118-1.049.502-2.053%201.27L13%205.243zm-1.997%2013.68H8v.003z%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20d%3D%22M15.814%2014H17.9c1.4%200%202.1%200%202.635.273a2.5%202.5%200%200%201%201.093%201.092C21.9%2015.9%2021.9%2016.6%2021.9%2018s0%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.092C20%2022%2019.3%2022%2017.9%2022H6c.917%200%201.534%200%202-.077v.003l.003-.003c.245-.04.448-.102.632-.195a2.5%202.5%200%200%200%201.093-1.093c.093-.184.155-.387.195-.632l3.299-3.299z%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-duotone.svg?color=%231a73e8&size=48