broom icon
broom from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- broom
- Set
- Phosphor
- Style
- Regular
- 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="M235.5 216.81c-22.56-11-35.5-34.58-35.5-64.8v-17.28a15.94 15.94 0 0 0-10.09-14.87L165 110a8 8 0 0 1-4.48-10.34l21.32-53a28 28 0 0 0-16.1-37a28.14 28.14 0 0 0-35.82 16a.6.6 0 0 0 0 .12L108.9 79a8 8 0 0 1-10.37 4.49L73.11 73.14a15.89 15.89 0 0 0-17.37 3.66C34.68 98.45 24 123.75 24 152a111.45 111.45 0 0 0 31.18 77.53A8 8 0 0 0 61 232h171a8 8 0 0 0 3.5-15.19M67.14 88l25.41 10.3a24 24 0 0 0 31.23-13.45l21-53c2.56-6.11 9.47-9.27 15.43-7a12 12 0 0 1 6.88 15.92l-21.4 52.99a24 24 0 0 0 13.43 31.14l24.88 9.83V153L55.77 101.71A109 109 0 0 1 67.14 88m48 128a87.53 87.53 0 0 1-24.34-42a8 8 0 0 0-15.49 4a105.2 105.2 0 0 0 18.36 38H64.44A95.54 95.54 0 0 1 40 152a85.9 85.9 0 0 1 7.73-36.29l137.8 55.12c3 18 10.56 33.48 21.89 45.16Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBroom(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="M235.5 216.81c-22.56-11-35.5-34.58-35.5-64.8v-17.28a15.94 15.94 0 0 0-10.09-14.87L165 110a8 8 0 0 1-4.48-10.34l21.32-53a28 28 0 0 0-16.1-37a28.14 28.14 0 0 0-35.82 16a.6.6 0 0 0 0 .12L108.9 79a8 8 0 0 1-10.37 4.49L73.11 73.14a15.89 15.89 0 0 0-17.37 3.66C34.68 98.45 24 123.75 24 152a111.45 111.45 0 0 0 31.18 77.53A8 8 0 0 0 61 232h171a8 8 0 0 0 3.5-15.19M67.14 88l25.41 10.3a24 24 0 0 0 31.23-13.45l21-53c2.56-6.11 9.47-9.27 15.43-7a12 12 0 0 1 6.88 15.92l-21.4 52.99a24 24 0 0 0 13.43 31.14l24.88 9.83V153L55.77 101.71A109 109 0 0 1 67.14 88m48 128a87.53 87.53 0 0 1-24.34-42a8 8 0 0 0-15.49 4a105.2 105.2 0 0 0 18.36 38H64.44A95.54 95.54 0 0 1 40 152a85.9 85.9 0 0 1 7.73-36.29l137.8 55.12c3 18 10.56 33.48 21.89 45.16Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M235.5 216.81c-22.56-11-35.5-34.58-35.5-64.8v-17.28a15.94 15.94 0 0 0-10.09-14.87L165 110a8 8 0 0 1-4.48-10.34l21.32-53a28 28 0 0 0-16.1-37a28.14 28.14 0 0 0-35.82 16a.6.6 0 0 0 0 .12L108.9 79a8 8 0 0 1-10.37 4.49L73.11 73.14a15.89 15.89 0 0 0-17.37 3.66C34.68 98.45 24 123.75 24 152a111.45 111.45 0 0 0 31.18 77.53A8 8 0 0 0 61 232h171a8 8 0 0 0 3.5-15.19M67.14 88l25.41 10.3a24 24 0 0 0 31.23-13.45l21-53c2.56-6.11 9.47-9.27 15.43-7a12 12 0 0 1 6.88 15.92l-21.4 52.99a24 24 0 0 0 13.43 31.14l24.88 9.83V153L55.77 101.71A109 109 0 0 1 67.14 88m48 128a87.53 87.53 0 0 1-24.34-42a8 8 0 0 0-15.49 4a105.2 105.2 0 0 0 18.36 38H64.44A95.54 95.54 0 0 1 40 152a85.9 85.9 0 0 1 7.73-36.29l137.8 55.12c3 18 10.56 33.48 21.89 45.16Z"/></svg> </template>
CSS
.icon-broom {
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%22M235.5%20216.81c-22.56-11-35.5-34.58-35.5-64.8v-17.28a15.94%2015.94%200%200%200-10.09-14.87L165%20110a8%208%200%200%201-4.48-10.34l21.32-53a28%2028%200%200%200-16.1-37a28.14%2028.14%200%200%200-35.82%2016a.6.6%200%200%200%200%20.12L108.9%2079a8%208%200%200%201-10.37%204.49L73.11%2073.14a15.89%2015.89%200%200%200-17.37%203.66C34.68%2098.45%2024%20123.75%2024%20152a111.45%20111.45%200%200%200%2031.18%2077.53A8%208%200%200%200%2061%20232h171a8%208%200%200%200%203.5-15.19M67.14%2088l25.41%2010.3a24%2024%200%200%200%2031.23-13.45l21-53c2.56-6.11%209.47-9.27%2015.43-7a12%2012%200%200%201%206.88%2015.92l-21.4%2052.99a24%2024%200%200%200%2013.43%2031.14l24.88%209.83V153L55.77%20101.71A109%20109%200%200%201%2067.14%2088m48%20128a87.53%2087.53%200%200%201-24.34-42a8%208%200%200%200-15.49%204a105.2%20105.2%200%200%200%2018.36%2038H64.44A95.54%2095.54%200%200%201%2040%20152a85.9%2085.9%200%200%201%207.73-36.29l137.8%2055.12c3%2018%2010.56%2033.48%2021.89%2045.16Z%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%22M235.5%20216.81c-22.56-11-35.5-34.58-35.5-64.8v-17.28a15.94%2015.94%200%200%200-10.09-14.87L165%20110a8%208%200%200%201-4.48-10.34l21.32-53a28%2028%200%200%200-16.1-37a28.14%2028.14%200%200%200-35.82%2016a.6.6%200%200%200%200%20.12L108.9%2079a8%208%200%200%201-10.37%204.49L73.11%2073.14a15.89%2015.89%200%200%200-17.37%203.66C34.68%2098.45%2024%20123.75%2024%20152a111.45%20111.45%200%200%200%2031.18%2077.53A8%208%200%200%200%2061%20232h171a8%208%200%200%200%203.5-15.19M67.14%2088l25.41%2010.3a24%2024%200%200%200%2031.23-13.45l21-53c2.56-6.11%209.47-9.27%2015.43-7a12%2012%200%200%201%206.88%2015.92l-21.4%2052.99a24%2024%200%200%200%2013.43%2031.14l24.88%209.83V153L55.77%20101.71A109%20109%200%200%201%2067.14%2088m48%20128a87.53%2087.53%200%200%201-24.34-42a8%208%200%200%200-15.49%204a105.2%20105.2%200%200%200%2018.36%2038H64.44A95.54%2095.54%200%200%201%2040%20152a85.9%2085.9%200%200%201%207.73-36.29l137.8%2055.12c3%2018%2010.56%2033.48%2021.89%2045.16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/broom.svg?color=%231a73e8&size=48