brush 2 icon
brush-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- brush-2-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
Use the brush 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.546 11.646a2.5 2.5 0 0 1 0 3.536l-6.364 6.365a2.5 2.5 0 0 1-3.536 0l-1.06-1.062l9.899-9.9zM2.807 2.807c.885-.885 2.011-1.329 3.186-1.202c1.16.126 2.224.793 3.054 1.846c.889 1.127 1.7 2.732 2.337 4.175c.33.747 1.269.893 1.769.393l.615-.615a2.5 2.5 0 0 1 3.535 0l1.768 1.767l-9.9 9.9l-1.767-1.767a2.5 2.5 0 0 1 0-3.536l.615-.615c.5-.5.354-1.439-.394-1.768c-1.442-.637-3.047-1.449-4.174-2.337c-1.054-.83-1.72-1.895-1.846-3.055c-.127-1.174.317-2.3 1.202-3.186"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteBrush2Fill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.546 11.646a2.5 2.5 0 0 1 0 3.536l-6.364 6.365a2.5 2.5 0 0 1-3.536 0l-1.06-1.062l9.899-9.9zM2.807 2.807c.885-.885 2.011-1.329 3.186-1.202c1.16.126 2.224.793 3.054 1.846c.889 1.127 1.7 2.732 2.337 4.175c.33.747 1.269.893 1.769.393l.615-.615a2.5 2.5 0 0 1 3.535 0l1.768 1.767l-9.9 9.9l-1.767-1.767a2.5 2.5 0 0 1 0-3.536l.615-.615c.5-.5.354-1.439-.394-1.768c-1.442-.637-3.047-1.449-4.174-2.337c-1.054-.83-1.72-1.895-1.846-3.055c-.127-1.174.317-2.3 1.202-3.186"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.546 11.646a2.5 2.5 0 0 1 0 3.536l-6.364 6.365a2.5 2.5 0 0 1-3.536 0l-1.06-1.062l9.899-9.9zM2.807 2.807c.885-.885 2.011-1.329 3.186-1.202c1.16.126 2.224.793 3.054 1.846c.889 1.127 1.7 2.732 2.337 4.175c.33.747 1.269.893 1.769.393l.615-.615a2.5 2.5 0 0 1 3.535 0l1.768 1.767l-9.9 9.9l-1.767-1.767a2.5 2.5 0 0 1 0-3.536l.615-.615c.5-.5.354-1.439-.394-1.768c-1.442-.637-3.047-1.449-4.174-2.337c-1.054-.83-1.72-1.895-1.846-3.055c-.127-1.174.317-2.3 1.202-3.186"/></svg> </template>
CSS
.icon-brush-2-fill {
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%22currentColor%22%20d%3D%22M21.546%2011.646a2.5%202.5%200%200%201%200%203.536l-6.364%206.365a2.5%202.5%200%200%201-3.536%200l-1.06-1.062l9.899-9.9zM2.807%202.807c.885-.885%202.011-1.329%203.186-1.202c1.16.126%202.224.793%203.054%201.846c.889%201.127%201.7%202.732%202.337%204.175c.33.747%201.269.893%201.769.393l.615-.615a2.5%202.5%200%200%201%203.535%200l1.768%201.767l-9.9%209.9l-1.767-1.767a2.5%202.5%200%200%201%200-3.536l.615-.615c.5-.5.354-1.439-.394-1.768c-1.442-.637-3.047-1.449-4.174-2.337c-1.054-.83-1.72-1.895-1.846-3.055c-.127-1.174.317-2.3%201.202-3.186%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%22currentColor%22%20d%3D%22M21.546%2011.646a2.5%202.5%200%200%201%200%203.536l-6.364%206.365a2.5%202.5%200%200%201-3.536%200l-1.06-1.062l9.899-9.9zM2.807%202.807c.885-.885%202.011-1.329%203.186-1.202c1.16.126%202.224.793%203.054%201.846c.889%201.127%201.7%202.732%202.337%204.175c.33.747%201.269.893%201.769.393l.615-.615a2.5%202.5%200%200%201%203.535%200l1.768%201.767l-9.9%209.9l-1.767-1.767a2.5%202.5%200%200%201%200-3.536l.615-.615c.5-.5.354-1.439-.394-1.768c-1.442-.637-3.047-1.449-4.174-2.337c-1.054-.83-1.72-1.895-1.846-3.055c-.127-1.174.317-2.3%201.202-3.186%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/brush-2-fill.svg?color=%231a73e8&size=48