Bucket 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 { IconBucket } from "@devigner-ui/icons";
<IconBucket className="size-6" />
<script setup>
import { IconBucket } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBucket class="size-6" />
</template>
<script>
import { IconBucket } from "@devigner-ui/icons-svelte";
</script>
<IconBucket class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m7.68 18-4.01-4.01q-2.01-2 0-4.01l6.68-6.68 7.35 7.35c.37.37.37.97 0 1.34l-6.02 6.02q-1.98 1.98-4-.01" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m9.02 1.95 1.34 1.34" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="m2.74 11.92 15.12-.66" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M3.67 22h13" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M19.52 15s-1.85 2.01-1.85 3.24a1.85 1.85 0 0 0 3.7 0c0-1.23-1.85-3.24-1.85-3.24" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>