palette3 icon

palette3 from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.

Name
palette3
Set
Reicon
Style
Outline
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"><path fill="currentColor" fill-rule="evenodd" d="M1.25 6a4.75 4.75 0 0 1 9.5 0v.432l2.033-2.033a4.75 4.75 0 1 1 6.718 6.717l-2.134 2.134H18a4.75 4.75 0 1 1 0 9.5H6A4.75 4.75 0 0 1 1.25 18zm8.214 15.25H18a3.25 3.25 0 0 0 0-6.5h-2.133l-5.978 5.978a5 5 0 0 1-.425.522m1.286-3.504l7.69-7.69a3.25 3.25 0 1 0-4.596-4.597L10.75 8.553zM6 2.75A3.25 3.25 0 0 0 2.75 6v12a3.25 3.25 0 0 0 6.5 0V6A3.25 3.25 0 0 0 6 2.75m0 15a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5M4.25 18a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPalette3(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" fillRule="evenodd" d="M1.25 6a4.75 4.75 0 0 1 9.5 0v.432l2.033-2.033a4.75 4.75 0 1 1 6.718 6.717l-2.134 2.134H18a4.75 4.75 0 1 1 0 9.5H6A4.75 4.75 0 0 1 1.25 18zm8.214 15.25H18a3.25 3.25 0 0 0 0-6.5h-2.133l-5.978 5.978a5 5 0 0 1-.425.522m1.286-3.504l7.69-7.69a3.25 3.25 0 1 0-4.596-4.597L10.75 8.553zM6 2.75A3.25 3.25 0 0 0 2.75 6v12a3.25 3.25 0 0 0 6.5 0V6A3.25 3.25 0 0 0 6 2.75m0 15a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5M4.25 18a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 6a4.75 4.75 0 0 1 9.5 0v.432l2.033-2.033a4.75 4.75 0 1 1 6.718 6.717l-2.134 2.134H18a4.75 4.75 0 1 1 0 9.5H6A4.75 4.75 0 0 1 1.25 18zm8.214 15.25H18a3.25 3.25 0 0 0 0-6.5h-2.133l-5.978 5.978a5 5 0 0 1-.425.522m1.286-3.504l7.69-7.69a3.25 3.25 0 1 0-4.596-4.597L10.75 8.553zM6 2.75A3.25 3.25 0 0 0 2.75 6v12a3.25 3.25 0 0 0 6.5 0V6A3.25 3.25 0 0 0 6 2.75m0 15a.25.25 0 1 0 0 .5a.25.25 0 0 0 0-.5M4.25 18a1.75 1.75 0 1 1 3.5 0a1.75 1.75 0 0 1-3.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-palette3 {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%206a4.75%204.75%200%200%201%209.5%200v.432l2.033-2.033a4.75%204.75%200%201%201%206.718%206.717l-2.134%202.134H18a4.75%204.75%200%201%201%200%209.5H6A4.75%204.75%200%200%201%201.25%2018zm8.214%2015.25H18a3.25%203.25%200%200%200%200-6.5h-2.133l-5.978%205.978a5%205%200%200%201-.425.522m1.286-3.504l7.69-7.69a3.25%203.25%200%201%200-4.596-4.597L10.75%208.553zM6%202.75A3.25%203.25%200%200%200%202.75%206v12a3.25%203.25%200%200%200%206.5%200V6A3.25%203.25%200%200%200%206%202.75m0%2015a.25.25%200%201%200%200%20.5a.25.25%200%200%200%200-.5M4.25%2018a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%206a4.75%204.75%200%200%201%209.5%200v.432l2.033-2.033a4.75%204.75%200%201%201%206.718%206.717l-2.134%202.134H18a4.75%204.75%200%201%201%200%209.5H6A4.75%204.75%200%200%201%201.25%2018zm8.214%2015.25H18a3.25%203.25%200%200%200%200-6.5h-2.133l-5.978%205.978a5%205%200%200%201-.425.522m1.286-3.504l7.69-7.69a3.25%203.25%200%201%200-4.596-4.597L10.75%208.553zM6%202.75A3.25%203.25%200%200%200%202.75%206v12a3.25%203.25%200%200%200%206.5%200V6A3.25%203.25%200%200%200%206%202.75m0%2015a.25.25%200%201%200%200%20.5a.25.25%200%200%200%200-.5M4.25%2018a1.75%201.75%200%201%201%203.5%200a1.75%201.75%200%200%201-3.5%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/palette3.svg?color=%231a73e8&size=48