broom icon
broom-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- broom-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Use the broom icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18.204 2.99l-3.036 8.469m0 0l-1.59-.426a2.09 2.09 0 0 0-2.148.71c-1.209 1.473-3.594 4.2-6.32 6.338c0 0 10.26 4.45 11.592 3.106c2.065-2.083 1.846-5.876 1.574-7.786c-.103-.725-.65-1.284-1.357-1.473zm-4.64 1.862l7.727 2.07M8.845 19.6c1.837-1.06 2.838-2.863 2.838-2.863m1.026 3.898c1.224-.707 2.355-2.993 2.355-2.993"/><path fill="currentColor" fill-rule="evenodd" d="m8.397 3.856l-.102.222a5.2 5.2 0 0 1-2.128 2.264a.108.108 0 0 0 0 .189a5.2 5.2 0 0 1 2.23 2.486c.04.089.166.089.206 0l.102-.222a5.2 5.2 0 0 1 2.127-2.264a.108.108 0 0 0 0-.189l-.158-.092a5.2 5.2 0 0 1-2.07-2.394a.113.113 0 0 0-.207 0M5.435 8.715q-.03.07-.064.14a3.26 3.26 0 0 1-1.336 1.422a.068.068 0 0 0 0 .118l.099.058a3.26 3.26 0 0 1 1.301 1.504a.071.071 0 0 0 .13 0q.03-.07.064-.14a3.26 3.26 0 0 1 1.336-1.422a.068.068 0 0 0 0-.118l-.099-.058a3.26 3.26 0 0 1-1.301-1.504a.071.071 0 0 0-.13 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBroomLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m18.204 2.99l-3.036 8.469m0 0l-1.59-.426a2.09 2.09 0 0 0-2.148.71c-1.209 1.473-3.594 4.2-6.32 6.338c0 0 10.26 4.45 11.592 3.106c2.065-2.083 1.846-5.876 1.574-7.786c-.103-.725-.65-1.284-1.357-1.473zm-4.64 1.862l7.727 2.07M8.845 19.6c1.837-1.06 2.838-2.863 2.838-2.863m1.026 3.898c1.224-.707 2.355-2.993 2.355-2.993"/><path fill="currentColor" fillRule="evenodd" d="m8.397 3.856l-.102.222a5.2 5.2 0 0 1-2.128 2.264a.108.108 0 0 0 0 .189a5.2 5.2 0 0 1 2.23 2.486c.04.089.166.089.206 0l.102-.222a5.2 5.2 0 0 1 2.127-2.264a.108.108 0 0 0 0-.189l-.158-.092a5.2 5.2 0 0 1-2.07-2.394a.113.113 0 0 0-.207 0M5.435 8.715q-.03.07-.064.14a3.26 3.26 0 0 1-1.336 1.422a.068.068 0 0 0 0 .118l.099.058a3.26 3.26 0 0 1 1.301 1.504a.071.071 0 0 0 .13 0q.03-.07.064-.14a3.26 3.26 0 0 1 1.336-1.422a.068.068 0 0 0 0-.118l-.099-.058a3.26 3.26 0 0 1-1.301-1.504a.071.071 0 0 0-.13 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m18.204 2.99l-3.036 8.469m0 0l-1.59-.426a2.09 2.09 0 0 0-2.148.71c-1.209 1.473-3.594 4.2-6.32 6.338c0 0 10.26 4.45 11.592 3.106c2.065-2.083 1.846-5.876 1.574-7.786c-.103-.725-.65-1.284-1.357-1.473zm-4.64 1.862l7.727 2.07M8.845 19.6c1.837-1.06 2.838-2.863 2.838-2.863m1.026 3.898c1.224-.707 2.355-2.993 2.355-2.993"/><path fill="currentColor" fill-rule="evenodd" d="m8.397 3.856l-.102.222a5.2 5.2 0 0 1-2.128 2.264a.108.108 0 0 0 0 .189a5.2 5.2 0 0 1 2.23 2.486c.04.089.166.089.206 0l.102-.222a5.2 5.2 0 0 1 2.127-2.264a.108.108 0 0 0 0-.189l-.158-.092a5.2 5.2 0 0 1-2.07-2.394a.113.113 0 0 0-.207 0M5.435 8.715q-.03.07-.064.14a3.26 3.26 0 0 1-1.336 1.422a.068.068 0 0 0 0 .118l.099.058a3.26 3.26 0 0 1 1.301 1.504a.071.071 0 0 0 .13 0q.03-.07.064-.14a3.26 3.26 0 0 1 1.336-1.422a.068.068 0 0 0 0-.118l-.099-.058a3.26 3.26 0 0 1-1.301-1.504a.071.071 0 0 0-.13 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-broom-line {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m18.204%202.99l-3.036%208.469m0%200l-1.59-.426a2.09%202.09%200%200%200-2.148.71c-1.209%201.473-3.594%204.2-6.32%206.338c0%200%2010.26%204.45%2011.592%203.106c2.065-2.083%201.846-5.876%201.574-7.786c-.103-.725-.65-1.284-1.357-1.473zm-4.64%201.862l7.727%202.07M8.845%2019.6c1.837-1.06%202.838-2.863%202.838-2.863m1.026%203.898c1.224-.707%202.355-2.993%202.355-2.993%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m8.397%203.856l-.102.222a5.2%205.2%200%200%201-2.128%202.264a.108.108%200%200%200%200%20.189a5.2%205.2%200%200%201%202.23%202.486c.04.089.166.089.206%200l.102-.222a5.2%205.2%200%200%201%202.127-2.264a.108.108%200%200%200%200-.189l-.158-.092a5.2%205.2%200%200%201-2.07-2.394a.113.113%200%200%200-.207%200M5.435%208.715q-.03.07-.064.14a3.26%203.26%200%200%201-1.336%201.422a.068.068%200%200%200%200%20.118l.099.058a3.26%203.26%200%200%201%201.301%201.504a.071.071%200%200%200%20.13%200q.03-.07.064-.14a3.26%203.26%200%200%201%201.336-1.422a.068.068%200%200%200%200-.118l-.099-.058a3.26%203.26%200%200%201-1.301-1.504a.071.071%200%200%200-.13%200%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m18.204%202.99l-3.036%208.469m0%200l-1.59-.426a2.09%202.09%200%200%200-2.148.71c-1.209%201.473-3.594%204.2-6.32%206.338c0%200%2010.26%204.45%2011.592%203.106c2.065-2.083%201.846-5.876%201.574-7.786c-.103-.725-.65-1.284-1.357-1.473zm-4.64%201.862l7.727%202.07M8.845%2019.6c1.837-1.06%202.838-2.863%202.838-2.863m1.026%203.898c1.224-.707%202.355-2.993%202.355-2.993%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m8.397%203.856l-.102.222a5.2%205.2%200%200%201-2.128%202.264a.108.108%200%200%200%200%20.189a5.2%205.2%200%200%201%202.23%202.486c.04.089.166.089.206%200l.102-.222a5.2%205.2%200%200%201%202.127-2.264a.108.108%200%200%200%200-.189l-.158-.092a5.2%205.2%200%200%201-2.07-2.394a.113.113%200%200%200-.207%200M5.435%208.715q-.03.07-.064.14a3.26%203.26%200%200%201-1.336%201.422a.068.068%200%200%200%200%20.118l.099.058a3.26%203.26%200%200%201%201.301%201.504a.071.071%200%200%200%20.13%200q.03-.07.064-.14a3.26%203.26%200%200%201%201.336-1.422a.068.068%200%200%200%200-.118l-.099-.058a3.26%203.26%200%200%201-1.301-1.504a.071.071%200%200%200-.13%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/broom-line.svg?color=%231a73e8&size=48