palette2 icon

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

Name
palette2
Set
Reicon
Style
Outline
Category
Tools
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

More tools icons from Reicon

Use the palette2 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="M12 2.75c-5.107 0-9.25 4.151-9.25 9.276c0 4.762 3.579 8.685 8.183 9.215c.462.053.957-.14 1.353-.537a.93.93 0 0 0 0-1.314c-.312-.312-.625-.73-.796-1.203c-.175-.485-.219-1.094.137-1.66c.323-.513.807-.788 1.315-.922c.49-.128 1.031-.136 1.552-.104a23 23 0 0 1 1.638.179c.557.072 1.1.139 1.626.164c1.074.051 1.902-.084 2.467-.546c.542-.443 1.025-1.341 1.025-3.272c0-5.125-4.143-9.276-9.25-9.276M1.25 12.026C1.25 6.076 6.061 1.25 12 1.25s10.75 4.826 10.75 10.776c0 2.145-.537 3.584-1.575 4.433c-1.014.829-2.326.939-3.489.883a22 22 0 0 1-1.862-.19c-.52-.067-.99-.128-1.42-.154c-.467-.028-.821-.01-1.08.058c-.24.063-.356.157-.427.27c-.039.062-.066.158.004.351c.074.206.236.442.447.654a2.43 2.43 0 0 1 0 3.432c-.65.652-1.58 1.084-2.587.968c-5.355-.616-9.511-5.175-9.511-10.705M9.585 6.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M7.335 7a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m7.165-.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M12.25 7a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M6.5 10.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m13.25-.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPalette2(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="M12 2.75c-5.107 0-9.25 4.151-9.25 9.276c0 4.762 3.579 8.685 8.183 9.215c.462.053.957-.14 1.353-.537a.93.93 0 0 0 0-1.314c-.312-.312-.625-.73-.796-1.203c-.175-.485-.219-1.094.137-1.66c.323-.513.807-.788 1.315-.922c.49-.128 1.031-.136 1.552-.104a23 23 0 0 1 1.638.179c.557.072 1.1.139 1.626.164c1.074.051 1.902-.084 2.467-.546c.542-.443 1.025-1.341 1.025-3.272c0-5.125-4.143-9.276-9.25-9.276M1.25 12.026C1.25 6.076 6.061 1.25 12 1.25s10.75 4.826 10.75 10.776c0 2.145-.537 3.584-1.575 4.433c-1.014.829-2.326.939-3.489.883a22 22 0 0 1-1.862-.19c-.52-.067-.99-.128-1.42-.154c-.467-.028-.821-.01-1.08.058c-.24.063-.356.157-.427.27c-.039.062-.066.158.004.351c.074.206.236.442.447.654a2.43 2.43 0 0 1 0 3.432c-.65.652-1.58 1.084-2.587.968c-5.355-.616-9.511-5.175-9.511-10.705M9.585 6.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M7.335 7a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m7.165-.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M12.25 7a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M6.5 10.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m13.25-.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.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="M12 2.75c-5.107 0-9.25 4.151-9.25 9.276c0 4.762 3.579 8.685 8.183 9.215c.462.053.957-.14 1.353-.537a.93.93 0 0 0 0-1.314c-.312-.312-.625-.73-.796-1.203c-.175-.485-.219-1.094.137-1.66c.323-.513.807-.788 1.315-.922c.49-.128 1.031-.136 1.552-.104a23 23 0 0 1 1.638.179c.557.072 1.1.139 1.626.164c1.074.051 1.902-.084 2.467-.546c.542-.443 1.025-1.341 1.025-3.272c0-5.125-4.143-9.276-9.25-9.276M1.25 12.026C1.25 6.076 6.061 1.25 12 1.25s10.75 4.826 10.75 10.776c0 2.145-.537 3.584-1.575 4.433c-1.014.829-2.326.939-3.489.883a22 22 0 0 1-1.862-.19c-.52-.067-.99-.128-1.42-.154c-.467-.028-.821-.01-1.08.058c-.24.063-.356.157-.427.27c-.039.062-.066.158.004.351c.074.206.236.442.447.654a2.43 2.43 0 0 1 0 3.432c-.65.652-1.58 1.084-2.587.968c-5.355-.616-9.511-5.175-9.511-10.705M9.585 6.25a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M7.335 7a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m7.165-.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5M12.25 7a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0M6.5 10.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0m13.25-.75a.75.75 0 1 0 0 1.5a.75.75 0 0 0 0-1.5m-2.25.75a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-palette2 {
  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%22M12%202.75c-5.107%200-9.25%204.151-9.25%209.276c0%204.762%203.579%208.685%208.183%209.215c.462.053.957-.14%201.353-.537a.93.93%200%200%200%200-1.314c-.312-.312-.625-.73-.796-1.203c-.175-.485-.219-1.094.137-1.66c.323-.513.807-.788%201.315-.922c.49-.128%201.031-.136%201.552-.104a23%2023%200%200%201%201.638.179c.557.072%201.1.139%201.626.164c1.074.051%201.902-.084%202.467-.546c.542-.443%201.025-1.341%201.025-3.272c0-5.125-4.143-9.276-9.25-9.276M1.25%2012.026C1.25%206.076%206.061%201.25%2012%201.25s10.75%204.826%2010.75%2010.776c0%202.145-.537%203.584-1.575%204.433c-1.014.829-2.326.939-3.489.883a22%2022%200%200%201-1.862-.19c-.52-.067-.99-.128-1.42-.154c-.467-.028-.821-.01-1.08.058c-.24.063-.356.157-.427.27c-.039.062-.066.158.004.351c.074.206.236.442.447.654a2.43%202.43%200%200%201%200%203.432c-.65.652-1.58%201.084-2.587.968c-5.355-.616-9.511-5.175-9.511-10.705M9.585%206.25a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M7.335%207a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m7.165-.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M12.25%207a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200M6.5%2010.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-2.25.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m13.25-.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-2.25.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.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%22M12%202.75c-5.107%200-9.25%204.151-9.25%209.276c0%204.762%203.579%208.685%208.183%209.215c.462.053.957-.14%201.353-.537a.93.93%200%200%200%200-1.314c-.312-.312-.625-.73-.796-1.203c-.175-.485-.219-1.094.137-1.66c.323-.513.807-.788%201.315-.922c.49-.128%201.031-.136%201.552-.104a23%2023%200%200%201%201.638.179c.557.072%201.1.139%201.626.164c1.074.051%201.902-.084%202.467-.546c.542-.443%201.025-1.341%201.025-3.272c0-5.125-4.143-9.276-9.25-9.276M1.25%2012.026C1.25%206.076%206.061%201.25%2012%201.25s10.75%204.826%2010.75%2010.776c0%202.145-.537%203.584-1.575%204.433c-1.014.829-2.326.939-3.489.883a22%2022%200%200%201-1.862-.19c-.52-.067-.99-.128-1.42-.154c-.467-.028-.821-.01-1.08.058c-.24.063-.356.157-.427.27c-.039.062-.066.158.004.351c.074.206.236.442.447.654a2.43%202.43%200%200%201%200%203.432c-.65.652-1.58%201.084-2.587.968c-5.355-.616-9.511-5.175-9.511-10.705M9.585%206.25a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M7.335%207a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m7.165-.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5M12.25%207a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200M6.5%2010.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-2.25.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.5%200m13.25-.75a.75.75%200%201%200%200%201.5a.75.75%200%200%200%200-1.5m-2.25.75a2.25%202.25%200%201%201%204.5%200a2.25%202.25%200%200%201-4.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/palette2.svg?color=%231a73e8&size=48