palette3 icon

palette3-filled from Reicon by REICON · Filled · Tools · MIT Free for personal and commercial use.

Name
palette3-filled
Set
Reicon
Style
Filled
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="M17.9 22a4 4 0 1 0 0-8h-.22l-5.802 5.798a1.22 1.22 0 0 0-.378.883c0 .713.577 1.319 1.29 1.319zM13.284 4.959l-1.055 1.055a2.5 2.5 0 0 0-.729 1.76v8.238c0 1.055 0 1.582.313 1.708c.314.126.679-.255 1.409-1.016l5.838-6.09a4.042 4.042 0 0 0-5.776-5.655"/><path fill-rule="evenodd" d="M10 6v12a4 4 0 0 1-8 0V6a4 4 0 1 1 8 0M6 19a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconPalette3Filled(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="M17.9 22a4 4 0 1 0 0-8h-.22l-5.802 5.798a1.22 1.22 0 0 0-.378.883c0 .713.577 1.319 1.29 1.319zM13.284 4.959l-1.055 1.055a2.5 2.5 0 0 0-.729 1.76v8.238c0 1.055 0 1.582.313 1.708c.314.126.679-.255 1.409-1.016l5.838-6.09a4.042 4.042 0 0 0-5.776-5.655"/><path fillRule="evenodd" d="M10 6v12a4 4 0 0 1-8 0V6a4 4 0 1 1 8 0M6 19a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clipRule="evenodd"/></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="M17.9 22a4 4 0 1 0 0-8h-.22l-5.802 5.798a1.22 1.22 0 0 0-.378.883c0 .713.577 1.319 1.29 1.319zM13.284 4.959l-1.055 1.055a2.5 2.5 0 0 0-.729 1.76v8.238c0 1.055 0 1.582.313 1.708c.314.126.679-.255 1.409-1.016l5.838-6.09a4.042 4.042 0 0 0-5.776-5.655"/><path fill-rule="evenodd" d="M10 6v12a4 4 0 0 1-8 0V6a4 4 0 1 1 8 0M6 19a1 1 0 1 0 0-2a1 1 0 0 0 0 2" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-palette3-filled {
  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%22M17.9%2022a4%204%200%201%200%200-8h-.22l-5.802%205.798a1.22%201.22%200%200%200-.378.883c0%20.713.577%201.319%201.29%201.319zM13.284%204.959l-1.055%201.055a2.5%202.5%200%200%200-.729%201.76v8.238c0%201.055%200%201.582.313%201.708c.314.126.679-.255%201.409-1.016l5.838-6.09a4.042%204.042%200%200%200-5.776-5.655%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%206v12a4%204%200%200%201-8%200V6a4%204%200%201%201%208%200M6%2019a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%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%22M17.9%2022a4%204%200%201%200%200-8h-.22l-5.802%205.798a1.22%201.22%200%200%200-.378.883c0%20.713.577%201.319%201.29%201.319zM13.284%204.959l-1.055%201.055a2.5%202.5%200%200%200-.729%201.76v8.238c0%201.055%200%201.582.313%201.708c.314.126.679-.255%201.409-1.016l5.838-6.09a4.042%204.042%200%200%200-5.776-5.655%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M10%206v12a4%204%200%200%201-8%200V6a4%204%200%201%201%208%200M6%2019a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%20clip-rule%3D%22evenodd%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-filled.svg?color=%231a73e8&size=48