broom from Font Awesome 6 Solid by Dave Gandy · Regular · Halloween · CC-BY-4.0 Attribution required.

Name
broom
Set
Font Awesome 6 Solid
Style
Regular
Category
Halloween
Viewbox
576×512
License
CC BY 4.0

The same icon in other sets

More halloween icons from Font Awesome 6 Solid

Use the broom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M566.6 54.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.1L364.3 320h29.1c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7l192-192zM341.1 353.4L222.6 234.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.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9C0 502.1 9.9 512 22.1 512h173.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 Fa6SolidBroom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M566.6 54.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.1L364.3 320h29.1c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7l192-192zM341.1 353.4L222.6 234.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.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9C0 502.1 9.9 512 22.1 512h173.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 576 512"><path fill="currentColor" d="M566.6 54.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.1L364.3 320h29.1c12.5 0 22.6-10.1 22.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7l192-192zM341.1 353.4L222.6 234.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.9L7.3 473.4C2.7 477.6 0 483.6 0 489.9C0 502.1 9.9 512 22.1 512h173.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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M566.6%2054.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.1L364.3%20320h29.1c12.5%200%2022.6-10.1%2022.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7l192-192zM341.1%20353.4L222.6%20234.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.9L7.3%20473.4C2.7%20477.6%200%20483.6%200%20489.9C0%20502.1%209.9%20512%2022.1%20512h173.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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M566.6%2054.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.1L364.3%20320h29.1c12.5%200%2022.6-10.1%2022.6-22.6c0-6-2.4-11.8-6.6-16l-34.7-34.7l192-192zM341.1%20353.4L222.6%20234.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.9L7.3%20473.4C2.7%20477.6%200%20483.6%200%20489.9C0%20502.1%209.9%20512%2022.1%20512h173.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/fa6-solid/broom.svg?color=%231a73e8&size=48