Color Swatch icon in outline, twotone, bold and bulk. Free in all four styles, for editors, canvas, layers, colour, alignment, grids. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconColorSwatch } from "@devigner-ui/icons";
<IconColorSwatch className="size-6" />
<script setup>
import { IconColorSwatch } from "@devigner-ui/icons-vue";
</script>
<template>
<IconColorSwatch class="size-6" />
</template>
<script>
import { IconColorSwatch } from "@devigner-ui/icons-svelte";
</script>
<IconColorSwatch class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.67 4.5V18a4 4 0 0 1-1.14 2.79l-.04.04-.28.25a3.5 3.5 0 0 1-1.32.73 4 4 0 0 1-2.02.11l-.39-.1a4 4 0 0 1-1.27-.66l-.01-.01q-.2-.15-.36-.32l-.33-.37a5 5 0 0 1-.49-.8v-.01l-.01-.02-.16-.44-.1-.39a4 4 0 0 1-.08-.8V4.5c0-1.5 1-2.5 2.5-2.5h3c1.5 0 2.5 1 2.5 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M22.67 16.5v3c0 1.5-1 2.5-2.5 2.5H6.67a4 4 0 0 0 2.82-1.17l.04-.04 6.8-6.79h3.84c1.5 0 2.5 1 2.5 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.48 21.82a4 4 0 0 1-1.64-.99 4 4 0 0 0 1.64.99" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.04 11.29 16.33 14l-6.8 6.79A4 4 0 0 0 10.67 18V8.34l2.71-2.71c1.06-1.06 2.48-1.06 3.54 0l2.12 2.12c1.06 1.06 1.06 2.48 0 3.54" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M6.67 19a1 1 0 1 0 0-2 1 1 0 0 0 0 2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>