Bucket Square 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 { IconBucketSquare } from "@devigner-ui/icons";
<IconBucketSquare className="size-6" />
<script setup>
import { IconBucketSquare } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBucketSquare class="size-6" />
</template>
<script>
import { IconBucketSquare } from "@devigner-ui/icons-svelte";
</script>
<IconBucketSquare class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="1"><path d="M9.6 16.93 6.79 14.1q-1.41-1.42 0-2.83l4.72-4.72 5.19 5.19c.26.26.26.68 0 .94l-4.25 4.25q-1.42 1.41-2.83 0" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m10.55 5.6.95.94" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m6.1 12.64 10.7-.47" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M17.97 14.81s-1.31 1.42-1.31 2.29c0 .72.59 1.31 1.31 1.31s1.31-.59 1.31-1.31c-.01-.87-1.31-2.29-1.31-2.29" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></g><path d="M22.67 15V9c0-5-2-7-7-7h-6c-5 0-7 2-7 7v6c0 5 2 7 7 7h6c5 0 7-2 7-7" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>