brush2 icon
brush2 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- brush2
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the brush2 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-linejoin="round" stroke-width="1.5"><path d="M10.97 2h-2c-5 0-7 2-7 7v6c0 5 2 7 7 7h6c5 0 7-2 7-7v-2"/><path d="M21.88 3.56c-1.23 3.07-4.32 7.25-6.9 9.32l-1.58 1.26c-.2.15-.4.27-.63.36c0-.15-.01-.3-.03-.46c-.09-.67-.39-1.3-.93-1.83c-.55-.55-1.21-.86-1.89-.95c-.16-.01-.32-.02-.48-.01c.09-.25.22-.48.39-.67L11.09 9c2.07-2.58 6.26-5.69 9.32-6.92c.47-.18.93-.04 1.22.25c.3.3.44.76.25 1.23"/><path d="M12.78 14.49c0 .88-.34 1.72-.97 2.36c-.49.49-1.15.83-1.94.93l-1.97.21a1.7 1.7 0 0 1-1.87-1.88l.21-1.97c.19-1.75 1.65-2.87 3.21-2.9c.16-.01.32 0 .48.01c.68.09 1.34.4 1.89.95c.54.54.84 1.16.93 1.83c.02.16.03.32.03.46m3.04-2.51c0-2.09-1.69-3.79-3.79-3.79"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBrush2(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M10.97 2h-2c-5 0-7 2-7 7v6c0 5 2 7 7 7h6c5 0 7-2 7-7v-2"/><path d="M21.88 3.56c-1.23 3.07-4.32 7.25-6.9 9.32l-1.58 1.26c-.2.15-.4.27-.63.36c0-.15-.01-.3-.03-.46c-.09-.67-.39-1.3-.93-1.83c-.55-.55-1.21-.86-1.89-.95c-.16-.01-.32-.02-.48-.01c.09-.25.22-.48.39-.67L11.09 9c2.07-2.58 6.26-5.69 9.32-6.92c.47-.18.93-.04 1.22.25c.3.3.44.76.25 1.23"/><path d="M12.78 14.49c0 .88-.34 1.72-.97 2.36c-.49.49-1.15.83-1.94.93l-1.97.21a1.7 1.7 0 0 1-1.87-1.88l.21-1.97c.19-1.75 1.65-2.87 3.21-2.9c.16-.01.32 0 .48.01c.68.09 1.34.4 1.89.95c.54.54.84 1.16.93 1.83c.02.16.03.32.03.46m3.04-2.51c0-2.09-1.69-3.79-3.79-3.79"/></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-linejoin="round" stroke-width="1.5"><path d="M10.97 2h-2c-5 0-7 2-7 7v6c0 5 2 7 7 7h6c5 0 7-2 7-7v-2"/><path d="M21.88 3.56c-1.23 3.07-4.32 7.25-6.9 9.32l-1.58 1.26c-.2.15-.4.27-.63.36c0-.15-.01-.3-.03-.46c-.09-.67-.39-1.3-.93-1.83c-.55-.55-1.21-.86-1.89-.95c-.16-.01-.32-.02-.48-.01c.09-.25.22-.48.39-.67L11.09 9c2.07-2.58 6.26-5.69 9.32-6.92c.47-.18.93-.04 1.22.25c.3.3.44.76.25 1.23"/><path d="M12.78 14.49c0 .88-.34 1.72-.97 2.36c-.49.49-1.15.83-1.94.93l-1.97.21a1.7 1.7 0 0 1-1.87-1.88l.21-1.97c.19-1.75 1.65-2.87 3.21-2.9c.16-.01.32 0 .48.01c.68.09 1.34.4 1.89.95c.54.54.84 1.16.93 1.83c.02.16.03.32.03.46m3.04-2.51c0-2.09-1.69-3.79-3.79-3.79"/></g></svg> </template>
CSS
.icon-brush2 {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.97%202h-2c-5%200-7%202-7%207v6c0%205%202%207%207%207h6c5%200%207-2%207-7v-2%22%2F%3E%3Cpath%20d%3D%22M21.88%203.56c-1.23%203.07-4.32%207.25-6.9%209.32l-1.58%201.26c-.2.15-.4.27-.63.36c0-.15-.01-.3-.03-.46c-.09-.67-.39-1.3-.93-1.83c-.55-.55-1.21-.86-1.89-.95c-.16-.01-.32-.02-.48-.01c.09-.25.22-.48.39-.67L11.09%209c2.07-2.58%206.26-5.69%209.32-6.92c.47-.18.93-.04%201.22.25c.3.3.44.76.25%201.23%22%2F%3E%3Cpath%20d%3D%22M12.78%2014.49c0%20.88-.34%201.72-.97%202.36c-.49.49-1.15.83-1.94.93l-1.97.21a1.7%201.7%200%200%201-1.87-1.88l.21-1.97c.19-1.75%201.65-2.87%203.21-2.9c.16-.01.32%200%20.48.01c.68.09%201.34.4%201.89.95c.54.54.84%201.16.93%201.83c.02.16.03.32.03.46m3.04-2.51c0-2.09-1.69-3.79-3.79-3.79%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10.97%202h-2c-5%200-7%202-7%207v6c0%205%202%207%207%207h6c5%200%207-2%207-7v-2%22%2F%3E%3Cpath%20d%3D%22M21.88%203.56c-1.23%203.07-4.32%207.25-6.9%209.32l-1.58%201.26c-.2.15-.4.27-.63.36c0-.15-.01-.3-.03-.46c-.09-.67-.39-1.3-.93-1.83c-.55-.55-1.21-.86-1.89-.95c-.16-.01-.32-.02-.48-.01c.09-.25.22-.48.39-.67L11.09%209c2.07-2.58%206.26-5.69%209.32-6.92c.47-.18.93-.04%201.22.25c.3.3.44.76.25%201.23%22%2F%3E%3Cpath%20d%3D%22M12.78%2014.49c0%20.88-.34%201.72-.97%202.36c-.49.49-1.15.83-1.94.93l-1.97.21a1.7%201.7%200%200%201-1.87-1.88l.21-1.97c.19-1.75%201.65-2.87%203.21-2.9c.16-.01.32%200%20.48.01c.68.09%201.34.4%201.89.95c.54.54.84%201.16.93%201.83c.02.16.03.32.03.46m3.04-2.51c0-2.09-1.69-3.79-3.79-3.79%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/brush2.svg?color=%231a73e8&size=48