brush from Font Awesome 6 Solid by Dave Gandy · Regular · Construction · CC-BY-4.0 Attribution required.

Name
brush
Set
Font Awesome 6 Solid
Style
Regular
Category
Construction
Viewbox
384×512
License
CC BY 4.0

The same icon in other sets

More construction icons from Font Awesome 6 Solid

Use the brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M162.4 6c-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 0L66.4 6c-1.5-3.6-5-6-8.9-6H48C21.5 0 0 21.5 0 48v208h384V48c0-26.5-21.5-48-48-48H230.5c-3.9 0-7.5 2.4-8.9 6l-20.7 51.7c-3.2 8-14.6 8-17.8 0zM0 288v32c0 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-32zm192 144a16 16 0 1 1 0 32a16 16 0 1 1 0-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidBrush(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M162.4 6c-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 0L66.4 6c-1.5-3.6-5-6-8.9-6H48C21.5 0 0 21.5 0 48v208h384V48c0-26.5-21.5-48-48-48H230.5c-3.9 0-7.5 2.4-8.9 6l-20.7 51.7c-3.2 8-14.6 8-17.8 0zM0 288v32c0 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-32zm192 144a16 16 0 1 1 0 32a16 16 0 1 1 0-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 384 512"><path fill="currentColor" d="M162.4 6c-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 0L66.4 6c-1.5-3.6-5-6-8.9-6H48C21.5 0 0 21.5 0 48v208h384V48c0-26.5-21.5-48-48-48H230.5c-3.9 0-7.5 2.4-8.9 6l-20.7 51.7c-3.2 8-14.6 8-17.8 0zM0 288v32c0 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-32zm192 144a16 16 0 1 1 0 32a16 16 0 1 1 0-32"/></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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M162.4%206c-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%200L66.4%206c-1.5-3.6-5-6-8.9-6H48C21.5%200%200%2021.5%200%2048v208h384V48c0-26.5-21.5-48-48-48H230.5c-3.9%200-7.5%202.4-8.9%206l-20.7%2051.7c-3.2%208-14.6%208-17.8%200zM0%20288v32c0%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-32zm192%20144a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32%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%20384%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M162.4%206c-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%200L66.4%206c-1.5-3.6-5-6-8.9-6H48C21.5%200%200%2021.5%200%2048v208h384V48c0-26.5-21.5-48-48-48H230.5c-3.9%200-7.5%202.4-8.9%206l-20.7%2051.7c-3.2%208-14.6%208-17.8%200zM0%20288v32c0%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-32zm192%20144a16%2016%200%201%201%200%2032a16%2016%200%201%201%200-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/brush.svg?color=%231a73e8&size=48