paintbrush icon
paintbrush from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.
- Name
- paintbrush
- Set
- Reicon
- Style
- Outline
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All paintbrush icons →paintbrushEmoji One (Colored)paintbrushFramework7 IconspaintbrushFont Awesome 6 SolidpaintbrushFont Awesome SolidpaintbrushFluent EmojipaintbrushFluent Emoji FlatpaintbrushFluent Emoji High ContrastpaintbrushHuge IconspaintbrushIonIconspaintbrushKeyline IconspaintbrushLucidepaintbrushNoto Emojipaintbrush-16OcticonspaintbrushOpenMojipaintbrush-outlineTeenyiconspaintbrushTwitter Emoji
More tools icons from Reicon
Use the paintbrush 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="m9.275 12.059l8.77-8.771a2.122 2.122 0 0 1 3 3l-8.77 8.77"/><path d="M2.333 19.608c3.604 1.083 6.528 1.173 8.919-1.273c1.441-1.447 1.441-3.794 0-5.242s-3.768-1.469-5.221 0c-2.364 2.39-.3 4.66-3.698 6.515"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconPaintbrush(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="m9.275 12.059l8.77-8.771a2.122 2.122 0 0 1 3 3l-8.77 8.77"/><path d="M2.333 19.608c3.604 1.083 6.528 1.173 8.919-1.273c1.441-1.447 1.441-3.794 0-5.242s-3.768-1.469-5.221 0c-2.364 2.39-.3 4.66-3.698 6.515"/></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="m9.275 12.059l8.77-8.771a2.122 2.122 0 0 1 3 3l-8.77 8.77"/><path d="M2.333 19.608c3.604 1.083 6.528 1.173 8.919-1.273c1.441-1.447 1.441-3.794 0-5.242s-3.768-1.469-5.221 0c-2.364 2.39-.3 4.66-3.698 6.515"/></g></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%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%22m9.275%2012.059l8.77-8.771a2.122%202.122%200%200%201%203%203l-8.77%208.77%22%2F%3E%3Cpath%20d%3D%22M2.333%2019.608c3.604%201.083%206.528%201.173%208.919-1.273c1.441-1.447%201.441-3.794%200-5.242s-3.768-1.469-5.221%200c-2.364%202.39-.3%204.66-3.698%206.515%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%22m9.275%2012.059l8.77-8.771a2.122%202.122%200%200%201%203%203l-8.77%208.77%22%2F%3E%3Cpath%20d%3D%22M2.333%2019.608c3.604%201.083%206.528%201.173%208.919-1.273c1.441-1.447%201.441-3.794%200-5.242s-3.768-1.469-5.221%200c-2.364%202.39-.3%204.66-3.698%206.515%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/paintbrush.svg?color=%231a73e8&size=48