broom icon
broom from Font Awesome Solid by Dave Gandy · Solid · Halloween · CC-BY-4.0 Attribution required.
- Name
- broom
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Halloween
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More halloween icons from Font Awesome Solid
Use the broom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M598.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192l-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5 0-22.6 10.1-22.6 22.6v29.1L396.3 384h29.1c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7l192-192zM373.1 417.4L254.6 298.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8c-22.3 22.3-34.8 52.5-34.8 84c0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L39.3 537.4c-4.6 4.2-7.3 10.2-7.3 16.5c0 12.2 9.9 22.1 22.1 22.1h173.3c38.8 0 75.9-15.4 103.4-42.8c30.6-30.6 45.9-73.1 42.3-115.8"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBroom(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M598.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192l-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5 0-22.6 10.1-22.6 22.6v29.1L396.3 384h29.1c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7l192-192zM373.1 417.4L254.6 298.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8c-22.3 22.3-34.8 52.5-34.8 84c0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L39.3 537.4c-4.6 4.2-7.3 10.2-7.3 16.5c0 12.2 9.9 22.1 22.1 22.1h173.3c38.8 0 75.9-15.4 103.4-42.8c30.6-30.6 45.9-73.1 42.3-115.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M598.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192l-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5 0-22.6 10.1-22.6 22.6v29.1L396.3 384h29.1c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7l192-192zM373.1 417.4L254.6 298.9c-42.7-3.7-85.2 11.7-115.8 42.3l-8 8c-22.3 22.3-34.8 52.5-34.8 84c0 6.8 7.1 11.2 13.2 8.2l51.1-25.5c5-2.5 9.5 4.1 5.4 7.9L39.3 537.4c-4.6 4.2-7.3 10.2-7.3 16.5c0 12.2 9.9 22.1 22.1 22.1h173.3c38.8 0 75.9-15.4 103.4-42.8c30.6-30.6 45.9-73.1 42.3-115.8"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M598.6%20118.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-192%20192l-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5%200-22.6%2010.1-22.6%2022.6v29.1L396.3%20384h29.1c12.5%200%2022.6-10.1%2022.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7l192-192zM373.1%20417.4L254.6%20298.9c-42.7-3.7-85.2%2011.7-115.8%2042.3l-8%208c-22.3%2022.3-34.8%2052.5-34.8%2084c0%206.8%207.1%2011.2%2013.2%208.2l51.1-25.5c5-2.5%209.5%204.1%205.4%207.9L39.3%20537.4c-4.6%204.2-7.3%2010.2-7.3%2016.5c0%2012.2%209.9%2022.1%2022.1%2022.1h173.3c38.8%200%2075.9-15.4%20103.4-42.8c30.6-30.6%2045.9-73.1%2042.3-115.8%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M598.6%20118.6c12.5-12.5%2012.5-32.8%200-45.3s-32.8-12.5-45.3%200l-192%20192l-34.7-34.7c-4.2-4.2-10-6.6-16-6.6c-12.5%200-22.6%2010.1-22.6%2022.6v29.1L396.3%20384h29.1c12.5%200%2022.6-10.1%2022.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7l192-192zM373.1%20417.4L254.6%20298.9c-42.7-3.7-85.2%2011.7-115.8%2042.3l-8%208c-22.3%2022.3-34.8%2052.5-34.8%2084c0%206.8%207.1%2011.2%2013.2%208.2l51.1-25.5c5-2.5%209.5%204.1%205.4%207.9L39.3%20537.4c-4.6%204.2-7.3%2010.2-7.3%2016.5c0%2012.2%209.9%2022.1%2022.1%2022.1h173.3c38.8%200%2075.9-15.4%20103.4-42.8c30.6-30.6%2045.9-73.1%2042.3-115.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/broom.svg?color=%231a73e8&size=48