brush icon
brush from Font Awesome Solid by Dave Gandy · Solid · Construction · CC-BY-4.0 Attribution required.
- Name
- brush
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Construction
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
brushBootstrap IconsbrushBoxIcons v2brushBoxIcons v2 SolidbrushElement Plusbrush-fillEva IconsbrushFont Awesome 6 Solidbrushcss.ggbrushHuge IconsbrushIonIconsbrushJam IconsbrushLine AwesomebrushLucidebrushMaterial SymbolsbrushMaterial Symbols LightbrushMaterial Design Iconsbrush-fillMingCute IconbrushPixelarticonsbrush-fillRemix IconbrushTabler IconsbrushTDesign Iconsbrush-outlineTeenyiconsbrushWeb3 Icons Branded
More construction icons from Font Awesome Solid
Use the brush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M290.4 70c-1.5-3.6-5-6-8.9-6h-19c-3.9 0-7.5 2.4-8.9 6l-20.7 51.7c-3.2 8-14.6 8-17.8 0L194.4 70c-1.5-3.6-5-6-8.9-6H176c-26.5 0-48 21.5-48 48v208h384V112c0-26.5-21.5-48-48-48H358.5c-3.9 0-7.5 2.4-8.9 6l-20.7 51.7c-3.2 8-14.6 8-17.8 0zM128 368v16c0 35.3 28.7 64 64 64h64v64c0 35.3 28.7 64 64 64s64-28.7 64-64v-64h64c35.3 0 64-28.7 64-64v-16zm192 160c-8.8 0-16-7.2-16-16s7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidBrush(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M290.4 70c-1.5-3.6-5-6-8.9-6h-19c-3.9 0-7.5 2.4-8.9 6l-20.7 51.7c-3.2 8-14.6 8-17.8 0L194.4 70c-1.5-3.6-5-6-8.9-6H176c-26.5 0-48 21.5-48 48v208h384V112c0-26.5-21.5-48-48-48H358.5c-3.9 0-7.5 2.4-8.9 6l-20.7 51.7c-3.2 8-14.6 8-17.8 0zM128 368v16c0 35.3 28.7 64 64 64h64v64c0 35.3 28.7 64 64 64s64-28.7 64-64v-64h64c35.3 0 64-28.7 64-64v-16zm192 160c-8.8 0-16-7.2-16-16s7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M290.4 70c-1.5-3.6-5-6-8.9-6h-19c-3.9 0-7.5 2.4-8.9 6l-20.7 51.7c-3.2 8-14.6 8-17.8 0L194.4 70c-1.5-3.6-5-6-8.9-6H176c-26.5 0-48 21.5-48 48v208h384V112c0-26.5-21.5-48-48-48H358.5c-3.9 0-7.5 2.4-8.9 6l-20.7 51.7c-3.2 8-14.6 8-17.8 0zM128 368v16c0 35.3 28.7 64 64 64h64v64c0 35.3 28.7 64 64 64s64-28.7 64-64v-64h64c35.3 0 64-28.7 64-64v-16zm192 160c-8.8 0-16-7.2-16-16s7.2-16 16-16s16 7.2 16 16s-7.2 16-16 16"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M290.4%2070c-1.5-3.6-5-6-8.9-6h-19c-3.9%200-7.5%202.4-8.9%206l-20.7%2051.7c-3.2%208-14.6%208-17.8%200L194.4%2070c-1.5-3.6-5-6-8.9-6H176c-26.5%200-48%2021.5-48%2048v208h384V112c0-26.5-21.5-48-48-48H358.5c-3.9%200-7.5%202.4-8.9%206l-20.7%2051.7c-3.2%208-14.6%208-17.8%200zM128%20368v16c0%2035.3%2028.7%2064%2064%2064h64v64c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64v-64h64c35.3%200%2064-28.7%2064-64v-16zm192%20160c-8.8%200-16-7.2-16-16s7.2-16%2016-16s16%207.2%2016%2016s-7.2%2016-16%2016%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M290.4%2070c-1.5-3.6-5-6-8.9-6h-19c-3.9%200-7.5%202.4-8.9%206l-20.7%2051.7c-3.2%208-14.6%208-17.8%200L194.4%2070c-1.5-3.6-5-6-8.9-6H176c-26.5%200-48%2021.5-48%2048v208h384V112c0-26.5-21.5-48-48-48H358.5c-3.9%200-7.5%202.4-8.9%206l-20.7%2051.7c-3.2%208-14.6%208-17.8%200zM128%20368v16c0%2035.3%2028.7%2064%2064%2064h64v64c0%2035.3%2028.7%2064%2064%2064s64-28.7%2064-64v-64h64c35.3%200%2064-28.7%2064-64v-16zm192%20160c-8.8%200-16-7.2-16-16s7.2-16%2016-16s16%207.2%2016%2016s-7.2%2016-16%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/brush.svg?color=%231a73e8&size=48