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

Name
brush-3-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 brush 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.655 4.427a3 3 0 0 1 5.796 1.554l-1.036 3.863l1.357.363c1.655.444 2.511 2.12 2.279 3.657c-.11.729-.154 1.446-.065 1.967c.219 1.282 1.049 2.532 1.812 3.566A1 1 0 0 1 20 21H5.5c-.32 0-.627-.159-.814-.419c-.488-.683-.837-1.457-1.125-2.243c-.499-1.364-.916-3.293-.547-5.503a11.6 11.6 0 0 1 1.428-3.993c.655-1.109 1.931-1.42 2.992-1.137l2.186.586zM7.98 15a1 1 0 0 0-.993 1.007c.008 1.127.397 2.201.774 2.993h2.276a9 9 0 0 1-.393-.699c-.35-.694-.651-1.532-.657-2.308A1 1 0 0 0 7.98 15m5.832-10.761a1 1 0 0 0-1.224.708l-1.294 4.829a1 1 0 0 1-1.225.707l-3.152-.845c-.383-.103-.646.044-.751.222a9 9 0 0 0-.703 1.494l11.51 3.053c.025-.294.061-.578.101-.842c.105-.691-.297-1.284-.818-1.424l-2.323-.623a1 1 0 0 1-.707-1.225l1.293-4.829a1 1 0 0 0-.707-1.225"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBrush3Fill(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="M10.655 4.427a3 3 0 0 1 5.796 1.554l-1.036 3.863l1.357.363c1.655.444 2.511 2.12 2.279 3.657c-.11.729-.154 1.446-.065 1.967c.219 1.282 1.049 2.532 1.812 3.566A1 1 0 0 1 20 21H5.5c-.32 0-.627-.159-.814-.419c-.488-.683-.837-1.457-1.125-2.243c-.499-1.364-.916-3.293-.547-5.503a11.6 11.6 0 0 1 1.428-3.993c.655-1.109 1.931-1.42 2.992-1.137l2.186.586zM7.98 15a1 1 0 0 0-.993 1.007c.008 1.127.397 2.201.774 2.993h2.276a9 9 0 0 1-.393-.699c-.35-.694-.651-1.532-.657-2.308A1 1 0 0 0 7.98 15m5.832-10.761a1 1 0 0 0-1.224.708l-1.294 4.829a1 1 0 0 1-1.225.707l-3.152-.845c-.383-.103-.646.044-.751.222a9 9 0 0 0-.703 1.494l11.51 3.053c.025-.294.061-.578.101-.842c.105-.691-.297-1.284-.818-1.424l-2.323-.623a1 1 0 0 1-.707-1.225l1.293-4.829a1 1 0 0 0-.707-1.225"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.655 4.427a3 3 0 0 1 5.796 1.554l-1.036 3.863l1.357.363c1.655.444 2.511 2.12 2.279 3.657c-.11.729-.154 1.446-.065 1.967c.219 1.282 1.049 2.532 1.812 3.566A1 1 0 0 1 20 21H5.5c-.32 0-.627-.159-.814-.419c-.488-.683-.837-1.457-1.125-2.243c-.499-1.364-.916-3.293-.547-5.503a11.6 11.6 0 0 1 1.428-3.993c.655-1.109 1.931-1.42 2.992-1.137l2.186.586zM7.98 15a1 1 0 0 0-.993 1.007c.008 1.127.397 2.201.774 2.993h2.276a9 9 0 0 1-.393-.699c-.35-.694-.651-1.532-.657-2.308A1 1 0 0 0 7.98 15m5.832-10.761a1 1 0 0 0-1.224.708l-1.294 4.829a1 1 0 0 1-1.225.707l-3.152-.845c-.383-.103-.646.044-.751.222a9 9 0 0 0-.703 1.494l11.51 3.053c.025-.294.061-.578.101-.842c.105-.691-.297-1.284-.818-1.424l-2.323-.623a1 1 0 0 1-.707-1.225l1.293-4.829a1 1 0 0 0-.707-1.225"/></svg>
</template>

CSS

.icon-brush-3-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%20d%3D%22M10.655%204.427a3%203%200%200%201%205.796%201.554l-1.036%203.863l1.357.363c1.655.444%202.511%202.12%202.279%203.657c-.11.729-.154%201.446-.065%201.967c.219%201.282%201.049%202.532%201.812%203.566A1%201%200%200%201%2020%2021H5.5c-.32%200-.627-.159-.814-.419c-.488-.683-.837-1.457-1.125-2.243c-.499-1.364-.916-3.293-.547-5.503a11.6%2011.6%200%200%201%201.428-3.993c.655-1.109%201.931-1.42%202.992-1.137l2.186.586zM7.98%2015a1%201%200%200%200-.993%201.007c.008%201.127.397%202.201.774%202.993h2.276a9%209%200%200%201-.393-.699c-.35-.694-.651-1.532-.657-2.308A1%201%200%200%200%207.98%2015m5.832-10.761a1%201%200%200%200-1.224.708l-1.294%204.829a1%201%200%200%201-1.225.707l-3.152-.845c-.383-.103-.646.044-.751.222a9%209%200%200%200-.703%201.494l11.51%203.053c.025-.294.061-.578.101-.842c.105-.691-.297-1.284-.818-1.424l-2.323-.623a1%201%200%200%201-.707-1.225l1.293-4.829a1%201%200%200%200-.707-1.225%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%22M10.655%204.427a3%203%200%200%201%205.796%201.554l-1.036%203.863l1.357.363c1.655.444%202.511%202.12%202.279%203.657c-.11.729-.154%201.446-.065%201.967c.219%201.282%201.049%202.532%201.812%203.566A1%201%200%200%201%2020%2021H5.5c-.32%200-.627-.159-.814-.419c-.488-.683-.837-1.457-1.125-2.243c-.499-1.364-.916-3.293-.547-5.503a11.6%2011.6%200%200%201%201.428-3.993c.655-1.109%201.931-1.42%202.992-1.137l2.186.586zM7.98%2015a1%201%200%200%200-.993%201.007c.008%201.127.397%202.201.774%202.993h2.276a9%209%200%200%201-.393-.699c-.35-.694-.651-1.532-.657-2.308A1%201%200%200%200%207.98%2015m5.832-10.761a1%201%200%200%200-1.224.708l-1.294%204.829a1%201%200%200%201-1.225.707l-3.152-.845c-.383-.103-.646.044-.751.222a9%209%200%200%200-.703%201.494l11.51%203.053c.025-.294.061-.578.101-.842c.105-.691-.297-1.284-.818-1.424l-2.323-.623a1%201%200%200%201-.707-1.225l1.293-4.829a1%201%200%200%200-.707-1.225%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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