Broom2 icon in outline, twotone, bold and bulk. Free in all four styles, for props, objects and everything with no other sheet. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconBroom2 } from "@devigner-ui/icons";
<IconBroom2 className="size-6" />
<script setup>
import { IconBroom2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconBroom2 class="size-6" />
</template>
<script>
import { IconBroom2 } from "@devigner-ui/icons-svelte";
</script>
<IconBroom2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.73 5.54a4 4 0 1 1 5.65 5.65m-14.8 1.79-.67-1.1a3.63 3.63 0 0 1 1.5-4.87c.85-.45 1.8-.88 2.76-1.15 2.86-.82 5.36-.52 5.36-.52l6.05 6.05s.3 2.5-.52 5.36c-.27.95-.7 1.9-1.15 2.76a3.63 3.63 0 0 1-4.87 1.5l-1.1-.67a22 22 0 0 1-7.36-7.36" stroke="currentColor" stroke-width="1.5"></path><path opacity="1" d="m20.5 3.41-2.12 2.13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>