paint brush icon
paint-brush-20-solid from HeroIcons by Refactoring UI Inc · Solid 20x20 · MIT Free for personal and commercial use.
- Name
- paint-brush-20-solid
- Set
- HeroIcons
- Style
- Solid 20x20
- Viewbox
- 20×20
- License
- MIT
3 other variants in HeroIcons
The same icon in other sets
Use the paint brush icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.993 1.385a1.87 1.87 0 0 1 2.623 2.622l-4.03 5.27a12.75 12.75 0 0 1-4.237 3.562a4.51 4.51 0 0 0-3.188-3.188a12.75 12.75 0 0 1 3.562-4.236zM6 11a3 3 0 0 0-3 3a.5.5 0 0 1-.72.45a.75.75 0 0 0-1.035.931A4.001 4.001 0 0 0 9 14.004V14a3.01 3.01 0 0 0-1.66-2.685A3 3 0 0 0 6 11"/></svg>
React
import type { SVGProps } from "react";
export function HeroiconsPaintBrush20Solid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.993 1.385a1.87 1.87 0 0 1 2.623 2.622l-4.03 5.27a12.75 12.75 0 0 1-4.237 3.562a4.51 4.51 0 0 0-3.188-3.188a12.75 12.75 0 0 1 3.562-4.236zM6 11a3 3 0 0 0-3 3a.5.5 0 0 1-.72.45a.75.75 0 0 0-1.035.931A4.001 4.001 0 0 0 9 14.004V14a3.01 3.01 0 0 0-1.66-2.685A3 3 0 0 0 6 11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.993 1.385a1.87 1.87 0 0 1 2.623 2.622l-4.03 5.27a12.75 12.75 0 0 1-4.237 3.562a4.51 4.51 0 0 0-3.188-3.188a12.75 12.75 0 0 1 3.562-4.236zM6 11a3 3 0 0 0-3 3a.5.5 0 0 1-.72.45a.75.75 0 0 0-1.035.931A4.001 4.001 0 0 0 9 14.004V14a3.01 3.01 0 0 0-1.66-2.685A3 3 0 0 0 6 11"/></svg> </template>
CSS
.icon-paint-brush-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.993%201.385a1.87%201.87%200%200%201%202.623%202.622l-4.03%205.27a12.75%2012.75%200%200%201-4.237%203.562a4.51%204.51%200%200%200-3.188-3.188a12.75%2012.75%200%200%201%203.562-4.236zM6%2011a3%203%200%200%200-3%203a.5.5%200%200%201-.72.45a.75.75%200%200%200-1.035.931A4.001%204.001%200%200%200%209%2014.004V14a3.01%203.01%200%200%200-1.66-2.685A3%203%200%200%200%206%2011%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.993%201.385a1.87%201.87%200%200%201%202.623%202.622l-4.03%205.27a12.75%2012.75%200%200%201-4.237%203.562a4.51%204.51%200%200%200-3.188-3.188a12.75%2012.75%200%200%201%203.562-4.236zM6%2011a3%203%200%200%200-3%203a.5.5%200%200%201-.72.45a.75.75%200%200%200-1.035.931A4.001%204.001%200%200%200%209%2014.004V14a3.01%203.01%200%200%200-1.66-2.685A3%203%200%200%200%206%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/heroicons/paint-brush-20-solid.svg?color=%231a73e8&size=48