broom-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
broom-32-light
Set
Fluent UI System Icons
Style
32 Light
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.853 2.854a.5.5 0 1 0-.707-.708l-9.794 9.795a7.3 7.3 0 0 0-4.786-1.783c-2.07 0-3.94.86-5.27 2.242c-.772.802-1.51 1.522-2.42 1.904l-4.254 1.784a1 1 0 0 0-.32 1.629l11.98 11.98a1 1 0 0 0 1.626-.313l1.815-4.235c.385-.898 1.1-1.625 1.896-2.386a7.3 7.3 0 0 0 2.263-5.29c0-1.85-.687-3.54-1.82-4.828zm-15.287 8.304a6.316 6.316 0 0 1 4.362 10.882a16 16 0 0 0-1.077 1.104l-8.961-8.96c.407-.35.778-.729 1.126-1.09a6.3 6.3 0 0 1 4.55-1.936m-7.304 4.068c.29-.121.563-.27.821-.435l9.157 9.156a5.3 5.3 0 0 0-.436.808l-1.815 4.235l-11.98-11.98z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBroom32Light(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.853 2.854a.5.5 0 1 0-.707-.708l-9.794 9.795a7.3 7.3 0 0 0-4.786-1.783c-2.07 0-3.94.86-5.27 2.242c-.772.802-1.51 1.522-2.42 1.904l-4.254 1.784a1 1 0 0 0-.32 1.629l11.98 11.98a1 1 0 0 0 1.626-.313l1.815-4.235c.385-.898 1.1-1.625 1.896-2.386a7.3 7.3 0 0 0 2.263-5.29c0-1.85-.687-3.54-1.82-4.828zm-15.287 8.304a6.316 6.316 0 0 1 4.362 10.882a16 16 0 0 0-1.077 1.104l-8.961-8.96c.407-.35.778-.729 1.126-1.09a6.3 6.3 0 0 1 4.55-1.936m-7.304 4.068c.29-.121.563-.27.821-.435l9.157 9.156a5.3 5.3 0 0 0-.436.808l-1.815 4.235l-11.98-11.98z"/></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.853 2.854a.5.5 0 1 0-.707-.708l-9.794 9.795a7.3 7.3 0 0 0-4.786-1.783c-2.07 0-3.94.86-5.27 2.242c-.772.802-1.51 1.522-2.42 1.904l-4.254 1.784a1 1 0 0 0-.32 1.629l11.98 11.98a1 1 0 0 0 1.626-.313l1.815-4.235c.385-.898 1.1-1.625 1.896-2.386a7.3 7.3 0 0 0 2.263-5.29c0-1.85-.687-3.54-1.82-4.828zm-15.287 8.304a6.316 6.316 0 0 1 4.362 10.882a16 16 0 0 0-1.077 1.104l-8.961-8.96c.407-.35.778-.729 1.126-1.09a6.3 6.3 0 0 1 4.55-1.936m-7.304 4.068c.29-.121.563-.27.821-.435l9.157 9.156a5.3 5.3 0 0 0-.436.808l-1.815 4.235l-11.98-11.98z"/></svg>
</template>

CSS

.icon-broom-32-light {
  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.853%202.854a.5.5%200%201%200-.707-.708l-9.794%209.795a7.3%207.3%200%200%200-4.786-1.783c-2.07%200-3.94.86-5.27%202.242c-.772.802-1.51%201.522-2.42%201.904l-4.254%201.784a1%201%200%200%200-.32%201.629l11.98%2011.98a1%201%200%200%200%201.626-.313l1.815-4.235c.385-.898%201.1-1.625%201.896-2.386a7.3%207.3%200%200%200%202.263-5.29c0-1.85-.687-3.54-1.82-4.828zm-15.287%208.304a6.316%206.316%200%200%201%204.362%2010.882a16%2016%200%200%200-1.077%201.104l-8.961-8.96c.407-.35.778-.729%201.126-1.09a6.3%206.3%200%200%201%204.55-1.936m-7.304%204.068c.29-.121.563-.27.821-.435l9.157%209.156a5.3%205.3%200%200%200-.436.808l-1.815%204.235l-11.98-11.98z%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.853%202.854a.5.5%200%201%200-.707-.708l-9.794%209.795a7.3%207.3%200%200%200-4.786-1.783c-2.07%200-3.94.86-5.27%202.242c-.772.802-1.51%201.522-2.42%201.904l-4.254%201.784a1%201%200%200%200-.32%201.629l11.98%2011.98a1%201%200%200%200%201.626-.313l1.815-4.235c.385-.898%201.1-1.625%201.896-2.386a7.3%207.3%200%200%200%202.263-5.29c0-1.85-.687-3.54-1.82-4.828zm-15.287%208.304a6.316%206.316%200%200%201%204.362%2010.882a16%2016%200%200%200-1.077%201.104l-8.961-8.96c.407-.35.778-.729%201.126-1.09a6.3%206.3%200%200%201%204.55-1.936m-7.304%204.068c.29-.121.563-.27.821-.435l9.157%209.156a5.3%205.3%200%200%200-.436.808l-1.815%204.235l-11.98-11.98z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/broom-32-light.svg?color=%231a73e8&size=48