paint-brush-16 from Fluent UI System Color Icons by Microsoft Corporation · 16 · MIT Free for personal and commercial use.

Name
paint-brush-16
Set
Fluent UI System Color Icons
Style
16
Viewbox
16×16
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 16 16"><g fill="none"><path fill="url(#SVGReajKbVa)" d="M3 1.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V8H3z"/><path fill="url(#SVGtqqNRczk)" d="M13 7.5H3V9a2 2 0 0 0 2 2h1.5v2.5a1.5 1.5 0 0 0 3 0V11H11a2 2 0 0 0 2-2z"/><path fill="url(#SVGI8oqAdGJ)" d="M3 7.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V8H3z"/><path fill="url(#SVGA7l49bTT)" d="M10 1v3.5a.5.5 0 0 0 1 0V1z"/><path fill="url(#SVGA7l49bTT)" d="M9 3.5V1H8v2.5a.5.5 0 0 0 1 0"/><defs><linearGradient id="SVGReajKbVa" x1="6" x2="9.946" y1="-1.187" y2="10.541" gradientUnits="userSpaceOnUse"><stop offset=".085" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></linearGradient><linearGradient id="SVGtqqNRczk" x1="3" x2="3.675" y1="4.853" y2="16.939" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#ac80ff"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGI8oqAdGJ" x1="5.378" x2="5.449" y1="7.133" y2="8.261" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGA7l49bTT" x1="8" x2="11.287" y1="-.111" y2="3.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 FluentColorPaintBrush16(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path fill="url(#SVGReajKbVa)" d="M3 1.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V8H3z"/><path fill="url(#SVGtqqNRczk)" d="M13 7.5H3V9a2 2 0 0 0 2 2h1.5v2.5a1.5 1.5 0 0 0 3 0V11H11a2 2 0 0 0 2-2z"/><path fill="url(#SVGI8oqAdGJ)" d="M3 7.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V8H3z"/><path fill="url(#SVGA7l49bTT)" d="M10 1v3.5a.5.5 0 0 0 1 0V1z"/><path fill="url(#SVGA7l49bTT)" d="M9 3.5V1H8v2.5a.5.5 0 0 0 1 0"/><defs><linearGradient id="SVGReajKbVa" x1="6" x2="9.946" y1="-1.187" y2="10.541" gradientUnits="userSpaceOnUse"><stop offset=".085" stopColor="#ffcd0f"/><stop offset=".991" stopColor="#e67505"/></linearGradient><linearGradient id="SVGtqqNRczk" x1="3" x2="3.675" y1="4.853" y2="16.939" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#ac80ff"/><stop offset="1" stopColor="#5750e2"/></linearGradient><linearGradient id="SVGI8oqAdGJ" x1="5.378" x2="5.449" y1="7.133" y2="8.261" gradientUnits="userSpaceOnUse"><stop offset=".125" stopColor="#9c6cfe"/><stop offset="1" stopColor="#5750e2"/></linearGradient><linearGradient id="SVGA7l49bTT" x1="8" x2="11.287" y1="-.111" y2="3.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 16 16"><g fill="none"><path fill="url(#SVGReajKbVa)" d="M3 1.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V8H3z"/><path fill="url(#SVGtqqNRczk)" d="M13 7.5H3V9a2 2 0 0 0 2 2h1.5v2.5a1.5 1.5 0 0 0 3 0V11H11a2 2 0 0 0 2-2z"/><path fill="url(#SVGI8oqAdGJ)" d="M3 7.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5V8H3z"/><path fill="url(#SVGA7l49bTT)" d="M10 1v3.5a.5.5 0 0 0 1 0V1z"/><path fill="url(#SVGA7l49bTT)" d="M9 3.5V1H8v2.5a.5.5 0 0 0 1 0"/><defs><linearGradient id="SVGReajKbVa" x1="6" x2="9.946" y1="-1.187" y2="10.541" gradientUnits="userSpaceOnUse"><stop offset=".085" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></linearGradient><linearGradient id="SVGtqqNRczk" x1="3" x2="3.675" y1="4.853" y2="16.939" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#ac80ff"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGI8oqAdGJ" x1="5.378" x2="5.449" y1="7.133" y2="8.261" gradientUnits="userSpaceOnUse"><stop offset=".125" stop-color="#9c6cfe"/><stop offset="1" stop-color="#5750e2"/></linearGradient><linearGradient id="SVGA7l49bTT" x1="8" x2="11.287" y1="-.111" y2="3.938" gradientUnits="userSpaceOnUse"><stop stop-color="#ff921f"/><stop offset="1" stop-color="#eb4824"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-paint-brush-16 {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGReajKbVa)%22%20d%3D%22M3%201.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5V8H3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGtqqNRczk)%22%20d%3D%22M13%207.5H3V9a2%202%200%200%200%202%202h1.5v2.5a1.5%201.5%200%200%200%203%200V11H11a2%202%200%200%200%202-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI8oqAdGJ)%22%20d%3D%22M3%207.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5V8H3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGA7l49bTT)%22%20d%3D%22M10%201v3.5a.5.5%200%200%200%201%200V1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGA7l49bTT)%22%20d%3D%22M9%203.5V1H8v2.5a.5.5%200%200%200%201%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGReajKbVa%22%20x1%3D%226%22%20x2%3D%229.946%22%20y1%3D%22-1.187%22%20y2%3D%2210.541%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%22SVGtqqNRczk%22%20x1%3D%223%22%20x2%3D%223.675%22%20y1%3D%224.853%22%20y2%3D%2216.939%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%22SVGI8oqAdGJ%22%20x1%3D%225.378%22%20x2%3D%225.449%22%20y1%3D%227.133%22%20y2%3D%228.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%22SVGA7l49bTT%22%20x1%3D%228%22%20x2%3D%2211.287%22%20y1%3D%22-.111%22%20y2%3D%223.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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVGReajKbVa)%22%20d%3D%22M3%201.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5V8H3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGtqqNRczk)%22%20d%3D%22M13%207.5H3V9a2%202%200%200%200%202%202h1.5v2.5a1.5%201.5%200%200%200%203%200V11H11a2%202%200%200%200%202-2z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGI8oqAdGJ)%22%20d%3D%22M3%207.5a.5.5%200%200%201%20.5-.5h9a.5.5%200%200%201%20.5.5V8H3z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGA7l49bTT)%22%20d%3D%22M10%201v3.5a.5.5%200%200%200%201%200V1z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGA7l49bTT)%22%20d%3D%22M9%203.5V1H8v2.5a.5.5%200%200%200%201%200%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGReajKbVa%22%20x1%3D%226%22%20x2%3D%229.946%22%20y1%3D%22-1.187%22%20y2%3D%2210.541%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%22SVGtqqNRczk%22%20x1%3D%223%22%20x2%3D%223.675%22%20y1%3D%224.853%22%20y2%3D%2216.939%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%22SVGI8oqAdGJ%22%20x1%3D%225.378%22%20x2%3D%225.449%22%20y1%3D%227.133%22%20y2%3D%228.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%22SVGA7l49bTT%22%20x1%3D%228%22%20x2%3D%2211.287%22%20y1%3D%22-.111%22%20y2%3D%223.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-16.svg?color=%231a73e8&size=48