paintbrush icon

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

Name
paintbrush-filled
Set
Reicon
Style
Filled
Category
Tools
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All paintbrush icons →

More tools icons from Reicon

Use the paintbrush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.757 2.575c-1.053-1.052-2.888-1.054-3.942 0l-6.86 6.86a6.7 6.7 0 0 1 2.422 1.541a6.6 6.6 0 0 1 1.52 2.403l6.862-6.862a2.793 2.793 0 0 0 0-3.944Zm-9.797 9.813A4.67 4.67 0 0 0 8.635 11h-.008a4.63 4.63 0 0 0-3.307 1.39c-1.27 1.283-1.492 2.578-1.67 3.617c-.198 1.158-.329 1.922-1.795 2.724a1 1 0 0 0 .19 1.836c1.411.424 2.914.773 4.408.773c1.918 0 3.823-.573 5.507-2.299a4.72 4.72 0 0 0 0-6.652Z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconPaintbrushFilled(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="M21.757 2.575c-1.053-1.052-2.888-1.054-3.942 0l-6.86 6.86a6.7 6.7 0 0 1 2.422 1.541a6.6 6.6 0 0 1 1.52 2.403l6.862-6.862a2.793 2.793 0 0 0 0-3.944Zm-9.797 9.813A4.67 4.67 0 0 0 8.635 11h-.008a4.63 4.63 0 0 0-3.307 1.39c-1.27 1.283-1.492 2.578-1.67 3.617c-.198 1.158-.329 1.922-1.795 2.724a1 1 0 0 0 .19 1.836c1.411.424 2.914.773 4.408.773c1.918 0 3.823-.573 5.507-2.299a4.72 4.72 0 0 0 0-6.652Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.757 2.575c-1.053-1.052-2.888-1.054-3.942 0l-6.86 6.86a6.7 6.7 0 0 1 2.422 1.541a6.6 6.6 0 0 1 1.52 2.403l6.862-6.862a2.793 2.793 0 0 0 0-3.944Zm-9.797 9.813A4.67 4.67 0 0 0 8.635 11h-.008a4.63 4.63 0 0 0-3.307 1.39c-1.27 1.283-1.492 2.578-1.67 3.617c-.198 1.158-.329 1.922-1.795 2.724a1 1 0 0 0 .19 1.836c1.411.424 2.914.773 4.408.773c1.918 0 3.823-.573 5.507-2.299a4.72 4.72 0 0 0 0-6.652Z"/></svg>
</template>

CSS

.icon-paintbrush-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%22M21.757%202.575c-1.053-1.052-2.888-1.054-3.942%200l-6.86%206.86a6.7%206.7%200%200%201%202.422%201.541a6.6%206.6%200%200%201%201.52%202.403l6.862-6.862a2.793%202.793%200%200%200%200-3.944Zm-9.797%209.813A4.67%204.67%200%200%200%208.635%2011h-.008a4.63%204.63%200%200%200-3.307%201.39c-1.27%201.283-1.492%202.578-1.67%203.617c-.198%201.158-.329%201.922-1.795%202.724a1%201%200%200%200%20.19%201.836c1.411.424%202.914.773%204.408.773c1.918%200%203.823-.573%205.507-2.299a4.72%204.72%200%200%200%200-6.652Z%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%22M21.757%202.575c-1.053-1.052-2.888-1.054-3.942%200l-6.86%206.86a6.7%206.7%200%200%201%202.422%201.541a6.6%206.6%200%200%201%201.52%202.403l6.862-6.862a2.793%202.793%200%200%200%200-3.944Zm-9.797%209.813A4.67%204.67%200%200%200%208.635%2011h-.008a4.63%204.63%200%200%200-3.307%201.39c-1.27%201.283-1.492%202.578-1.67%203.617c-.198%201.158-.329%201.922-1.795%202.724a1%201%200%200%200%20.19%201.836c1.411.424%202.914.773%204.408.773c1.918%200%203.823-.573%205.507-2.299a4.72%204.72%200%200%200%200-6.652Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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