swatch from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
swatch
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the swatch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-width="1.5" d="M16.555 4c.463.429.987.965 1.616 1.609C20.057 7.538 21 8.502 21 9.7s-.943 2.162-2.829 4.092l-6.4 6.547q-.364.37-.771.66"/><path stroke-linecap="round" stroke-width="1.5" d="M2 16.615C2 19.59 4.487 22 7.556 22h8.888c2.62 0 3.929 0 4.742-.789c.814-.788.814-2.057.814-4.596c0-.607 0-1.142-.011-1.615"/><path stroke-width="1.5" d="M2 7.556c0-2.62 0-3.929.805-4.742C3.611 2 4.907 2 7.5 2s3.89 0 4.695.814C13 3.627 13 4.937 13 7.556v8.888C13 19.513 10.538 22 7.5 22S2 19.513 2 16.444z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.5 17.5h.009"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 8h11M2 13h11"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSwatch(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path strokeLinecap="round" strokeWidth="1.5" d="M16.555 4c.463.429.987.965 1.616 1.609C20.057 7.538 21 8.502 21 9.7s-.943 2.162-2.829 4.092l-6.4 6.547q-.364.37-.771.66"/><path strokeLinecap="round" strokeWidth="1.5" d="M2 16.615C2 19.59 4.487 22 7.556 22h8.888c2.62 0 3.929 0 4.742-.789c.814-.788.814-2.057.814-4.596c0-.607 0-1.142-.011-1.615"/><path strokeWidth="1.5" d="M2 7.556c0-2.62 0-3.929.805-4.742C3.611 2 4.907 2 7.5 2s3.89 0 4.695.814C13 3.627 13 4.937 13 7.556v8.888C13 19.513 10.538 22 7.5 22S2 19.513 2 16.444z"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M7.5 17.5h.009"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M2 8h11M2 13h11"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor"><path stroke-linecap="round" stroke-width="1.5" d="M16.555 4c.463.429.987.965 1.616 1.609C20.057 7.538 21 8.502 21 9.7s-.943 2.162-2.829 4.092l-6.4 6.547q-.364.37-.771.66"/><path stroke-linecap="round" stroke-width="1.5" d="M2 16.615C2 19.59 4.487 22 7.556 22h8.888c2.62 0 3.929 0 4.742-.789c.814-.788.814-2.057.814-4.596c0-.607 0-1.142-.011-1.615"/><path stroke-width="1.5" d="M2 7.556c0-2.62 0-3.929.805-4.742C3.611 2 4.907 2 7.5 2s3.89 0 4.695.814C13 3.627 13 4.937 13 7.556v8.888C13 19.513 10.538 22 7.5 22S2 19.513 2 16.444z"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7.5 17.5h.009"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2 8h11M2 13h11"/></g></svg>
</template>

CSS

.icon-swatch {
  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%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.555%204c.463.429.987.965%201.616%201.609C20.057%207.538%2021%208.502%2021%209.7s-.943%202.162-2.829%204.092l-6.4%206.547q-.364.37-.771.66%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2016.615C2%2019.59%204.487%2022%207.556%2022h8.888c2.62%200%203.929%200%204.742-.789c.814-.788.814-2.057.814-4.596c0-.607%200-1.142-.011-1.615%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M2%207.556c0-2.62%200-3.929.805-4.742C3.611%202%204.907%202%207.5%202s3.89%200%204.695.814C13%203.627%2013%204.937%2013%207.556v8.888C13%2019.513%2010.538%2022%207.5%2022S2%2019.513%202%2016.444z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7.5%2017.5h.009%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%208h11M2%2013h11%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%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.555%204c.463.429.987.965%201.616%201.609C20.057%207.538%2021%208.502%2021%209.7s-.943%202.162-2.829%204.092l-6.4%206.547q-.364.37-.771.66%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%2016.615C2%2019.59%204.487%2022%207.556%2022h8.888c2.62%200%203.929%200%204.742-.789c.814-.788.814-2.057.814-4.596c0-.607%200-1.142-.011-1.615%22%2F%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M2%207.556c0-2.62%200-3.929.805-4.742C3.611%202%204.907%202%207.5%202s3.89%200%204.695.814C13%203.627%2013%204.937%2013%207.556v8.888C13%2019.513%2010.538%2022%207.5%2022S2%2019.513%202%2016.444z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M7.5%2017.5h.009%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2%208h11M2%2013h11%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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