paint brush icon
paint-brush-32 from Fluent UI System Color Icons by Microsoft Corporation · 32 · MIT Free for personal and commercial use.
- Name
- paint-brush-32
- Set
- Fluent UI System Color Icons
- Style
- 32
- Viewbox
- 32×32
- License
- MIT
4 other variants in Fluent UI System Color Icons
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 32 32"><g fill="none"><path fill="url(#SVGUNiJkdnj)" d="M6 3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v12H6z"/><path fill="url(#SVGBb3CJetW)" d="M26 15.5H6v3.25A3.25 3.25 0 0 0 9.25 22H13v5a3 3 0 1 0 6 0v-5h3.75A3.25 3.25 0 0 0 26 18.75z"/><path fill="url(#SVGm8zzae8F)" d="M6 15a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v1H6z"/><path fill="url(#SVGoCeymcXK)" d="M17 2v5a1 1 0 1 0 2 0V2z"/><path fill="url(#SVGoCeymcXK)" d="M23 9V2h-2v7a1 1 0 1 0 2 0"/><defs><linearGradient id="SVGUNiJkdnj" x1="12" x2="18.902" y1="-2.062" y2="20.028" gradientUnits="userSpaceOnUse"><stop offset=".085" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></linearGradient><linearGradient id="SVGBb3CJetW" x1="6" x2="7.262" y1="10.383" y2="33.752" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#ac80ff"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGm8zzae8F" x1="10.756" x2="10.897" y1="14.266" y2="16.523" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGoCeymcXK" x1="17" x2="23.575" y1="-.222" y2="7.877" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#eb4824"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorPaintBrush32(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGUNiJkdnj)" d="M6 3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v12H6z"/><path fill="url(#SVGBb3CJetW)" d="M26 15.5H6v3.25A3.25 3.25 0 0 0 9.25 22H13v5a3 3 0 1 0 6 0v-5h3.75A3.25 3.25 0 0 0 26 18.75z"/><path fill="url(#SVGm8zzae8F)" d="M6 15a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v1H6z"/><path fill="url(#SVGoCeymcXK)" d="M17 2v5a1 1 0 1 0 2 0V2z"/><path fill="url(#SVGoCeymcXK)" d="M23 9V2h-2v7a1 1 0 1 0 2 0"/><defs><linearGradient id="SVGUNiJkdnj" x1="12" x2="18.902" y1="-2.062" y2="20.028" gradientUnits="userSpaceOnUse"><stop offset=".085" stopColor="#ffcd0f"/><stop offset=".991" stopColor="#e67505"/></linearGradient><linearGradient id="SVGBb3CJetW" x1="6" x2="7.262" y1="10.383" y2="33.752" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#ac80ff"/><stop offset="1" stopColor="#5750e2"/></linearGradient><linearGradient id="SVGm8zzae8F" x1="10.756" x2="10.897" y1="14.266" y2="16.523" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#5750e2"/></linearGradient><linearGradient id="SVGoCeymcXK" x1="17" x2="23.575" y1="-.222" y2="7.877" gradientUnits="userSpaceOnUse"><stop stopColor="#ff921f"/><stop offset="1" stopColor="#eb4824"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVGUNiJkdnj)" d="M6 3a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v12H6z"/><path fill="url(#SVGBb3CJetW)" d="M26 15.5H6v3.25A3.25 3.25 0 0 0 9.25 22H13v5a3 3 0 1 0 6 0v-5h3.75A3.25 3.25 0 0 0 26 18.75z"/><path fill="url(#SVGm8zzae8F)" d="M6 15a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v1H6z"/><path fill="url(#SVGoCeymcXK)" d="M17 2v5a1 1 0 1 0 2 0V2z"/><path fill="url(#SVGoCeymcXK)" d="M23 9V2h-2v7a1 1 0 1 0 2 0"/><defs><linearGradient id="SVGUNiJkdnj" x1="12" x2="18.902" y1="-2.062" y2="20.028" gradientUnits="userSpaceOnUse"><stop offset=".085" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></linearGradient><linearGradient id="SVGBb3CJetW" x1="6" x2="7.262" y1="10.383" y2="33.752" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#ac80ff"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGm8zzae8F" x1="10.756" x2="10.897" y1="14.266" y2="16.523" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGoCeymcXK" x1="17" x2="23.575" y1="-.222" y2="7.877" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#eb4824"/></linearGradient></defs></g></svg> </template>
CSS
.icon-paint-brush-32 {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGUNiJkdnj)%22%20d%3D%22M6%203a1%201%200%200%201%201-1h18a1%201%200%200%201%201%201v12H6z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBb3CJetW)%22%20d%3D%22M26%2015.5H6v3.25A3.25%203.25%200%200%200%209.25%2022H13v5a3%203%200%201%200%206%200v-5h3.75A3.25%203.25%200%200%200%2026%2018.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGm8zzae8F)%22%20d%3D%22M6%2015a1%201%200%200%201%201-1h18a1%201%200%200%201%201%201v1H6z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGoCeymcXK)%22%20d%3D%22M17%202v5a1%201%200%201%200%202%200V2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGoCeymcXK)%22%20d%3D%22M23%209V2h-2v7a1%201%200%201%200%202%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGUNiJkdnj%22%20x1%3D%2212%22%20x2%3D%2218.902%22%20y1%3D%22-2.062%22%20y2%3D%2220.028%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.085%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%22.991%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGBb3CJetW%22%20x1%3D%226%22%20x2%3D%227.262%22%20y1%3D%2210.383%22%20y2%3D%2233.752%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23ac80ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235750e2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGm8zzae8F%22%20x1%3D%2210.756%22%20x2%3D%2210.897%22%20y1%3D%2214.266%22%20y2%3D%2216.523%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235750e2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGoCeymcXK%22%20x1%3D%2217%22%20x2%3D%2223.575%22%20y1%3D%22-.222%22%20y2%3D%227.877%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23eb4824%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGUNiJkdnj)%22%20d%3D%22M6%203a1%201%200%200%201%201-1h18a1%201%200%200%201%201%201v12H6z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGBb3CJetW)%22%20d%3D%22M26%2015.5H6v3.25A3.25%203.25%200%200%200%209.25%2022H13v5a3%203%200%201%200%206%200v-5h3.75A3.25%203.25%200%200%200%2026%2018.75z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGm8zzae8F)%22%20d%3D%22M6%2015a1%201%200%200%201%201-1h18a1%201%200%200%201%201%201v1H6z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGoCeymcXK)%22%20d%3D%22M17%202v5a1%201%200%201%200%202%200V2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGoCeymcXK)%22%20d%3D%22M23%209V2h-2v7a1%201%200%201%200%202%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGUNiJkdnj%22%20x1%3D%2212%22%20x2%3D%2218.902%22%20y1%3D%22-2.062%22%20y2%3D%2220.028%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.085%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%22.991%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGBb3CJetW%22%20x1%3D%226%22%20x2%3D%227.262%22%20y1%3D%2210.383%22%20y2%3D%2233.752%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%23ac80ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235750e2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGm8zzae8F%22%20x1%3D%2210.756%22%20x2%3D%2210.897%22%20y1%3D%2214.266%22%20y2%3D%2216.523%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.125%22%20stop-color%3D%22%239c6cfe%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235750e2%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGoCeymcXK%22%20x1%3D%2217%22%20x2%3D%2223.575%22%20y1%3D%22-.222%22%20y2%3D%227.877%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ff921f%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23eb4824%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/paint-brush-32.svg?color=%231a73e8&size=48