brush icon
brush from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- brush
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All brush icons →brushBootstrap IconsbrushBoxIcons v2brushBoxIcons v2 SolidbrushElement Plusbrush-fillEva IconsbrushFont Awesome 6 SolidbrushFont Awesome Solidbrushcss.ggbrushHuge IconsbrushIonIconsbrushJam IconsbrushLine AwesomebrushLucidebrushMaterial SymbolsbrushMaterial Symbols LightbrushMaterial Design Iconsbrush-fillMingCute IconbrushPixelarticonsbrush-fillRemix IconbrushTabler IconsbrushTDesign Iconsbrush-outlineTeenyiconsbrushWeb3 Icons Branded
More newicons icons from Reicon
Use the brush 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="M21.81 3.94c-1.54 3.84-5.4 9.06-8.63 11.65l-1.97 1.58c-.25.18-.5.34-.78.45c0-.18-.01-.38-.04-.57c-.11-.84-.49-1.62-1.16-2.29c-.68-.68-1.51-1.08-2.36-1.19c-.2-.01-.4-.03-.6-.01c.11-.31.28-.6.49-.84l1.56-1.97c2.58-3.23 7.82-7.11 11.65-8.64c.59-.22 1.16-.06 1.52.31c.38.37.56.94.32 1.52"/><path d="M10.43 17.62c0 1.1-.42 2.15-1.21 2.95c-.61.61-1.44 1.03-2.43 1.16L4.33 22c-1.34.15-2.49-.99-2.33-2.35l.27-2.46c.24-2.19 2.07-3.59 4.01-3.63c.2-.01.41 0 .6.01c.85.11 1.68.5 2.36 1.19c.67.67 1.05 1.45 1.16 2.29c.01.19.03.38.03.57m3.81-3.15c0-2.61-2.12-4.73-4.73-4.73"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconBrush(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="M21.81 3.94c-1.54 3.84-5.4 9.06-8.63 11.65l-1.97 1.58c-.25.18-.5.34-.78.45c0-.18-.01-.38-.04-.57c-.11-.84-.49-1.62-1.16-2.29c-.68-.68-1.51-1.08-2.36-1.19c-.2-.01-.4-.03-.6-.01c.11-.31.28-.6.49-.84l1.56-1.97c2.58-3.23 7.82-7.11 11.65-8.64c.59-.22 1.16-.06 1.52.31c.38.37.56.94.32 1.52"/><path d="M10.43 17.62c0 1.1-.42 2.15-1.21 2.95c-.61.61-1.44 1.03-2.43 1.16L4.33 22c-1.34.15-2.49-.99-2.33-2.35l.27-2.46c.24-2.19 2.07-3.59 4.01-3.63c.2-.01.41 0 .6.01c.85.11 1.68.5 2.36 1.19c.67.67 1.05 1.45 1.16 2.29c.01.19.03.38.03.57m3.81-3.15c0-2.61-2.12-4.73-4.73-4.73"/></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="M21.81 3.94c-1.54 3.84-5.4 9.06-8.63 11.65l-1.97 1.58c-.25.18-.5.34-.78.45c0-.18-.01-.38-.04-.57c-.11-.84-.49-1.62-1.16-2.29c-.68-.68-1.51-1.08-2.36-1.19c-.2-.01-.4-.03-.6-.01c.11-.31.28-.6.49-.84l1.56-1.97c2.58-3.23 7.82-7.11 11.65-8.64c.59-.22 1.16-.06 1.52.31c.38.37.56.94.32 1.52"/><path d="M10.43 17.62c0 1.1-.42 2.15-1.21 2.95c-.61.61-1.44 1.03-2.43 1.16L4.33 22c-1.34.15-2.49-.99-2.33-2.35l.27-2.46c.24-2.19 2.07-3.59 4.01-3.63c.2-.01.41 0 .6.01c.85.11 1.68.5 2.36 1.19c.67.67 1.05 1.45 1.16 2.29c.01.19.03.38.03.57m3.81-3.15c0-2.61-2.12-4.73-4.73-4.73"/></g></svg> </template>
CSS
.icon-brush {
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%22M21.81%203.94c-1.54%203.84-5.4%209.06-8.63%2011.65l-1.97%201.58c-.25.18-.5.34-.78.45c0-.18-.01-.38-.04-.57c-.11-.84-.49-1.62-1.16-2.29c-.68-.68-1.51-1.08-2.36-1.19c-.2-.01-.4-.03-.6-.01c.11-.31.28-.6.49-.84l1.56-1.97c2.58-3.23%207.82-7.11%2011.65-8.64c.59-.22%201.16-.06%201.52.31c.38.37.56.94.32%201.52%22%2F%3E%3Cpath%20d%3D%22M10.43%2017.62c0%201.1-.42%202.15-1.21%202.95c-.61.61-1.44%201.03-2.43%201.16L4.33%2022c-1.34.15-2.49-.99-2.33-2.35l.27-2.46c.24-2.19%202.07-3.59%204.01-3.63c.2-.01.41%200%20.6.01c.85.11%201.68.5%202.36%201.19c.67.67%201.05%201.45%201.16%202.29c.01.19.03.38.03.57m3.81-3.15c0-2.61-2.12-4.73-4.73-4.73%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%22M21.81%203.94c-1.54%203.84-5.4%209.06-8.63%2011.65l-1.97%201.58c-.25.18-.5.34-.78.45c0-.18-.01-.38-.04-.57c-.11-.84-.49-1.62-1.16-2.29c-.68-.68-1.51-1.08-2.36-1.19c-.2-.01-.4-.03-.6-.01c.11-.31.28-.6.49-.84l1.56-1.97c2.58-3.23%207.82-7.11%2011.65-8.64c.59-.22%201.16-.06%201.52.31c.38.37.56.94.32%201.52%22%2F%3E%3Cpath%20d%3D%22M10.43%2017.62c0%201.1-.42%202.15-1.21%202.95c-.61.61-1.44%201.03-2.43%201.16L4.33%2022c-1.34.15-2.49-.99-2.33-2.35l.27-2.46c.24-2.19%202.07-3.59%204.01-3.63c.2-.01.41%200%20.6.01c.85.11%201.68.5%202.36%201.19c.67.67%201.05%201.45%201.16%202.29c.01.19.03.38.03.57m3.81-3.15c0-2.61-2.12-4.73-4.73-4.73%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/brush.svg?color=%231a73e8&size=48