paint brush icon
paint-brush-20 from Fluent UI System Color Icons by Microsoft Corporation · 20 · MIT Free for personal and commercial use.
- Name
- paint-brush-20
- Set
- Fluent UI System Color Icons
- Style
- 20
- Viewbox
- 20×20
- 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 20 20"><g fill="none"><path fill="url(#SVG2HnDtb5K1)" d="M5 2.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v7.501H5z"/><path fill="url(#SVGds75EexV1)" d="M7 13.003a2 2 0 0 1-2-2V10a.5.5 0 0 1 .5-.5H15v1.503a2 2 0 0 1-2 2h-.996v2.998a2 2 0 1 1-4 0v-2.998z"/><path fill="url(#SVG8umGBcpH1)" d="M5 9.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v.5H5z"/><path fill="url(#SVGUHIGWdYx1)" d="M10 4.499V2h1v2.499a.5.5 0 0 1-1 0"/><path fill="url(#SVGUHIGWdYx1)" d="M12 5.501V2h1v3.501a.5.5 0 0 1-1 0"/><defs><linearGradient id="SVG2HnDtb5K1" x1="8" x2="13" y1="-.5" y2="12.5" gradientUnits="userSpaceOnUse"><stop offset=".085" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></linearGradient><linearGradient id="SVGds75EexV1" x1="5" x2="5.866" y1="6.5" y2="20.186" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#ac80ff"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVG8umGBcpH1" x1="7.378" x2="7.449" y1="9.133" y2="10.261" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGUHIGWdYx1" x1="10" x2="13.289" y1=".889" y2="4.938" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#eb4824"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function FluentColorPaintBrush20(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path fill="url(#SVG2HnDtb5K1)" d="M5 2.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v7.501H5z"/><path fill="url(#SVGds75EexV1)" d="M7 13.003a2 2 0 0 1-2-2V10a.5.5 0 0 1 .5-.5H15v1.503a2 2 0 0 1-2 2h-.996v2.998a2 2 0 1 1-4 0v-2.998z"/><path fill="url(#SVG8umGBcpH1)" d="M5 9.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v.5H5z"/><path fill="url(#SVGUHIGWdYx1)" d="M10 4.499V2h1v2.499a.5.5 0 0 1-1 0"/><path fill="url(#SVGUHIGWdYx1)" d="M12 5.501V2h1v3.501a.5.5 0 0 1-1 0"/><defs><linearGradient id="SVG2HnDtb5K1" x1="8" x2="13" y1="-.5" y2="12.5" gradientUnits="userSpaceOnUse"><stop offset=".085" stopColor="#ffcd0f"/><stop offset=".991" stopColor="#e67505"/></linearGradient><linearGradient id="SVGds75EexV1" x1="5" x2="5.866" y1="6.5" y2="20.186" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#ac80ff"/><stop offset="1" stopColor="#5750e2"/></linearGradient><linearGradient id="SVG8umGBcpH1" x1="7.378" x2="7.449" y1="9.133" y2="10.261" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#5750e2"/></linearGradient><linearGradient id="SVGUHIGWdYx1" x1="10" x2="13.289" y1=".889" y2="4.938" 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 20 20"><g fill="none"><path fill="url(#SVG2HnDtb5K1)" d="M5 2.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v7.501H5z"/><path fill="url(#SVGds75EexV1)" d="M7 13.003a2 2 0 0 1-2-2V10a.5.5 0 0 1 .5-.5H15v1.503a2 2 0 0 1-2 2h-.996v2.998a2 2 0 1 1-4 0v-2.998z"/><path fill="url(#SVG8umGBcpH1)" d="M5 9.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v.5H5z"/><path fill="url(#SVGUHIGWdYx1)" d="M10 4.499V2h1v2.499a.5.5 0 0 1-1 0"/><path fill="url(#SVGUHIGWdYx1)" d="M12 5.501V2h1v3.501a.5.5 0 0 1-1 0"/><defs><linearGradient id="SVG2HnDtb5K1" x1="8" x2="13" y1="-.5" y2="12.5" gradientUnits="userSpaceOnUse"><stop offset=".085" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></linearGradient><linearGradient id="SVGds75EexV1" x1="5" x2="5.866" y1="6.5" y2="20.186" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#ac80ff"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVG8umGBcpH1" x1="7.378" x2="7.449" y1="9.133" y2="10.261" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGUHIGWdYx1" x1="10" x2="13.289" y1=".889" y2="4.938" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#eb4824"/></linearGradient></defs></g></svg> </template>
CSS
.icon-paint-brush-20 {
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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG2HnDtb5K1)%22%20d%3D%22M5%202.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5v7.501H5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGds75EexV1)%22%20d%3D%22M7%2013.003a2%202%200%200%201-2-2V10a.5.5%200%200%201%20.5-.5H15v1.503a2%202%200%200%201-2%202h-.996v2.998a2%202%200%201%201-4%200v-2.998z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8umGBcpH1)%22%20d%3D%22M5%209.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5v.5H5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUHIGWdYx1)%22%20d%3D%22M10%204.499V2h1v2.499a.5.5%200%200%201-1%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUHIGWdYx1)%22%20d%3D%22M12%205.501V2h1v3.501a.5.5%200%200%201-1%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG2HnDtb5K1%22%20x1%3D%228%22%20x2%3D%2213%22%20y1%3D%22-.5%22%20y2%3D%2212.5%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%22SVGds75EexV1%22%20x1%3D%225%22%20x2%3D%225.866%22%20y1%3D%226.5%22%20y2%3D%2220.186%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%22SVG8umGBcpH1%22%20x1%3D%227.378%22%20x2%3D%227.449%22%20y1%3D%229.133%22%20y2%3D%2210.261%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%22SVGUHIGWdYx1%22%20x1%3D%2210%22%20x2%3D%2213.289%22%20y1%3D%22.889%22%20y2%3D%224.938%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG2HnDtb5K1)%22%20d%3D%22M5%202.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5v7.501H5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGds75EexV1)%22%20d%3D%22M7%2013.003a2%202%200%200%201-2-2V10a.5.5%200%200%201%20.5-.5H15v1.503a2%202%200%200%201-2%202h-.996v2.998a2%202%200%201%201-4%200v-2.998z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8umGBcpH1)%22%20d%3D%22M5%209.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5v.5H5z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUHIGWdYx1)%22%20d%3D%22M10%204.499V2h1v2.499a.5.5%200%200%201-1%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGUHIGWdYx1)%22%20d%3D%22M12%205.501V2h1v3.501a.5.5%200%200%201-1%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG2HnDtb5K1%22%20x1%3D%228%22%20x2%3D%2213%22%20y1%3D%22-.5%22%20y2%3D%2212.5%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%22SVGds75EexV1%22%20x1%3D%225%22%20x2%3D%225.866%22%20y1%3D%226.5%22%20y2%3D%2220.186%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%22SVG8umGBcpH1%22%20x1%3D%227.378%22%20x2%3D%227.449%22%20y1%3D%229.133%22%20y2%3D%2210.261%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%22SVGUHIGWdYx1%22%20x1%3D%2210%22%20x2%3D%2213.289%22%20y1%3D%22.889%22%20y2%3D%224.938%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-20.svg?color=%231a73e8&size=48