brush4 icon

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

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

1 other variant in Reicon

More newicons icons from Reicon

Use the brush4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2m-5.7 14.72c-.34.34-.79.57-1.34.64l-1.35.15c-.74.08-1.37-.55-1.29-1.3l.15-1.36c.13-1.21 1.14-1.98 2.21-2c.1-.01.22 0 .33.01c.47.06.92.28 1.3.65c.37.37.58.81.64 1.26c.01.11.02.22.02.32c0 .62-.23 1.19-.67 1.63m6.95-9.17c-.72 1.8-2.37 4.16-3.94 5.7a3.3 3.3 0 0 0-2.8-2.74c1.54-1.58 3.92-3.25 5.73-3.98c.32-.12.64-.03.84.17c.2.22.3.53.17.85"/></svg>

React

import type { SVGProps } from "react";

export function ReiconBrush4Filled(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.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2m-5.7 14.72c-.34.34-.79.57-1.34.64l-1.35.15c-.74.08-1.37-.55-1.29-1.3l.15-1.36c.13-1.21 1.14-1.98 2.21-2c.1-.01.22 0 .33.01c.47.06.92.28 1.3.65c.37.37.58.81.64 1.26c.01.11.02.22.02.32c0 .62-.23 1.19-.67 1.63m6.95-9.17c-.72 1.8-2.37 4.16-3.94 5.7a3.3 3.3 0 0 0-2.8-2.74c1.54-1.58 3.92-3.25 5.73-3.98c.32-.12.64-.03.84.17c.2.22.3.53.17.85"/></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.19 2H7.81C4.17 2 2 4.17 2 7.81v8.37C2 19.83 4.17 22 7.81 22h8.37c3.64 0 5.81-2.17 5.81-5.81V7.81C22 4.17 19.83 2 16.19 2m-5.7 14.72c-.34.34-.79.57-1.34.64l-1.35.15c-.74.08-1.37-.55-1.29-1.3l.15-1.36c.13-1.21 1.14-1.98 2.21-2c.1-.01.22 0 .33.01c.47.06.92.28 1.3.65c.37.37.58.81.64 1.26c.01.11.02.22.02.32c0 .62-.23 1.19-.67 1.63m6.95-9.17c-.72 1.8-2.37 4.16-3.94 5.7a3.3 3.3 0 0 0-2.8-2.74c1.54-1.58 3.92-3.25 5.73-3.98c.32-.12.64-.03.84.17c.2.22.3.53.17.85"/></svg>
</template>

CSS

.icon-brush4-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.19%202H7.81C4.17%202%202%204.17%202%207.81v8.37C2%2019.83%204.17%2022%207.81%2022h8.37c3.64%200%205.81-2.17%205.81-5.81V7.81C22%204.17%2019.83%202%2016.19%202m-5.7%2014.72c-.34.34-.79.57-1.34.64l-1.35.15c-.74.08-1.37-.55-1.29-1.3l.15-1.36c.13-1.21%201.14-1.98%202.21-2c.1-.01.22%200%20.33.01c.47.06.92.28%201.3.65c.37.37.58.81.64%201.26c.01.11.02.22.02.32c0%20.62-.23%201.19-.67%201.63m6.95-9.17c-.72%201.8-2.37%204.16-3.94%205.7a3.3%203.3%200%200%200-2.8-2.74c1.54-1.58%203.92-3.25%205.73-3.98c.32-.12.64-.03.84.17c.2.22.3.53.17.85%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.19%202H7.81C4.17%202%202%204.17%202%207.81v8.37C2%2019.83%204.17%2022%207.81%2022h8.37c3.64%200%205.81-2.17%205.81-5.81V7.81C22%204.17%2019.83%202%2016.19%202m-5.7%2014.72c-.34.34-.79.57-1.34.64l-1.35.15c-.74.08-1.37-.55-1.29-1.3l.15-1.36c.13-1.21%201.14-1.98%202.21-2c.1-.01.22%200%20.33.01c.47.06.92.28%201.3.65c.37.37.58.81.64%201.26c.01.11.02.22.02.32c0%20.62-.23%201.19-.67%201.63m6.95-9.17c-.72%201.8-2.37%204.16-3.94%205.7a3.3%203.3%200%200%200-2.8-2.74c1.54-1.58%203.92-3.25%205.73-3.98c.32-.12.64-.03.84.17c.2.22.3.53.17.85%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Brush4 filled icon — Reicon · IconsDB