brush3 icon

brush3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
brush3
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the brush3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.5 19.5V18h-5c-.55 0-1.05-.22-1.41-.59c-.37-.36-.59-.86-.59-1.41c0-1.03.8-1.89 1.81-1.99c.06-.01.12-.01.19-.01h15c.07 0 .13 0 .19.01c.48.04.9.25 1.22.58c.41.4.63.97.58 1.59c-.09 1.05-1.04 1.82-2.1 1.82H14.5v1.5a2.5 2.5 0 0 1-5 0"/><path d="m20.17 5.3l-.48 8.71c-.06-.01-.12-.01-.19-.01h-15c-.07 0-.13 0-.19.01L3.83 5.3A2.996 2.996 0 0 1 6.81 2h10.38c1.77 0 3.16 1.53 2.98 3.3M7.99 2v5M12 2v2"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBrush3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.5 19.5V18h-5c-.55 0-1.05-.22-1.41-.59c-.37-.36-.59-.86-.59-1.41c0-1.03.8-1.89 1.81-1.99c.06-.01.12-.01.19-.01h15c.07 0 .13 0 .19.01c.48.04.9.25 1.22.58c.41.4.63.97.58 1.59c-.09 1.05-1.04 1.82-2.1 1.82H14.5v1.5a2.5 2.5 0 0 1-5 0"/><path d="m20.17 5.3l-.48 8.71c-.06-.01-.12-.01-.19-.01h-15c-.07 0-.13 0-.19.01L3.83 5.3A2.996 2.996 0 0 1 6.81 2h10.38c1.77 0 3.16 1.53 2.98 3.3M7.99 2v5M12 2v2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.5 19.5V18h-5c-.55 0-1.05-.22-1.41-.59c-.37-.36-.59-.86-.59-1.41c0-1.03.8-1.89 1.81-1.99c.06-.01.12-.01.19-.01h15c.07 0 .13 0 .19.01c.48.04.9.25 1.22.58c.41.4.63.97.58 1.59c-.09 1.05-1.04 1.82-2.1 1.82H14.5v1.5a2.5 2.5 0 0 1-5 0"/><path d="m20.17 5.3l-.48 8.71c-.06-.01-.12-.01-.19-.01h-15c-.07 0-.13 0-.19.01L3.83 5.3A2.996 2.996 0 0 1 6.81 2h10.38c1.77 0 3.16 1.53 2.98 3.3M7.99 2v5M12 2v2"/></g></svg>
</template>

CSS

.icon-brush3 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.5%2019.5V18h-5c-.55%200-1.05-.22-1.41-.59c-.37-.36-.59-.86-.59-1.41c0-1.03.8-1.89%201.81-1.99c.06-.01.12-.01.19-.01h15c.07%200%20.13%200%20.19.01c.48.04.9.25%201.22.58c.41.4.63.97.58%201.59c-.09%201.05-1.04%201.82-2.1%201.82H14.5v1.5a2.5%202.5%200%200%201-5%200%22%2F%3E%3Cpath%20d%3D%22m20.17%205.3l-.48%208.71c-.06-.01-.12-.01-.19-.01h-15c-.07%200-.13%200-.19.01L3.83%205.3A2.996%202.996%200%200%201%206.81%202h10.38c1.77%200%203.16%201.53%202.98%203.3M7.99%202v5M12%202v2%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.5%2019.5V18h-5c-.55%200-1.05-.22-1.41-.59c-.37-.36-.59-.86-.59-1.41c0-1.03.8-1.89%201.81-1.99c.06-.01.12-.01.19-.01h15c.07%200%20.13%200%20.19.01c.48.04.9.25%201.22.58c.41.4.63.97.58%201.59c-.09%201.05-1.04%201.82-2.1%201.82H14.5v1.5a2.5%202.5%200%200%201-5%200%22%2F%3E%3Cpath%20d%3D%22m20.17%205.3l-.48%208.71c-.06-.01-.12-.01-.19-.01h-15c-.07%200-.13%200-.19.01L3.83%205.3A2.996%202.996%200%200%201%206.81%202h10.38c1.77%200%203.16%201.53%202.98%203.3M7.99%202v5M12%202v2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/brush3.svg?color=%231a73e8&size=48