broom icon
broom-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- broom-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
10 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the broom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.707 2.293a1 1 0 0 0-1.414 0l-9.341 9.34c-2.905-2.205-7.014-1.873-9.647.747l-1.368 1.277l-5.35 2.433a1 1 0 0 0-.294 1.617l12 12a1 1 0 0 0 1.617-.293l2.425-5.335l1.372-1.372a7.336 7.336 0 0 0 .66-9.66l9.34-9.34a1 1 0 0 0 0-1.414M8.283 15.697l8.02 8.02l-1.616 3.555l-9.96-9.959zm9.217 6.389l-7.561-7.561l.743-.694l.025-.024c2.13-2.13 5.497-2.188 7.586-.1a5.34 5.34 0 0 1 0 7.586z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBroom32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.707 2.293a1 1 0 0 0-1.414 0l-9.341 9.34c-2.905-2.205-7.014-1.873-9.647.747l-1.368 1.277l-5.35 2.433a1 1 0 0 0-.294 1.617l12 12a1 1 0 0 0 1.617-.293l2.425-5.335l1.372-1.372a7.336 7.336 0 0 0 .66-9.66l9.34-9.34a1 1 0 0 0 0-1.414M8.283 15.697l8.02 8.02l-1.616 3.555l-9.96-9.959zm9.217 6.389l-7.561-7.561l.743-.694l.025-.024c2.13-2.13 5.497-2.188 7.586-.1a5.34 5.34 0 0 1 0 7.586z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.707 2.293a1 1 0 0 0-1.414 0l-9.341 9.34c-2.905-2.205-7.014-1.873-9.647.747l-1.368 1.277l-5.35 2.433a1 1 0 0 0-.294 1.617l12 12a1 1 0 0 0 1.617-.293l2.425-5.335l1.372-1.372a7.336 7.336 0 0 0 .66-9.66l9.34-9.34a1 1 0 0 0 0-1.414M8.283 15.697l8.02 8.02l-1.616 3.555l-9.96-9.959zm9.217 6.389l-7.561-7.561l.743-.694l.025-.024c2.13-2.13 5.497-2.188 7.586-.1a5.34 5.34 0 0 1 0 7.586z"/></svg> </template>
CSS
.icon-broom-32-regular {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.707%202.293a1%201%200%200%200-1.414%200l-9.341%209.34c-2.905-2.205-7.014-1.873-9.647.747l-1.368%201.277l-5.35%202.433a1%201%200%200%200-.294%201.617l12%2012a1%201%200%200%200%201.617-.293l2.425-5.335l1.372-1.372a7.336%207.336%200%200%200%20.66-9.66l9.34-9.34a1%201%200%200%200%200-1.414M8.283%2015.697l8.02%208.02l-1.616%203.555l-9.96-9.959zm9.217%206.389l-7.561-7.561l.743-.694l.025-.024c2.13-2.13%205.497-2.188%207.586-.1a5.34%205.34%200%200%201%200%207.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.707%202.293a1%201%200%200%200-1.414%200l-9.341%209.34c-2.905-2.205-7.014-1.873-9.647.747l-1.368%201.277l-5.35%202.433a1%201%200%200%200-.294%201.617l12%2012a1%201%200%200%200%201.617-.293l2.425-5.335l1.372-1.372a7.336%207.336%200%200%200%20.66-9.66l9.34-9.34a1%201%200%200%200%200-1.414M8.283%2015.697l8.02%208.02l-1.616%203.555l-9.96-9.959zm9.217%206.389l-7.561-7.561l.743-.694l.025-.024c2.13-2.13%205.497-2.188%207.586-.1a5.34%205.34%200%200%201%200%207.586z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/broom-32-regular.svg?color=%231a73e8&size=48