Trush Square icon in outline, twotone, bold and bulk. Free in all four styles, for buttons, forms, toolbars, menus, states. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconTrushSquare } from "@devigner-ui/icons";
<IconTrushSquare className="size-6" />
<script setup>
import { IconTrushSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTrushSquare class="size-6" />
</template>
<script>
import { IconTrushSquare } from "@devigner-ui/icons-svelte";
</script>
<IconTrushSquare class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.67 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7h-6c-5 0-7 2-7 7v6c0 5 2 7 7 7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="M18.57 9.05A66 66 0 0 0 12 8.72q-1.95 0-3.89.2l-1.34.13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m10.38 8.39.14-.86c.1-.62.18-1.09 1.29-1.09h1.72c1.1 0 1.19.49 1.29 1.09l.14.85" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="m17.16 9.13-.43 6.6c-.07 1.03-.13 1.83-1.96 1.83h-4.21c-1.83 0-1.89-.8-1.96-1.83l-.43-6.6" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>