paintbrush icon
paintbrush from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- paintbrush
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same icon in other sets
paintbrushEmoji One (Colored)paintbrushFramework7 IconspaintbrushFont Awesome SolidpaintbrushFluent EmojipaintbrushFluent Emoji FlatpaintbrushFluent Emoji High ContrastpaintbrushHuge IconspaintbrushIonIconspaintbrushLucidepaintbrushNoto Emojipaintbrush-16OcticonspaintbrushOpenMojipaintbrush-outlineTeenyiconspaintbrushTwitter Emoji
Use the paintbrush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2s-42.9-17.3-61.5-3.3L262.4 187.2c-24 18-38.2 46.1-38.4 76.1zm-19.6 25.4l-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9.2 7.8.6 11.6c1.8 17.5-10.2 36.4-27.8 36.4H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h144c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidPaintbrush(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2s-42.9-17.3-61.5-3.3L262.4 187.2c-24 18-38.2 46.1-38.4 76.1zm-19.6 25.4l-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9.2 7.8.6 11.6c1.8 17.5-10.2 36.4-27.8 36.4H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h144c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M339.3 367.1c27.3-3.9 51.9-19.4 67.2-42.9L568.2 74.1c12.6-19.5 9.4-45.3-7.6-61.2s-42.9-17.3-61.5-3.3L262.4 187.2c-24 18-38.2 46.1-38.4 76.1zm-19.6 25.4l-116-104.4C143.9 290.3 96 339.6 96 400c0 3.9.2 7.8.6 11.6c1.8 17.5-10.2 36.4-27.8 36.4H64c-17.7 0-32 14.3-32 32s14.3 32 32 32h144c61.9 0 112-50.1 112-112c0-2.5-.1-5-.2-7.5z"/></svg> </template>
CSS
.icon-paintbrush {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M339.3%20367.1c27.3-3.9%2051.9-19.4%2067.2-42.9L568.2%2074.1c12.6-19.5%209.4-45.3-7.6-61.2s-42.9-17.3-61.5-3.3L262.4%20187.2c-24%2018-38.2%2046.1-38.4%2076.1zm-19.6%2025.4l-116-104.4C143.9%20290.3%2096%20339.6%2096%20400c0%203.9.2%207.8.6%2011.6c1.8%2017.5-10.2%2036.4-27.8%2036.4H64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h144c61.9%200%20112-50.1%20112-112c0-2.5-.1-5-.2-7.5z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M339.3%20367.1c27.3-3.9%2051.9-19.4%2067.2-42.9L568.2%2074.1c12.6-19.5%209.4-45.3-7.6-61.2s-42.9-17.3-61.5-3.3L262.4%20187.2c-24%2018-38.2%2046.1-38.4%2076.1zm-19.6%2025.4l-116-104.4C143.9%20290.3%2096%20339.6%2096%20400c0%203.9.2%207.8.6%2011.6c1.8%2017.5-10.2%2036.4-27.8%2036.4H64c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h144c61.9%200%20112-50.1%20112-112c0-2.5-.1-5-.2-7.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/paintbrush.svg?color=%231a73e8&size=48