broom icon
broom-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- broom-bold
- Set
- Phosphor
- Style
- Bold
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
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 EmojibroomOpenMojibroom-boldSolarbroomTwitter Emoji
Use the broom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.24 213.21C216.12 203 204 180.64 204 152v-17.27a19.94 19.94 0 0 0-12.62-18.59l-24.86-9.81a4 4 0 0 1-2.26-5.14l21.33-53A32 32 0 0 0 167.17 6a32.13 32.13 0 0 0-40.92 18.2l-.07.18l-21 53.09a3.94 3.94 0 0 1-2.14 2.2a3.9 3.9 0 0 1-3 .06L74.6 69.43A19.89 19.89 0 0 0 52.87 74C31.06 96.43 20 122.68 20 152a115.46 115.46 0 0 0 32.29 80.3A12 12 0 0 0 61 236h171a12 12 0 0 0 5.24-22.79M68.19 92.73L91.06 102a28 28 0 0 0 36.44-15.69l20.95-53a8.32 8.32 0 0 1 10.33-4.81a8 8 0 0 1 4.61 10.57a1 1 0 0 0 0 .11L142 92.29a28.05 28.05 0 0 0 15.68 36.33l22.32 8.83V152c0 1 0 2.07.05 3.1l-122.44-49a102 102 0 0 1 10.58-13.37M116.74 212a83.73 83.73 0 0 1-22.09-39a12 12 0 0 0-23.25 6a110.3 110.3 0 0 0 14.49 33H66.25A91.53 91.53 0 0 1 44 152a84 84 0 0 1 3.41-24.11l136.67 54.66A86.6 86.6 0 0 0 198.66 212Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBroomBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.24 213.21C216.12 203 204 180.64 204 152v-17.27a19.94 19.94 0 0 0-12.62-18.59l-24.86-9.81a4 4 0 0 1-2.26-5.14l21.33-53A32 32 0 0 0 167.17 6a32.13 32.13 0 0 0-40.92 18.2l-.07.18l-21 53.09a3.94 3.94 0 0 1-2.14 2.2a3.9 3.9 0 0 1-3 .06L74.6 69.43A19.89 19.89 0 0 0 52.87 74C31.06 96.43 20 122.68 20 152a115.46 115.46 0 0 0 32.29 80.3A12 12 0 0 0 61 236h171a12 12 0 0 0 5.24-22.79M68.19 92.73L91.06 102a28 28 0 0 0 36.44-15.69l20.95-53a8.32 8.32 0 0 1 10.33-4.81a8 8 0 0 1 4.61 10.57a1 1 0 0 0 0 .11L142 92.29a28.05 28.05 0 0 0 15.68 36.33l22.32 8.83V152c0 1 0 2.07.05 3.1l-122.44-49a102 102 0 0 1 10.58-13.37M116.74 212a83.73 83.73 0 0 1-22.09-39a12 12 0 0 0-23.25 6a110.3 110.3 0 0 0 14.49 33H66.25A91.53 91.53 0 0 1 44 152a84 84 0 0 1 3.41-24.11l136.67 54.66A86.6 86.6 0 0 0 198.66 212Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M237.24 213.21C216.12 203 204 180.64 204 152v-17.27a19.94 19.94 0 0 0-12.62-18.59l-24.86-9.81a4 4 0 0 1-2.26-5.14l21.33-53A32 32 0 0 0 167.17 6a32.13 32.13 0 0 0-40.92 18.2l-.07.18l-21 53.09a3.94 3.94 0 0 1-2.14 2.2a3.9 3.9 0 0 1-3 .06L74.6 69.43A19.89 19.89 0 0 0 52.87 74C31.06 96.43 20 122.68 20 152a115.46 115.46 0 0 0 32.29 80.3A12 12 0 0 0 61 236h171a12 12 0 0 0 5.24-22.79M68.19 92.73L91.06 102a28 28 0 0 0 36.44-15.69l20.95-53a8.32 8.32 0 0 1 10.33-4.81a8 8 0 0 1 4.61 10.57a1 1 0 0 0 0 .11L142 92.29a28.05 28.05 0 0 0 15.68 36.33l22.32 8.83V152c0 1 0 2.07.05 3.1l-122.44-49a102 102 0 0 1 10.58-13.37M116.74 212a83.73 83.73 0 0 1-22.09-39a12 12 0 0 0-23.25 6a110.3 110.3 0 0 0 14.49 33H66.25A91.53 91.53 0 0 1 44 152a84 84 0 0 1 3.41-24.11l136.67 54.66A86.6 86.6 0 0 0 198.66 212Z"/></svg> </template>
CSS
.icon-broom-bold {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M237.24%20213.21C216.12%20203%20204%20180.64%20204%20152v-17.27a19.94%2019.94%200%200%200-12.62-18.59l-24.86-9.81a4%204%200%200%201-2.26-5.14l21.33-53A32%2032%200%200%200%20167.17%206a32.13%2032.13%200%200%200-40.92%2018.2l-.07.18l-21%2053.09a3.94%203.94%200%200%201-2.14%202.2a3.9%203.9%200%200%201-3%20.06L74.6%2069.43A19.89%2019.89%200%200%200%2052.87%2074C31.06%2096.43%2020%20122.68%2020%20152a115.46%20115.46%200%200%200%2032.29%2080.3A12%2012%200%200%200%2061%20236h171a12%2012%200%200%200%205.24-22.79M68.19%2092.73L91.06%20102a28%2028%200%200%200%2036.44-15.69l20.95-53a8.32%208.32%200%200%201%2010.33-4.81a8%208%200%200%201%204.61%2010.57a1%201%200%200%200%200%20.11L142%2092.29a28.05%2028.05%200%200%200%2015.68%2036.33l22.32%208.83V152c0%201%200%202.07.05%203.1l-122.44-49a102%20102%200%200%201%2010.58-13.37M116.74%20212a83.73%2083.73%200%200%201-22.09-39a12%2012%200%200%200-23.25%206a110.3%20110.3%200%200%200%2014.49%2033H66.25A91.53%2091.53%200%200%201%2044%20152a84%2084%200%200%201%203.41-24.11l136.67%2054.66A86.6%2086.6%200%200%200%20198.66%20212Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M237.24%20213.21C216.12%20203%20204%20180.64%20204%20152v-17.27a19.94%2019.94%200%200%200-12.62-18.59l-24.86-9.81a4%204%200%200%201-2.26-5.14l21.33-53A32%2032%200%200%200%20167.17%206a32.13%2032.13%200%200%200-40.92%2018.2l-.07.18l-21%2053.09a3.94%203.94%200%200%201-2.14%202.2a3.9%203.9%200%200%201-3%20.06L74.6%2069.43A19.89%2019.89%200%200%200%2052.87%2074C31.06%2096.43%2020%20122.68%2020%20152a115.46%20115.46%200%200%200%2032.29%2080.3A12%2012%200%200%200%2061%20236h171a12%2012%200%200%200%205.24-22.79M68.19%2092.73L91.06%20102a28%2028%200%200%200%2036.44-15.69l20.95-53a8.32%208.32%200%200%201%2010.33-4.81a8%208%200%200%201%204.61%2010.57a1%201%200%200%200%200%20.11L142%2092.29a28.05%2028.05%200%200%200%2015.68%2036.33l22.32%208.83V152c0%201%200%202.07.05%203.1l-122.44-49a102%20102%200%200%201%2010.58-13.37M116.74%20212a83.73%2083.73%200%200%201-22.09-39a12%2012%200%200%200-23.25%206a110.3%20110.3%200%200%200%2014.49%2033H66.25A91.53%2091.53%200%200%201%2044%20152a84%2084%200%200%201%203.41-24.11l136.67%2054.66A86.6%2086.6%200%200%200%20198.66%20212Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/broom-bold.svg?color=%231a73e8&size=48