broom icon

broom-linear from Solar by 480 Design · Linear · UI · CC-BY-4.0 Attribution required.

Name
broom-linear
Set
Solar
Style
Linear
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-width="1.5"><path d="M2.44853 11.4113L3.18962 12.6295C5.22275 15.9716 8.02819 18.7771 11.3703 20.8103L12.5886 21.5514C14.4872 22.5206 16.9425 21.898 18.0027 19.89C18.5037 18.9411 18.9798 17.8777 19.2819 16.821C20.1903 13.6432 19.8572 10.8584 19.8572 10.8584L13.1415 4.14263C13.1415 4.14263 10.3567 3.80954 7.17896 4.71798C6.12226 5.02007 5.05883 5.49617 4.11001 5.99715C2.10201 7.05737 1.47943 9.51271 2.44853 11.4113Z"/><path stroke-linecap="round" d="M22 2L19.6426 4.35742"/><path d="M13.3564 4.35767C15.0924 2.62172 17.9069 2.62163 19.6428 4.35759C21.3788 6.09355 21.3788 8.90817 19.6429 10.6441"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarBroomLinear(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" strokeWidth="1.5"><path d="M2.44853 11.4113L3.18962 12.6295C5.22275 15.9716 8.02819 18.7771 11.3703 20.8103L12.5886 21.5514C14.4872 22.5206 16.9425 21.898 18.0027 19.89C18.5037 18.9411 18.9798 17.8777 19.2819 16.821C20.1903 13.6432 19.8572 10.8584 19.8572 10.8584L13.1415 4.14263C13.1415 4.14263 10.3567 3.80954 7.17896 4.71798C6.12226 5.02007 5.05883 5.49617 4.11001 5.99715C2.10201 7.05737 1.47943 9.51271 2.44853 11.4113Z"/><path strokeLinecap="round" d="M22 2L19.6426 4.35742"/><path d="M13.3564 4.35767C15.0924 2.62172 17.9069 2.62163 19.6428 4.35759C21.3788 6.09355 21.3788 8.90817 19.6429 10.6441"/></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-width="1.5"><path d="M2.44853 11.4113L3.18962 12.6295C5.22275 15.9716 8.02819 18.7771 11.3703 20.8103L12.5886 21.5514C14.4872 22.5206 16.9425 21.898 18.0027 19.89C18.5037 18.9411 18.9798 17.8777 19.2819 16.821C20.1903 13.6432 19.8572 10.8584 19.8572 10.8584L13.1415 4.14263C13.1415 4.14263 10.3567 3.80954 7.17896 4.71798C6.12226 5.02007 5.05883 5.49617 4.11001 5.99715C2.10201 7.05737 1.47943 9.51271 2.44853 11.4113Z"/><path stroke-linecap="round" d="M22 2L19.6426 4.35742"/><path d="M13.3564 4.35767C15.0924 2.62172 17.9069 2.62163 19.6428 4.35759C21.3788 6.09355 21.3788 8.90817 19.6429 10.6441"/></g></svg>
</template>

CSS

.icon-broom-linear {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.44853%2011.4113L3.18962%2012.6295C5.22275%2015.9716%208.02819%2018.7771%2011.3703%2020.8103L12.5886%2021.5514C14.4872%2022.5206%2016.9425%2021.898%2018.0027%2019.89C18.5037%2018.9411%2018.9798%2017.8777%2019.2819%2016.821C20.1903%2013.6432%2019.8572%2010.8584%2019.8572%2010.8584L13.1415%204.14263C13.1415%204.14263%2010.3567%203.80954%207.17896%204.71798C6.12226%205.02007%205.05883%205.49617%204.11001%205.99715C2.10201%207.05737%201.47943%209.51271%202.44853%2011.4113Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%202L19.6426%204.35742%22%2F%3E%3Cpath%20d%3D%22M13.3564%204.35767C15.0924%202.62172%2017.9069%202.62163%2019.6428%204.35759C21.3788%206.09355%2021.3788%208.90817%2019.6429%2010.6441%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2.44853%2011.4113L3.18962%2012.6295C5.22275%2015.9716%208.02819%2018.7771%2011.3703%2020.8103L12.5886%2021.5514C14.4872%2022.5206%2016.9425%2021.898%2018.0027%2019.89C18.5037%2018.9411%2018.9798%2017.8777%2019.2819%2016.821C20.1903%2013.6432%2019.8572%2010.8584%2019.8572%2010.8584L13.1415%204.14263C13.1415%204.14263%2010.3567%203.80954%207.17896%204.71798C6.12226%205.02007%205.05883%205.49617%204.11001%205.99715C2.10201%207.05737%201.47943%209.51271%202.44853%2011.4113Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%202L19.6426%204.35742%22%2F%3E%3Cpath%20d%3D%22M13.3564%204.35767C15.0924%202.62172%2017.9069%202.62163%2019.6428%204.35759C21.3788%206.09355%2021.3788%208.90817%2019.6429%2010.6441%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-linear.svg?color=%231a73e8&size=48