paintbrush icon
paintbrush-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- paintbrush-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
The same icon in other sets
paintbrushEmoji One (Colored)paintbrushFramework7 IconspaintbrushFont Awesome 6 SolidpaintbrushFont Awesome SolidpaintbrushFluent EmojipaintbrushFluent Emoji FlatpaintbrushFluent Emoji High ContrastpaintbrushHuge IconspaintbrushIonIconspaintbrushLucidepaintbrushNoto Emojipaintbrush-16OcticonspaintbrushOpenMojipaintbrushTwitter Emoji
Use the paintbrush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M14.854.146a.5.5 0 0 1 .079.605l-3.841 6.634l-3.477-3.477L14.25.068a.5.5 0 0 1 .605.078M6.72 4.427l-1.97 1.14a.5.5 0 0 0-.104.787l4 4a.5.5 0 0 0 .787-.103l1.14-1.97zM.99 10.441a3.06 3.06 0 0 1 2.947-2.227H4a3 3 0 0 1 3 3v.053a2.947 2.947 0 0 1-2.947 2.947h-.08a2.6 2.6 0 0 1-1.115-.252a1.6 1.6 0 0 0-1.57.113l-.51.341a.5.5 0 0 1-.759-.553z"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsPaintbrushSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M14.854.146a.5.5 0 0 1 .079.605l-3.841 6.634l-3.477-3.477L14.25.068a.5.5 0 0 1 .605.078M6.72 4.427l-1.97 1.14a.5.5 0 0 0-.104.787l4 4a.5.5 0 0 0 .787-.103l1.14-1.97zM.99 10.441a3.06 3.06 0 0 1 2.947-2.227H4a3 3 0 0 1 3 3v.053a2.947 2.947 0 0 1-2.947 2.947h-.08a2.6 2.6 0 0 1-1.115-.252a1.6 1.6 0 0 0-1.57.113l-.51.341a.5.5 0 0 1-.759-.553z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M14.854.146a.5.5 0 0 1 .079.605l-3.841 6.634l-3.477-3.477L14.25.068a.5.5 0 0 1 .605.078M6.72 4.427l-1.97 1.14a.5.5 0 0 0-.104.787l4 4a.5.5 0 0 0 .787-.103l1.14-1.97zM.99 10.441a3.06 3.06 0 0 1 2.947-2.227H4a3 3 0 0 1 3 3v.053a2.947 2.947 0 0 1-2.947 2.947h-.08a2.6 2.6 0 0 1-1.115-.252a1.6 1.6 0 0 0-1.57.113l-.51.341a.5.5 0 0 1-.759-.553z"/></svg> </template>
CSS
.icon-paintbrush-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.854.146a.5.5%200%200%201%20.079.605l-3.841%206.634l-3.477-3.477L14.25.068a.5.5%200%200%201%20.605.078M6.72%204.427l-1.97%201.14a.5.5%200%200%200-.104.787l4%204a.5.5%200%200%200%20.787-.103l1.14-1.97zM.99%2010.441a3.06%203.06%200%200%201%202.947-2.227H4a3%203%200%200%201%203%203v.053a2.947%202.947%200%200%201-2.947%202.947h-.08a2.6%202.6%200%200%201-1.115-.252a1.6%201.6%200%200%200-1.57.113l-.51.341a.5.5%200%200%201-.759-.553z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.854.146a.5.5%200%200%201%20.079.605l-3.841%206.634l-3.477-3.477L14.25.068a.5.5%200%200%201%20.605.078M6.72%204.427l-1.97%201.14a.5.5%200%200%200-.104.787l4%204a.5.5%200%200%200%20.787-.103l1.14-1.97zM.99%2010.441a3.06%203.06%200%200%201%202.947-2.227H4a3%203%200%200%201%203%203v.053a2.947%202.947%200%200%201-2.947%202.947h-.08a2.6%202.6%200%200%201-1.115-.252a1.6%201.6%200%200%200-1.57.113l-.51.341a.5.5%200%200%201-.759-.553z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/teenyicons/paintbrush-solid.svg?color=%231a73e8&size=48