brush-f from Jam Icons by Michael Amprimo · Filled · MIT Free for personal and commercial use.

Name
brush-f
Set
Jam Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Jam Icons

The same icon in other sets

Use the brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -3.5 24 24"><path fill="currentColor" d="m5.36 11.116l2.68 2.681q-.75.974-1.864 1.832q-2.238 1.725-5.318.885a83 83 0 0 1 2.603-3.6q.733-.955 1.898-1.798zm1.489-1.338q.826-1.184 2.154-2.406q1.9-1.748 6.602-5.877c.834-.733 1.86-.9 2.375-.385c.514.514.348 1.542-.384 2.376q-4.135 4.71-5.878 6.601q-1.22 1.324-2.407 2.153z"/></svg>

React

import type { SVGProps } from "react";

export function JamBrushF(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -3.5 24 24"><path fill="currentColor" d="m5.36 11.116l2.68 2.681q-.75.974-1.864 1.832q-2.238 1.725-5.318.885a83 83 0 0 1 2.603-3.6q.733-.955 1.898-1.798zm1.489-1.338q.826-1.184 2.154-2.406q1.9-1.748 6.602-5.877c.834-.733 1.86-.9 2.375-.385c.514.514.348 1.542-.384 2.376q-4.135 4.71-5.878 6.601q-1.22 1.324-2.407 2.153z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2.5 -3.5 24 24"><path fill="currentColor" d="m5.36 11.116l2.68 2.681q-.75.974-1.864 1.832q-2.238 1.725-5.318.885a83 83 0 0 1 2.603-3.6q.733-.955 1.898-1.798zm1.489-1.338q.826-1.184 2.154-2.406q1.9-1.748 6.602-5.877c.834-.733 1.86-.9 2.375-.385c.514.514.348 1.542-.384 2.376q-4.135 4.71-5.878 6.601q-1.22 1.324-2.407 2.153z"/></svg>
</template>

CSS

.icon-brush-f {
  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%22-2.5%20-3.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.36%2011.116l2.68%202.681q-.75.974-1.864%201.832q-2.238%201.725-5.318.885a83%2083%200%200%201%202.603-3.6q.733-.955%201.898-1.798zm1.489-1.338q.826-1.184%202.154-2.406q1.9-1.748%206.602-5.877c.834-.733%201.86-.9%202.375-.385c.514.514.348%201.542-.384%202.376q-4.135%204.71-5.878%206.601q-1.22%201.324-2.407%202.153z%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%22-2.5%20-3.5%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5.36%2011.116l2.68%202.681q-.75.974-1.864%201.832q-2.238%201.725-5.318.885a83%2083%200%200%201%202.603-3.6q.733-.955%201.898-1.798zm1.489-1.338q.826-1.184%202.154-2.406q1.9-1.748%206.602-5.877c.834-.733%201.86-.9%202.375-.385c.514.514.348%201.542-.384%202.376q-4.135%204.71-5.878%206.601q-1.22%201.324-2.407%202.153z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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