paint brush icon

paint-brush-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
paint-brush-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the paint brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.422 5.078c-.384.159-.8.34-1.23.54c-1.408.657-2.866 1.48-3.796 2.364q-.236.225-.47.493c.362.2.782.49 1.195.904c.414.413.703.833.904 1.195a8 8 0 0 0 .493-.47c.884-.93 1.707-2.388 2.364-3.797c.2-.43.38-.846.54-1.229m-5.025 6.71l-.03-.066a3.3 3.3 0 0 0-.66-.93a3.3 3.3 0 0 0-.996-.69c-.259.396-.505.8-.732 1.19a5 5 0 0 1 1.228 1.229c.391-.227.795-.473 1.19-.732m-.39 2.58c1.287-.733 2.895-1.766 3.96-2.886c1.116-1.174 2.05-2.875 2.728-4.33a35 35 0 0 0 1.322-3.278a1.094 1.094 0 0 0-1.391-1.391a35 35 0 0 0-3.278 1.322c-1.455.678-3.156 1.612-4.33 2.728c-1.12 1.065-2.153 2.673-2.886 3.96a5 5 0 0 0-4.557 1.36c-.707.709-1 1.49-1.137 2.18c-.06.3-.088.597-.111.839l-.002.019a7 7 0 0 1-.084.656c-.138.689-.68 1.276-1.2 1.72c-.301.258-.578.502-.585.937a1 1 0 0 0 .359.782c.902.754 2.018 1.316 3.138 1.648c1.89.562 4.424.56 6.693-1.71a5 5 0 0 0 1.36-4.556" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcutePaintBrushFill(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" fillRule="evenodd" d="M19.422 5.078c-.384.159-.8.34-1.23.54c-1.408.657-2.866 1.48-3.796 2.364q-.236.225-.47.493c.362.2.782.49 1.195.904c.414.413.703.833.904 1.195a8 8 0 0 0 .493-.47c.884-.93 1.707-2.388 2.364-3.797c.2-.43.38-.846.54-1.229m-5.025 6.71l-.03-.066a3.3 3.3 0 0 0-.66-.93a3.3 3.3 0 0 0-.996-.69c-.259.396-.505.8-.732 1.19a5 5 0 0 1 1.228 1.229c.391-.227.795-.473 1.19-.732m-.39 2.58c1.287-.733 2.895-1.766 3.96-2.886c1.116-1.174 2.05-2.875 2.728-4.33a35 35 0 0 0 1.322-3.278a1.094 1.094 0 0 0-1.391-1.391a35 35 0 0 0-3.278 1.322c-1.455.678-3.156 1.612-4.33 2.728c-1.12 1.065-2.153 2.673-2.886 3.96a5 5 0 0 0-4.557 1.36c-.707.709-1 1.49-1.137 2.18c-.06.3-.088.597-.111.839l-.002.019a7 7 0 0 1-.084.656c-.138.689-.68 1.276-1.2 1.72c-.301.258-.578.502-.585.937a1 1 0 0 0 .359.782c.902.754 2.018 1.316 3.138 1.648c1.89.562 4.424.56 6.693-1.71a5 5 0 0 0 1.36-4.556" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M19.422 5.078c-.384.159-.8.34-1.23.54c-1.408.657-2.866 1.48-3.796 2.364q-.236.225-.47.493c.362.2.782.49 1.195.904c.414.413.703.833.904 1.195a8 8 0 0 0 .493-.47c.884-.93 1.707-2.388 2.364-3.797c.2-.43.38-.846.54-1.229m-5.025 6.71l-.03-.066a3.3 3.3 0 0 0-.66-.93a3.3 3.3 0 0 0-.996-.69c-.259.396-.505.8-.732 1.19a5 5 0 0 1 1.228 1.229c.391-.227.795-.473 1.19-.732m-.39 2.58c1.287-.733 2.895-1.766 3.96-2.886c1.116-1.174 2.05-2.875 2.728-4.33a35 35 0 0 0 1.322-3.278a1.094 1.094 0 0 0-1.391-1.391a35 35 0 0 0-3.278 1.322c-1.455.678-3.156 1.612-4.33 2.728c-1.12 1.065-2.153 2.673-2.886 3.96a5 5 0 0 0-4.557 1.36c-.707.709-1 1.49-1.137 2.18c-.06.3-.088.597-.111.839l-.002.019a7 7 0 0 1-.084.656c-.138.689-.68 1.276-1.2 1.72c-.301.258-.578.502-.585.937a1 1 0 0 0 .359.782c.902.754 2.018 1.316 3.138 1.648c1.89.562 4.424.56 6.693-1.71a5 5 0 0 0 1.36-4.556" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-paint-brush-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.422%205.078c-.384.159-.8.34-1.23.54c-1.408.657-2.866%201.48-3.796%202.364q-.236.225-.47.493c.362.2.782.49%201.195.904c.414.413.703.833.904%201.195a8%208%200%200%200%20.493-.47c.884-.93%201.707-2.388%202.364-3.797c.2-.43.38-.846.54-1.229m-5.025%206.71l-.03-.066a3.3%203.3%200%200%200-.66-.93a3.3%203.3%200%200%200-.996-.69c-.259.396-.505.8-.732%201.19a5%205%200%200%201%201.228%201.229c.391-.227.795-.473%201.19-.732m-.39%202.58c1.287-.733%202.895-1.766%203.96-2.886c1.116-1.174%202.05-2.875%202.728-4.33a35%2035%200%200%200%201.322-3.278a1.094%201.094%200%200%200-1.391-1.391a35%2035%200%200%200-3.278%201.322c-1.455.678-3.156%201.612-4.33%202.728c-1.12%201.065-2.153%202.673-2.886%203.96a5%205%200%200%200-4.557%201.36c-.707.709-1%201.49-1.137%202.18c-.06.3-.088.597-.111.839l-.002.019a7%207%200%200%201-.084.656c-.138.689-.68%201.276-1.2%201.72c-.301.258-.578.502-.585.937a1%201%200%200%200%20.359.782c.902.754%202.018%201.316%203.138%201.648c1.89.562%204.424.56%206.693-1.71a5%205%200%200%200%201.36-4.556%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M19.422%205.078c-.384.159-.8.34-1.23.54c-1.408.657-2.866%201.48-3.796%202.364q-.236.225-.47.493c.362.2.782.49%201.195.904c.414.413.703.833.904%201.195a8%208%200%200%200%20.493-.47c.884-.93%201.707-2.388%202.364-3.797c.2-.43.38-.846.54-1.229m-5.025%206.71l-.03-.066a3.3%203.3%200%200%200-.66-.93a3.3%203.3%200%200%200-.996-.69c-.259.396-.505.8-.732%201.19a5%205%200%200%201%201.228%201.229c.391-.227.795-.473%201.19-.732m-.39%202.58c1.287-.733%202.895-1.766%203.96-2.886c1.116-1.174%202.05-2.875%202.728-4.33a35%2035%200%200%200%201.322-3.278a1.094%201.094%200%200%200-1.391-1.391a35%2035%200%200%200-3.278%201.322c-1.455.678-3.156%201.612-4.33%202.728c-1.12%201.065-2.153%202.673-2.886%203.96a5%205%200%200%200-4.557%201.36c-.707.709-1%201.49-1.137%202.18c-.06.3-.088.597-.111.839l-.002.019a7%207%200%200%201-.084.656c-.138.689-.68%201.276-1.2%201.72c-.301.258-.578.502-.585.937a1%201%200%200%200%20.359.782c.902.754%202.018%201.316%203.138%201.648c1.89.562%204.424.56%206.693-1.71a5%205%200%200%200%201.36-4.556%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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