brush5 icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the brush5 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="M10 16c0-1.66 0-3 3-3h4c3 0 3-1 3-3V8c0-2 0-3-3-3h-1m-4-3H8a9.48 9.48 0 0 0 0 6h4c.65-1.95.65-4.05 0-6"/><path d="M8 2H7Q4 2 4 5t3 3h1Q6.5 5 8 2m5 0h-1q1.5 3 0 6h1q3 0 3-3t-3-3M9.5 22h1c1.5 0 1.5-1 1.5-1.5v-3c0-.5 0-1.5-1.5-1.5h-1C8 16 8 17 8 17.5v3C8 21 8 22 9.5 22"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconBrush5(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="M10 16c0-1.66 0-3 3-3h4c3 0 3-1 3-3V8c0-2 0-3-3-3h-1m-4-3H8a9.48 9.48 0 0 0 0 6h4c.65-1.95.65-4.05 0-6"/><path d="M8 2H7Q4 2 4 5t3 3h1Q6.5 5 8 2m5 0h-1q1.5 3 0 6h1q3 0 3-3t-3-3M9.5 22h1c1.5 0 1.5-1 1.5-1.5v-3c0-.5 0-1.5-1.5-1.5h-1C8 16 8 17 8 17.5v3C8 21 8 22 9.5 22"/></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="M10 16c0-1.66 0-3 3-3h4c3 0 3-1 3-3V8c0-2 0-3-3-3h-1m-4-3H8a9.48 9.48 0 0 0 0 6h4c.65-1.95.65-4.05 0-6"/><path d="M8 2H7Q4 2 4 5t3 3h1Q6.5 5 8 2m5 0h-1q1.5 3 0 6h1q3 0 3-3t-3-3M9.5 22h1c1.5 0 1.5-1 1.5-1.5v-3c0-.5 0-1.5-1.5-1.5h-1C8 16 8 17 8 17.5v3C8 21 8 22 9.5 22"/></g></svg>
</template>

CSS

.icon-brush5 {
  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%22M10%2016c0-1.66%200-3%203-3h4c3%200%203-1%203-3V8c0-2%200-3-3-3h-1m-4-3H8a9.48%209.48%200%200%200%200%206h4c.65-1.95.65-4.05%200-6%22%2F%3E%3Cpath%20d%3D%22M8%202H7Q4%202%204%205t3%203h1Q6.5%205%208%202m5%200h-1q1.5%203%200%206h1q3%200%203-3t-3-3M9.5%2022h1c1.5%200%201.5-1%201.5-1.5v-3c0-.5%200-1.5-1.5-1.5h-1C8%2016%208%2017%208%2017.5v3C8%2021%208%2022%209.5%2022%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%22M10%2016c0-1.66%200-3%203-3h4c3%200%203-1%203-3V8c0-2%200-3-3-3h-1m-4-3H8a9.48%209.48%200%200%200%200%206h4c.65-1.95.65-4.05%200-6%22%2F%3E%3Cpath%20d%3D%22M8%202H7Q4%202%204%205t3%203h1Q6.5%205%208%202m5%200h-1q1.5%203%200%206h1q3%200%203-3t-3-3M9.5%2022h1c1.5%200%201.5-1%201.5-1.5v-3c0-.5%200-1.5-1.5-1.5h-1C8%2016%208%2017%208%2017.5v3C8%2021%208%2022%209.5%2022%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/brush5.svg?color=%231a73e8&size=48