broom icon
broom-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- broom-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
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 EmojibroomOpenMojibroomPhosphorbroom-boldSolarbroomTwitter Emoji
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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M11.6106 13.5362C10.257 14.466 6.6399 16.1295 3 15.3456C5.8769 18.8355 12.2148 24.7603 14.5521 20.5399C15.1662 19.4704 16.3379 17.1141 16.1118 16.2453Z" stroke="none"/><path d="M11.6106 13.5362C10.257 14.466 6.6399 16.1295 3 15.3456C5.8769 18.8355 12.2148 24.7603 14.5521 20.5399C15.1662 19.4704 16.3379 17.1141 16.1118 16.2453ZM11.6106 13.5362C12.0558 12.2895 13.5424 10.069 15.9271 11.1603M16.1118 16.2453C16.9171 15.0561 18.0077 12.3742 15.9271 11.1603M15.9271 11.1603L21 2"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsBroomFill(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M11.6106 13.5362C10.257 14.466 6.6399 16.1295 3 15.3456C5.8769 18.8355 12.2148 24.7603 14.5521 20.5399C15.1662 19.4704 16.3379 17.1141 16.1118 16.2453Z" stroke="none"/><path d="M11.6106 13.5362C10.257 14.466 6.6399 16.1295 3 15.3456C5.8769 18.8355 12.2148 24.7603 14.5521 20.5399C15.1662 19.4704 16.3379 17.1141 16.1118 16.2453ZM11.6106 13.5362C12.0558 12.2895 13.5424 10.069 15.9271 11.1603M16.1118 16.2453C16.9171 15.0561 18.0077 12.3742 15.9271 11.1603M15.9271 11.1603L21 2"/></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-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M11.6106 13.5362C10.257 14.466 6.6399 16.1295 3 15.3456C5.8769 18.8355 12.2148 24.7603 14.5521 20.5399C15.1662 19.4704 16.3379 17.1141 16.1118 16.2453Z" stroke="none"/><path d="M11.6106 13.5362C10.257 14.466 6.6399 16.1295 3 15.3456C5.8769 18.8355 12.2148 24.7603 14.5521 20.5399C15.1662 19.4704 16.3379 17.1141 16.1118 16.2453ZM11.6106 13.5362C12.0558 12.2895 13.5424 10.069 15.9271 11.1603M16.1118 16.2453C16.9171 15.0561 18.0077 12.3742 15.9271 11.1603M15.9271 11.1603L21 2"/></g></svg> </template>
CSS
.icon-broom-fill {
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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.6106%2013.5362C10.257%2014.466%206.6399%2016.1295%203%2015.3456C5.8769%2018.8355%2012.2148%2024.7603%2014.5521%2020.5399C15.1662%2019.4704%2016.3379%2017.1141%2016.1118%2016.2453Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M11.6106%2013.5362C10.257%2014.466%206.6399%2016.1295%203%2015.3456C5.8769%2018.8355%2012.2148%2024.7603%2014.5521%2020.5399C15.1662%2019.4704%2016.3379%2017.1141%2016.1118%2016.2453ZM11.6106%2013.5362C12.0558%2012.2895%2013.5424%2010.069%2015.9271%2011.1603M16.1118%2016.2453C16.9171%2015.0561%2018.0077%2012.3742%2015.9271%2011.1603M15.9271%2011.1603L21%202%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.6106%2013.5362C10.257%2014.466%206.6399%2016.1295%203%2015.3456C5.8769%2018.8355%2012.2148%2024.7603%2014.5521%2020.5399C15.1662%2019.4704%2016.3379%2017.1141%2016.1118%2016.2453Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M11.6106%2013.5362C10.257%2014.466%206.6399%2016.1295%203%2015.3456C5.8769%2018.8355%2012.2148%2024.7603%2014.5521%2020.5399C15.1662%2019.4704%2016.3379%2017.1141%2016.1118%2016.2453ZM11.6106%2013.5362C12.0558%2012.2895%2013.5424%2010.069%2015.9271%2011.1603M16.1118%2016.2453C16.9171%2015.0561%2018.0077%2012.3742%2015.9271%2011.1603M15.9271%2011.1603L21%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/broom-fill.svg?color=%231a73e8&size=48