broom icon

broom-broken from Solar by 480 Design · Broken · UI · CC-BY-4.0 Attribution required.

Name
broom-broken
Set
Solar
Style
Broken
Category
UI
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More ui icons from Solar

Use the broom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12.728 5.53587C14.2901 3.97377 16.8227 3.9737 18.3848 5.53579"/><path d="M18.3848 5.53564C19.9469 7.09774 19.9469 9.63048 18.3848 11.1926"/><path d="M20.5061 3.41406L18.3848 5.53538"/><path d="M18.2523 15.9999C18.1964 16.2464 18.1327 16.4972 18.0602 16.7508C17.7884 17.7017 17.3599 18.6586 16.9091 19.5124C15.9551 21.3193 13.7457 21.8796 12.0373 21.0075L10.9409 20.3406C7.93352 18.511 5.40903 15.9865 3.57952 12.9791L2.91264 11.8829C2.04059 10.1745 2.60083 7.96504 4.40773 7.01101C5.26153 6.5602 6.21846 6.13178 7.16933 5.85995C10.0288 5.04249 12.5347 5.34222 12.5347 5.34222L18.3848 11.1924"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBroomBroken(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M12.728 5.53587C14.2901 3.97377 16.8227 3.9737 18.3848 5.53579"/><path d="M18.3848 5.53564C19.9469 7.09774 19.9469 9.63048 18.3848 11.1926"/><path d="M20.5061 3.41406L18.3848 5.53538"/><path d="M18.2523 15.9999C18.1964 16.2464 18.1327 16.4972 18.0602 16.7508C17.7884 17.7017 17.3599 18.6586 16.9091 19.5124C15.9551 21.3193 13.7457 21.8796 12.0373 21.0075L10.9409 20.3406C7.93352 18.511 5.40903 15.9865 3.57952 12.9791L2.91264 11.8829C2.04059 10.1745 2.60083 7.96504 4.40773 7.01101C5.26153 6.5602 6.21846 6.13178 7.16933 5.85995C10.0288 5.04249 12.5347 5.34222 12.5347 5.34222L18.3848 11.1924"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12.728 5.53587C14.2901 3.97377 16.8227 3.9737 18.3848 5.53579"/><path d="M18.3848 5.53564C19.9469 7.09774 19.9469 9.63048 18.3848 11.1926"/><path d="M20.5061 3.41406L18.3848 5.53538"/><path d="M18.2523 15.9999C18.1964 16.2464 18.1327 16.4972 18.0602 16.7508C17.7884 17.7017 17.3599 18.6586 16.9091 19.5124C15.9551 21.3193 13.7457 21.8796 12.0373 21.0075L10.9409 20.3406C7.93352 18.511 5.40903 15.9865 3.57952 12.9791L2.91264 11.8829C2.04059 10.1745 2.60083 7.96504 4.40773 7.01101C5.26153 6.5602 6.21846 6.13178 7.16933 5.85995C10.0288 5.04249 12.5347 5.34222 12.5347 5.34222L18.3848 11.1924"/></g></svg>
</template>

CSS

.icon-broom-broken {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.728%205.53587C14.2901%203.97377%2016.8227%203.9737%2018.3848%205.53579%22%2F%3E%3Cpath%20d%3D%22M18.3848%205.53564C19.9469%207.09774%2019.9469%209.63048%2018.3848%2011.1926%22%2F%3E%3Cpath%20d%3D%22M20.5061%203.41406L18.3848%205.53538%22%2F%3E%3Cpath%20d%3D%22M18.2523%2015.9999C18.1964%2016.2464%2018.1327%2016.4972%2018.0602%2016.7508C17.7884%2017.7017%2017.3599%2018.6586%2016.9091%2019.5124C15.9551%2021.3193%2013.7457%2021.8796%2012.0373%2021.0075L10.9409%2020.3406C7.93352%2018.511%205.40903%2015.9865%203.57952%2012.9791L2.91264%2011.8829C2.04059%2010.1745%202.60083%207.96504%204.40773%207.01101C5.26153%206.5602%206.21846%206.13178%207.16933%205.85995C10.0288%205.04249%2012.5347%205.34222%2012.5347%205.34222L18.3848%2011.1924%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.728%205.53587C14.2901%203.97377%2016.8227%203.9737%2018.3848%205.53579%22%2F%3E%3Cpath%20d%3D%22M18.3848%205.53564C19.9469%207.09774%2019.9469%209.63048%2018.3848%2011.1926%22%2F%3E%3Cpath%20d%3D%22M20.5061%203.41406L18.3848%205.53538%22%2F%3E%3Cpath%20d%3D%22M18.2523%2015.9999C18.1964%2016.2464%2018.1327%2016.4972%2018.0602%2016.7508C17.7884%2017.7017%2017.3599%2018.6586%2016.9091%2019.5124C15.9551%2021.3193%2013.7457%2021.8796%2012.0373%2021.0075L10.9409%2020.3406C7.93352%2018.511%205.40903%2015.9865%203.57952%2012.9791L2.91264%2011.8829C2.04059%2010.1745%202.60083%207.96504%204.40773%207.01101C5.26153%206.5602%206.21846%206.13178%207.16933%205.85995C10.0288%205.04249%2012.5347%205.34222%2012.5347%205.34222L18.3848%2011.1924%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/broom-broken.svg?color=%231a73e8&size=48