brush cleaning icon
brush-cleaning from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- brush-cleaning
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the brush cleaning 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="1.5" d="m14.25 16l.378 3.023a2.648 2.648 0 1 1-5.256 0L9.75 16c.101-.81.152-1.216-.023-1.51a1 1 0 0 0-.246-.28C9.21 14 8.8 14 7.984 14H7.83c-1.72 0-2.581 0-3.147-.495a2 2 0 0 1-.188-.188C4 12.751 4 11.891 4 10.169V10h16v.17c0 1.72 0 2.582-.495 3.147q-.087.1-.188.188c-.566.495-1.426.495-3.148.495h-.153c-.817 0-1.226 0-1.497.21a1 1 0 0 0-.246.28c-.175.294-.124.7-.023 1.51M4 10V5.515c0-.478 0-.717.027-.918a3 3 0 0 1 2.57-2.57C6.797 2 7.037 2 7.515 2a1 1 0 0 1 .729.247c.025.022.05.047.1.096l.242.243c.666.666 1 1 1.414 1s.748-.334 1.414-1c.29-.29.434-.434.617-.51C12.215 2 12.42 2 12.829 2H14c2.828 0 4.243 0 5.121.879C20 3.757 20 5.172 20 8v2"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBrushCleaning(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="1.5" d="m14.25 16l.378 3.023a2.648 2.648 0 1 1-5.256 0L9.75 16c.101-.81.152-1.216-.023-1.51a1 1 0 0 0-.246-.28C9.21 14 8.8 14 7.984 14H7.83c-1.72 0-2.581 0-3.147-.495a2 2 0 0 1-.188-.188C4 12.751 4 11.891 4 10.169V10h16v.17c0 1.72 0 2.582-.495 3.147q-.087.1-.188.188c-.566.495-1.426.495-3.148.495h-.153c-.817 0-1.226 0-1.497.21a1 1 0 0 0-.246.28c-.175.294-.124.7-.023 1.51M4 10V5.515c0-.478 0-.717.027-.918a3 3 0 0 1 2.57-2.57C6.797 2 7.037 2 7.515 2a1 1 0 0 1 .729.247c.025.022.05.047.1.096l.242.243c.666.666 1 1 1.414 1s.748-.334 1.414-1c.29-.29.434-.434.617-.51C12.215 2 12.42 2 12.829 2H14c2.828 0 4.243 0 5.121.879C20 3.757 20 5.172 20 8v2"/></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="1.5" d="m14.25 16l.378 3.023a2.648 2.648 0 1 1-5.256 0L9.75 16c.101-.81.152-1.216-.023-1.51a1 1 0 0 0-.246-.28C9.21 14 8.8 14 7.984 14H7.83c-1.72 0-2.581 0-3.147-.495a2 2 0 0 1-.188-.188C4 12.751 4 11.891 4 10.169V10h16v.17c0 1.72 0 2.582-.495 3.147q-.087.1-.188.188c-.566.495-1.426.495-3.148.495h-.153c-.817 0-1.226 0-1.497.21a1 1 0 0 0-.246.28c-.175.294-.124.7-.023 1.51M4 10V5.515c0-.478 0-.717.027-.918a3 3 0 0 1 2.57-2.57C6.797 2 7.037 2 7.515 2a1 1 0 0 1 .729.247c.025.022.05.047.1.096l.242.243c.666.666 1 1 1.414 1s.748-.334 1.414-1c.29-.29.434-.434.617-.51C12.215 2 12.42 2 12.829 2H14c2.828 0 4.243 0 5.121.879C20 3.757 20 5.172 20 8v2"/></svg> </template>
CSS
.icon-brush-cleaning {
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%221.5%22%20d%3D%22m14.25%2016l.378%203.023a2.648%202.648%200%201%201-5.256%200L9.75%2016c.101-.81.152-1.216-.023-1.51a1%201%200%200%200-.246-.28C9.21%2014%208.8%2014%207.984%2014H7.83c-1.72%200-2.581%200-3.147-.495a2%202%200%200%201-.188-.188C4%2012.751%204%2011.891%204%2010.169V10h16v.17c0%201.72%200%202.582-.495%203.147q-.087.1-.188.188c-.566.495-1.426.495-3.148.495h-.153c-.817%200-1.226%200-1.497.21a1%201%200%200%200-.246.28c-.175.294-.124.7-.023%201.51M4%2010V5.515c0-.478%200-.717.027-.918a3%203%200%200%201%202.57-2.57C6.797%202%207.037%202%207.515%202a1%201%200%200%201%20.729.247c.025.022.05.047.1.096l.242.243c.666.666%201%201%201.414%201s.748-.334%201.414-1c.29-.29.434-.434.617-.51C12.215%202%2012.42%202%2012.829%202H14c2.828%200%204.243%200%205.121.879C20%203.757%2020%205.172%2020%208v2%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%221.5%22%20d%3D%22m14.25%2016l.378%203.023a2.648%202.648%200%201%201-5.256%200L9.75%2016c.101-.81.152-1.216-.023-1.51a1%201%200%200%200-.246-.28C9.21%2014%208.8%2014%207.984%2014H7.83c-1.72%200-2.581%200-3.147-.495a2%202%200%200%201-.188-.188C4%2012.751%204%2011.891%204%2010.169V10h16v.17c0%201.72%200%202.582-.495%203.147q-.087.1-.188.188c-.566.495-1.426.495-3.148.495h-.153c-.817%200-1.226%200-1.497.21a1%201%200%200%200-.246.28c-.175.294-.124.7-.023%201.51M4%2010V5.515c0-.478%200-.717.027-.918a3%203%200%200%201%202.57-2.57C6.797%202%207.037%202%207.515%202a1%201%200%200%201%20.729.247c.025.022.05.047.1.096l.242.243c.666.666%201%201%201.414%201s.748-.334%201.414-1c.29-.29.434-.434.617-.51C12.215%202%2012.42%202%2012.829%202H14c2.828%200%204.243%200%205.121.879C20%203.757%2020%205.172%2020%208v2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/brush-cleaning.svg?color=%231a73e8&size=48