Brush 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 { IconBrush } from "@devigner-ui/icons";
<IconBrush className="size-6" />
<script setup>
import { IconBrush } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBrush class="size-6" />
</template>
<script>
import { IconBrush } from "@devigner-ui/icons-svelte";
</script>
<IconBrush 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="M6.67 2h12a2 2 0 0 1 2 2v4.32h-16V4c0-1.1.9-2 2-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M4.67 8.32v3.56c0 1.08.58 2.08 1.53 2.61l2.96 1.67a2 2 0 0 1 1.02 1.74V20c0 1.1.9 2 2 2h1a2 2 0 0 0 2-2v-2.1a2 2 0 0 1 1.02-1.74l2.96-1.67a3 3 0 0 0 1.53-2.61V8.32z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>