Trash Bin 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 { IconTrashBin } from "@devigner-ui/icons";
<IconTrashBin className="size-6" />
<script setup>
import { IconTrashBin } from "@devigner-ui/icons-vue";
</script>
<template>
<IconTrashBin class="size-6" />
</template>
<script>
import { IconTrashBin } from "@devigner-ui/icons-svelte";
</script>
<IconTrashBin class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.5 6h-17" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="m18.83 8.5-.46 6.9c-.17 2.65-.26 3.98-1.13 4.8-.86.8-2.2.8-4.85.8h-.78c-2.66 0-3.99 0-4.85-.8-.87-.82-.96-2.15-1.13-4.8l-.46-6.9" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M6.5 6h.1a2 2 0 0 0 1.84-1.32l.03-.1.1-.3q.11-.34.18-.47a1.5 1.5 0 0 1 1.1-.8l.5-.01h3.3c.26 0 .39 0 .5.02.47.07.88.37 1.1.79.05.1.1.23.18.48l.1.29.03.1A2 2 0 0 0 17.5 6" stroke="currentColor" stroke-width="1.5"></path></svg>