brush2 icon

brush2-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.

Name
brush2-filled
Set
Reicon
Style
Filled
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the brush2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.65 4.79h-.28c-.1-.79-.39-1.42-.85-1.89c-.6-.6-1.47-.9-2.59-.9H7.35C5.1 2 3.86 3.24 3.86 5.49c0 1.12.3 1.99.9 2.59s1.47.9 2.59.9h5.58c2 0 3.2-.99 3.44-2.79h.28c2.09 0 2.09.28 2.09 2.09v1.86c0 1.81 0 2.09-2.09 2.09h-3.72c-2.99 0-3.42 1.42-3.48 2.8c-.9.06-1.87.48-1.87 2.08v2.79c0 1.73 1.14 2.09 2.09 2.09h.93c.95 0 2.09-.36 2.09-2.09v-2.79c0-1.58-.95-2.02-1.85-2.08c.05-1.01.34-1.41 2.08-1.41h3.72c3.25 0 3.49-1.32 3.49-3.49V8.28c.01-2.17-.23-3.49-3.48-3.49"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBrush2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.65 4.79h-.28c-.1-.79-.39-1.42-.85-1.89c-.6-.6-1.47-.9-2.59-.9H7.35C5.1 2 3.86 3.24 3.86 5.49c0 1.12.3 1.99.9 2.59s1.47.9 2.59.9h5.58c2 0 3.2-.99 3.44-2.79h.28c2.09 0 2.09.28 2.09 2.09v1.86c0 1.81 0 2.09-2.09 2.09h-3.72c-2.99 0-3.42 1.42-3.48 2.8c-.9.06-1.87.48-1.87 2.08v2.79c0 1.73 1.14 2.09 2.09 2.09h.93c.95 0 2.09-.36 2.09-2.09v-2.79c0-1.58-.95-2.02-1.85-2.08c.05-1.01.34-1.41 2.08-1.41h3.72c3.25 0 3.49-1.32 3.49-3.49V8.28c.01-2.17-.23-3.49-3.48-3.49"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.65 4.79h-.28c-.1-.79-.39-1.42-.85-1.89c-.6-.6-1.47-.9-2.59-.9H7.35C5.1 2 3.86 3.24 3.86 5.49c0 1.12.3 1.99.9 2.59s1.47.9 2.59.9h5.58c2 0 3.2-.99 3.44-2.79h.28c2.09 0 2.09.28 2.09 2.09v1.86c0 1.81 0 2.09-2.09 2.09h-3.72c-2.99 0-3.42 1.42-3.48 2.8c-.9.06-1.87.48-1.87 2.08v2.79c0 1.73 1.14 2.09 2.09 2.09h.93c.95 0 2.09-.36 2.09-2.09v-2.79c0-1.58-.95-2.02-1.85-2.08c.05-1.01.34-1.41 2.08-1.41h3.72c3.25 0 3.49-1.32 3.49-3.49V8.28c.01-2.17-.23-3.49-3.48-3.49"/></svg>
</template>

CSS

.icon-brush2-filled {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.65%204.79h-.28c-.1-.79-.39-1.42-.85-1.89c-.6-.6-1.47-.9-2.59-.9H7.35C5.1%202%203.86%203.24%203.86%205.49c0%201.12.3%201.99.9%202.59s1.47.9%202.59.9h5.58c2%200%203.2-.99%203.44-2.79h.28c2.09%200%202.09.28%202.09%202.09v1.86c0%201.81%200%202.09-2.09%202.09h-3.72c-2.99%200-3.42%201.42-3.48%202.8c-.9.06-1.87.48-1.87%202.08v2.79c0%201.73%201.14%202.09%202.09%202.09h.93c.95%200%202.09-.36%202.09-2.09v-2.79c0-1.58-.95-2.02-1.85-2.08c.05-1.01.34-1.41%202.08-1.41h3.72c3.25%200%203.49-1.32%203.49-3.49V8.28c.01-2.17-.23-3.49-3.48-3.49%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.65%204.79h-.28c-.1-.79-.39-1.42-.85-1.89c-.6-.6-1.47-.9-2.59-.9H7.35C5.1%202%203.86%203.24%203.86%205.49c0%201.12.3%201.99.9%202.59s1.47.9%202.59.9h5.58c2%200%203.2-.99%203.44-2.79h.28c2.09%200%202.09.28%202.09%202.09v1.86c0%201.81%200%202.09-2.09%202.09h-3.72c-2.99%200-3.42%201.42-3.48%202.8c-.9.06-1.87.48-1.87%202.08v2.79c0%201.73%201.14%202.09%202.09%202.09h.93c.95%200%202.09-.36%202.09-2.09v-2.79c0-1.58-.95-2.02-1.85-2.08c.05-1.01.34-1.41%202.08-1.41h3.72c3.25%200%203.49-1.32%203.49-3.49V8.28c.01-2.17-.23-3.49-3.48-3.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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