broom icon
broom-line-duotone from Solar by 480 Design · Line Duotone · UI · CC-BY-4.0 Attribution required.
- Name
- broom-line-duotone
- Set
- Solar
- Style
- Line Duotone
- Category
- UI
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
broomFont Awesome 6 SolidbroomFont Awesome Solidbroom-16-filledFluent UI System IconsbroomFluent EmojibroomFluent Emoji FlatbroomFluent Emoji High ContrastbroomLine AwesomebroomLucidebroomLucide LabbroomMaterial Design Iconsbroom-fillMingCute IconbroomNoto EmojibroomOpenMojibroomPhosphorbroomTwitter Emoji
More ui icons from Solar
accessibility-boldadd-boldadd-circle-boldadd-square-boldaugmented-reality-boldballoon-boldbattery-charge-boldbattery-charge-minimalistic-boldbattery-full-boldbattery-full-minimalistic-boldbattery-half-boldbattery-half-minimalistic-boldbattery-low-boldbattery-low-minimalistic-boldblocks-boldbody-boldbolt-boldbolt-circle-boldbox-boldbox-minimalistic-boldcat-boldcheck-circle-boldcheck-square-boldcircle-dashed-bold
Use the broom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12.728 5.53587C14.2901 3.97377 16.8227 3.9737 18.3848 5.53579C19.9469 7.09789 19.9469 9.63063 18.3848 11.1927M3.57952 12.9794L2.91264 11.8832C2.04059 10.1748 2.60083 7.96535 4.40773 7.01132C5.26153 6.56051 6.21846 6.13209 7.16933 5.86026C10.0288 5.0428 12.5347 5.34253 12.5347 5.34253L18.5779 11.3857C18.5779 11.3857 18.8777 13.8916 18.0602 16.7511C17.7884 17.702 17.3599 18.6589 16.9091 19.5127C15.9551 21.3196 13.7457 21.8799 12.0373 21.0078L10.9409 20.3409C7.93352 18.5113 5.40903 15.9868 3.57952 12.9794Z"/><path stroke-linecap="round" d="M20.5061 3.41406L18.3848 5.53538" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarBroomLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M12.728 5.53587C14.2901 3.97377 16.8227 3.9737 18.3848 5.53579C19.9469 7.09789 19.9469 9.63063 18.3848 11.1927M3.57952 12.9794L2.91264 11.8832C2.04059 10.1748 2.60083 7.96535 4.40773 7.01132C5.26153 6.56051 6.21846 6.13209 7.16933 5.86026C10.0288 5.0428 12.5347 5.34253 12.5347 5.34253L18.5779 11.3857C18.5779 11.3857 18.8777 13.8916 18.0602 16.7511C17.7884 17.702 17.3599 18.6589 16.9091 19.5127C15.9551 21.3196 13.7457 21.8799 12.0373 21.0078L10.9409 20.3409C7.93352 18.5113 5.40903 15.9868 3.57952 12.9794Z"/><path strokeLinecap="round" d="M20.5061 3.41406L18.3848 5.53538" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M12.728 5.53587C14.2901 3.97377 16.8227 3.9737 18.3848 5.53579C19.9469 7.09789 19.9469 9.63063 18.3848 11.1927M3.57952 12.9794L2.91264 11.8832C2.04059 10.1748 2.60083 7.96535 4.40773 7.01132C5.26153 6.56051 6.21846 6.13209 7.16933 5.86026C10.0288 5.0428 12.5347 5.34253 12.5347 5.34253L18.5779 11.3857C18.5779 11.3857 18.8777 13.8916 18.0602 16.7511C17.7884 17.702 17.3599 18.6589 16.9091 19.5127C15.9551 21.3196 13.7457 21.8799 12.0373 21.0078L10.9409 20.3409C7.93352 18.5113 5.40903 15.9868 3.57952 12.9794Z"/><path stroke-linecap="round" d="M20.5061 3.41406L18.3848 5.53538" opacity=".5"/></g></svg> </template>
CSS
.icon-broom-line-duotone {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.728%205.53587C14.2901%203.97377%2016.8227%203.9737%2018.3848%205.53579C19.9469%207.09789%2019.9469%209.63063%2018.3848%2011.1927M3.57952%2012.9794L2.91264%2011.8832C2.04059%2010.1748%202.60083%207.96535%204.40773%207.01132C5.26153%206.56051%206.21846%206.13209%207.16933%205.86026C10.0288%205.0428%2012.5347%205.34253%2012.5347%205.34253L18.5779%2011.3857C18.5779%2011.3857%2018.8777%2013.8916%2018.0602%2016.7511C17.7884%2017.702%2017.3599%2018.6589%2016.9091%2019.5127C15.9551%2021.3196%2013.7457%2021.8799%2012.0373%2021.0078L10.9409%2020.3409C7.93352%2018.5113%205.40903%2015.9868%203.57952%2012.9794Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.5061%203.41406L18.3848%205.53538%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.728%205.53587C14.2901%203.97377%2016.8227%203.9737%2018.3848%205.53579C19.9469%207.09789%2019.9469%209.63063%2018.3848%2011.1927M3.57952%2012.9794L2.91264%2011.8832C2.04059%2010.1748%202.60083%207.96535%204.40773%207.01132C5.26153%206.56051%206.21846%206.13209%207.16933%205.86026C10.0288%205.0428%2012.5347%205.34253%2012.5347%205.34253L18.5779%2011.3857C18.5779%2011.3857%2018.8777%2013.8916%2018.0602%2016.7511C17.7884%2017.702%2017.3599%2018.6589%2016.9091%2019.5127C15.9551%2021.3196%2013.7457%2021.8799%2012.0373%2021.0078L10.9409%2020.3409C7.93352%2018.5113%205.40903%2015.9868%203.57952%2012.9794Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M20.5061%203.41406L18.3848%205.53538%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/broom-line-duotone.svg?color=%231a73e8&size=48