broom icon
broom-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- broom-fill
- Set
- Phosphor
- Style
- Fill
- 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.29 216.7C212.86 205.69 200 182.12 200 152v-17.31a15.94 15.94 0 0 0-10.09-14.87l-28.65-11.46A8 8 0 0 1 156.79 98l22.32-56.67C184 28.79 178 14.21 165.34 9.51a24 24 0 0 0-30.7 13.71l-22.39 56.86a8 8 0 0 1-10.41 4.5l-28.73-11.5a15.91 15.91 0 0 0-17.38 3.66C34.68 98.4 24 123.71 24 152a111.53 111.53 0 0 0 31.15 77.53A8.06 8.06 0 0 0 61 232h171a8 8 0 0 0 8-7.51a8.21 8.21 0 0 0-4.71-7.79m-120.18-.7a87.5 87.5 0 0 1-24.26-41.71a8.21 8.21 0 0 0-9.25-6.18a8 8 0 0 0-6.32 9.89a105.3 105.3 0 0 0 18.36 38h-29.2A95.62 95.62 0 0 1 40 152a85.9 85.9 0 0 1 7.73-36.3l137.8 55.13c3 18.06 10.55 33.5 21.89 45.19Z"/></svg>
React
import type { SVGProps } from "react";
export function PhBroomFill(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.29 216.7C212.86 205.69 200 182.12 200 152v-17.31a15.94 15.94 0 0 0-10.09-14.87l-28.65-11.46A8 8 0 0 1 156.79 98l22.32-56.67C184 28.79 178 14.21 165.34 9.51a24 24 0 0 0-30.7 13.71l-22.39 56.86a8 8 0 0 1-10.41 4.5l-28.73-11.5a15.91 15.91 0 0 0-17.38 3.66C34.68 98.4 24 123.71 24 152a111.53 111.53 0 0 0 31.15 77.53A8.06 8.06 0 0 0 61 232h171a8 8 0 0 0 8-7.51a8.21 8.21 0 0 0-4.71-7.79m-120.18-.7a87.5 87.5 0 0 1-24.26-41.71a8.21 8.21 0 0 0-9.25-6.18a8 8 0 0 0-6.32 9.89a105.3 105.3 0 0 0 18.36 38h-29.2A95.62 95.62 0 0 1 40 152a85.9 85.9 0 0 1 7.73-36.3l137.8 55.13c3 18.06 10.55 33.5 21.89 45.19Z"/></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.29 216.7C212.86 205.69 200 182.12 200 152v-17.31a15.94 15.94 0 0 0-10.09-14.87l-28.65-11.46A8 8 0 0 1 156.79 98l22.32-56.67C184 28.79 178 14.21 165.34 9.51a24 24 0 0 0-30.7 13.71l-22.39 56.86a8 8 0 0 1-10.41 4.5l-28.73-11.5a15.91 15.91 0 0 0-17.38 3.66C34.68 98.4 24 123.71 24 152a111.53 111.53 0 0 0 31.15 77.53A8.06 8.06 0 0 0 61 232h171a8 8 0 0 0 8-7.51a8.21 8.21 0 0 0-4.71-7.79m-120.18-.7a87.5 87.5 0 0 1-24.26-41.71a8.21 8.21 0 0 0-9.25-6.18a8 8 0 0 0-6.32 9.89a105.3 105.3 0 0 0 18.36 38h-29.2A95.62 95.62 0 0 1 40 152a85.9 85.9 0 0 1 7.73-36.3l137.8 55.13c3 18.06 10.55 33.5 21.89 45.19Z"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M235.29%20216.7C212.86%20205.69%20200%20182.12%20200%20152v-17.31a15.94%2015.94%200%200%200-10.09-14.87l-28.65-11.46A8%208%200%200%201%20156.79%2098l22.32-56.67C184%2028.79%20178%2014.21%20165.34%209.51a24%2024%200%200%200-30.7%2013.71l-22.39%2056.86a8%208%200%200%201-10.41%204.5l-28.73-11.5a15.91%2015.91%200%200%200-17.38%203.66C34.68%2098.4%2024%20123.71%2024%20152a111.53%20111.53%200%200%200%2031.15%2077.53A8.06%208.06%200%200%200%2061%20232h171a8%208%200%200%200%208-7.51a8.21%208.21%200%200%200-4.71-7.79m-120.18-.7a87.5%2087.5%200%200%201-24.26-41.71a8.21%208.21%200%200%200-9.25-6.18a8%208%200%200%200-6.32%209.89a105.3%20105.3%200%200%200%2018.36%2038h-29.2A95.62%2095.62%200%200%201%2040%20152a85.9%2085.9%200%200%201%207.73-36.3l137.8%2055.13c3%2018.06%2010.55%2033.5%2021.89%2045.19Z%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.29%20216.7C212.86%20205.69%20200%20182.12%20200%20152v-17.31a15.94%2015.94%200%200%200-10.09-14.87l-28.65-11.46A8%208%200%200%201%20156.79%2098l22.32-56.67C184%2028.79%20178%2014.21%20165.34%209.51a24%2024%200%200%200-30.7%2013.71l-22.39%2056.86a8%208%200%200%201-10.41%204.5l-28.73-11.5a15.91%2015.91%200%200%200-17.38%203.66C34.68%2098.4%2024%20123.71%2024%20152a111.53%20111.53%200%200%200%2031.15%2077.53A8.06%208.06%200%200%200%2061%20232h171a8%208%200%200%200%208-7.51a8.21%208.21%200%200%200-4.71-7.79m-120.18-.7a87.5%2087.5%200%200%201-24.26-41.71a8.21%208.21%200%200%200-9.25-6.18a8%208%200%200%200-6.32%209.89a105.3%20105.3%200%200%200%2018.36%2038h-29.2A95.62%2095.62%200%200%201%2040%20152a85.9%2085.9%200%200%201%207.73-36.3l137.8%2055.13c3%2018.06%2010.55%2033.5%2021.89%2045.19Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/broom-fill.svg?color=%231a73e8&size=48