paint brush 03 icon
paint-brush-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- paint-brush-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the paint brush 03 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 12c-.87.739-4.053 2.566-4 3.901c.015.365.32.67.931 1.281l.972.972M12 18c-.739.87-2.566 4.053-3.901 4c-.365-.015-.67-.32-1.281-.931l-.972-.972m-1.943-1.943l2.392-2.392m-2.392 2.392l1.943 1.943m0 0l1.196-1.196m6.897-.42c-.32.343-.479.515-.694.519s-.386-.168-.73-.512l-7.003-7.003c-.344-.344-.516-.516-.512-.73c.004-.216.176-.375.519-.694c.232-.216.42-.368.624-.494c1.765-1.088 4.006-.058 5.79-1.068c2.057-1.164 3.862-3.313 5.566-5.24c.728-.823 1.093-1.235 1.607-1.258c.926-.043 2.935 1.972 2.893 2.894c-.023.514-.435.878-1.26 1.607c-1.925 1.703-4.074 3.508-5.238 5.564c-1.01 1.785.02 4.026-1.069 5.791a4 4 0 0 1-.493.624"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsPaintBrush03(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M6 12c-.87.739-4.053 2.566-4 3.901c.015.365.32.67.931 1.281l.972.972M12 18c-.739.87-2.566 4.053-3.901 4c-.365-.015-.67-.32-1.281-.931l-.972-.972m-1.943-1.943l2.392-2.392m-2.392 2.392l1.943 1.943m0 0l1.196-1.196m6.897-.42c-.32.343-.479.515-.694.519s-.386-.168-.73-.512l-7.003-7.003c-.344-.344-.516-.516-.512-.73c.004-.216.176-.375.519-.694c.232-.216.42-.368.624-.494c1.765-1.088 4.006-.058 5.79-1.068c2.057-1.164 3.862-3.313 5.566-5.24c.728-.823 1.093-1.235 1.607-1.258c.926-.043 2.935 1.972 2.893 2.894c-.023.514-.435.878-1.26 1.607c-1.925 1.703-4.074 3.508-5.238 5.564c-1.01 1.785.02 4.026-1.069 5.791a4 4 0 0 1-.493.624"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6 12c-.87.739-4.053 2.566-4 3.901c.015.365.32.67.931 1.281l.972.972M12 18c-.739.87-2.566 4.053-3.901 4c-.365-.015-.67-.32-1.281-.931l-.972-.972m-1.943-1.943l2.392-2.392m-2.392 2.392l1.943 1.943m0 0l1.196-1.196m6.897-.42c-.32.343-.479.515-.694.519s-.386-.168-.73-.512l-7.003-7.003c-.344-.344-.516-.516-.512-.73c.004-.216.176-.375.519-.694c.232-.216.42-.368.624-.494c1.765-1.088 4.006-.058 5.79-1.068c2.057-1.164 3.862-3.313 5.566-5.24c.728-.823 1.093-1.235 1.607-1.258c.926-.043 2.935 1.972 2.893 2.894c-.023.514-.435.878-1.26 1.607c-1.925 1.703-4.074 3.508-5.238 5.564c-1.01 1.785.02 4.026-1.069 5.791a4 4 0 0 1-.493.624"/></svg> </template>
CSS
.icon-paint-brush-03 {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6%2012c-.87.739-4.053%202.566-4%203.901c.015.365.32.67.931%201.281l.972.972M12%2018c-.739.87-2.566%204.053-3.901%204c-.365-.015-.67-.32-1.281-.931l-.972-.972m-1.943-1.943l2.392-2.392m-2.392%202.392l1.943%201.943m0%200l1.196-1.196m6.897-.42c-.32.343-.479.515-.694.519s-.386-.168-.73-.512l-7.003-7.003c-.344-.344-.516-.516-.512-.73c.004-.216.176-.375.519-.694c.232-.216.42-.368.624-.494c1.765-1.088%204.006-.058%205.79-1.068c2.057-1.164%203.862-3.313%205.566-5.24c.728-.823%201.093-1.235%201.607-1.258c.926-.043%202.935%201.972%202.893%202.894c-.023.514-.435.878-1.26%201.607c-1.925%201.703-4.074%203.508-5.238%205.564c-1.01%201.785.02%204.026-1.069%205.791a4%204%200%200%201-.493.624%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6%2012c-.87.739-4.053%202.566-4%203.901c.015.365.32.67.931%201.281l.972.972M12%2018c-.739.87-2.566%204.053-3.901%204c-.365-.015-.67-.32-1.281-.931l-.972-.972m-1.943-1.943l2.392-2.392m-2.392%202.392l1.943%201.943m0%200l1.196-1.196m6.897-.42c-.32.343-.479.515-.694.519s-.386-.168-.73-.512l-7.003-7.003c-.344-.344-.516-.516-.512-.73c.004-.216.176-.375.519-.694c.232-.216.42-.368.624-.494c1.765-1.088%204.006-.058%205.79-1.068c2.057-1.164%203.862-3.313%205.566-5.24c.728-.823%201.093-1.235%201.607-1.258c.926-.043%202.935%201.972%202.893%202.894c-.023.514-.435.878-1.26%201.607c-1.925%201.703-4.074%203.508-5.238%205.564c-1.01%201.785.02%204.026-1.069%205.791a4%204%200%200%201-.493.624%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/paint-brush-03.svg?color=%231a73e8&size=48