Blend 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 { IconBlend } from "@devigner-ui/icons";
<IconBlend className="size-6" />
<script setup>
import { IconBlend } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBlend class="size-6" />
</template>
<script>
import { IconBlend } from "@devigner-ui/icons-svelte";
</script>
<IconBlend class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M22.64 12a6 6 0 0 1-10 4.46 5.95 5.95 0 0 0 0-8.92 6 6 0 0 1 10 4.46" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.64 12c0 1.77-.77 3.37-2 4.46a6 6 0 1 1 2-4.46" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>