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

Name
brush-3-line
Set
MingCute Icon
Style
Line
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.327 9.517l-.259.966a1 1 0 0 0 1.225-.707zm3.864 1.036l-.966-.26a1 1 0 0 0 .707 1.226zM20 20v1a1 1 0 0 0 .8-1.6zM5.5 20l-.813.583a1 1 0 0 0 .812.417zM18 16l-.987.168zM4 13l.985.164zm4.985 2.993a1 1 0 0 0-2 .014l1-.007zm6.499-10.271l-.966-.259zM11.62 4.688l-.966-.26zm-1.294 4.83l.966.258l1.294-4.83l-.966-.258l-.966-.26l-1.294 4.83zm5.158-3.795l-.966-.259l-1.294 4.83l.966.259l.966.258l1.294-4.83zM20 20.001v-1H5.5v2H20zm-2-4l-.986.168c.18 1.052.762 2.185 1.235 2.986a19 19 0 0 0 .926 1.412l.017.023l.005.007l.002.002v.001L20 20l.8-.598l-.002-.004l-.011-.015l-.05-.067l-.183-.263a17 17 0 0 1-.583-.915c-.454-.769-.871-1.636-.985-2.305zM5.5 20l.813-.582l.001.002v-.002l-.064-.095a7 7 0 0 1-.205-.344a9 9 0 0 1-.605-1.328c-.417-1.14-.75-2.71-.454-4.487L4 13.001l-.986-.164c-.369 2.209.049 4.138.548 5.502c.25.684.523 1.233.737 1.616a9 9 0 0 0 .375.61l.009.012l.003.004v.002h.001zM7.175 8.673l-.26.966l3.153.844l.26-.966l.258-.966l-3.152-.844zM4 13l.986.164A9.6 9.6 0 0 1 6.165 9.86l-.861-.508l-.861-.509a11.6 11.6 0 0 0-1.43 3.994zm10.19-2.448l-.258.965l2.323.623l.259-.966l.259-.966l-2.323-.622zm3.872 3.162l-.989-.15c-.12.79-.202 1.761-.059 2.604L18 16l.986-.168c-.09-.522-.046-1.239.065-1.968zM9.5 20.001l.8-.6l.001.001v-.001l-.009-.01a4 4 0 0 1-.186-.275a9 9 0 0 1-.464-.814c-.349-.694-.65-1.532-.656-2.308l-1 .007l-1 .007c.009 1.224.464 2.386.869 3.192a11 11 0 0 0 .819 1.365l.017.024l.006.007l.002.003v.001zM4 12l-.256.966l13.985 3.71l.256-.967l.256-.966l-13.985-3.71zm12.514-.826l-.26.966c.522.14.924.733.82 1.424l.988.15l.989.15c.232-1.537-.624-3.213-2.278-3.656zm-9.34-2.502l.26-.966c-1.06-.284-2.337.028-2.991 1.136l.86.509l.862.508c.105-.178.368-.324.75-.221zm6.897-5.4l-.26.966a1 1 0 0 1 .708 1.225l.966.259l.966.259a3 3 0 0 0-2.122-3.674zm-2.45 1.415l.966.259a1 1 0 0 1 1.225-.708l.259-.965l.258-.966a3 3 0 0 0-3.674 2.12z"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteBrush3Line(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.327 9.517l-.259.966a1 1 0 0 0 1.225-.707zm3.864 1.036l-.966-.26a1 1 0 0 0 .707 1.226zM20 20v1a1 1 0 0 0 .8-1.6zM5.5 20l-.813.583a1 1 0 0 0 .812.417zM18 16l-.987.168zM4 13l.985.164zm4.985 2.993a1 1 0 0 0-2 .014l1-.007zm6.499-10.271l-.966-.259zM11.62 4.688l-.966-.26zm-1.294 4.83l.966.258l1.294-4.83l-.966-.258l-.966-.26l-1.294 4.83zm5.158-3.795l-.966-.259l-1.294 4.83l.966.259l.966.258l1.294-4.83zM20 20.001v-1H5.5v2H20zm-2-4l-.986.168c.18 1.052.762 2.185 1.235 2.986a19 19 0 0 0 .926 1.412l.017.023l.005.007l.002.002v.001L20 20l.8-.598l-.002-.004l-.011-.015l-.05-.067l-.183-.263a17 17 0 0 1-.583-.915c-.454-.769-.871-1.636-.985-2.305zM5.5 20l.813-.582l.001.002v-.002l-.064-.095a7 7 0 0 1-.205-.344a9 9 0 0 1-.605-1.328c-.417-1.14-.75-2.71-.454-4.487L4 13.001l-.986-.164c-.369 2.209.049 4.138.548 5.502c.25.684.523 1.233.737 1.616a9 9 0 0 0 .375.61l.009.012l.003.004v.002h.001zM7.175 8.673l-.26.966l3.153.844l.26-.966l.258-.966l-3.152-.844zM4 13l.986.164A9.6 9.6 0 0 1 6.165 9.86l-.861-.508l-.861-.509a11.6 11.6 0 0 0-1.43 3.994zm10.19-2.448l-.258.965l2.323.623l.259-.966l.259-.966l-2.323-.622zm3.872 3.162l-.989-.15c-.12.79-.202 1.761-.059 2.604L18 16l.986-.168c-.09-.522-.046-1.239.065-1.968zM9.5 20.001l.8-.6l.001.001v-.001l-.009-.01a4 4 0 0 1-.186-.275a9 9 0 0 1-.464-.814c-.349-.694-.65-1.532-.656-2.308l-1 .007l-1 .007c.009 1.224.464 2.386.869 3.192a11 11 0 0 0 .819 1.365l.017.024l.006.007l.002.003v.001zM4 12l-.256.966l13.985 3.71l.256-.967l.256-.966l-13.985-3.71zm12.514-.826l-.26.966c.522.14.924.733.82 1.424l.988.15l.989.15c.232-1.537-.624-3.213-2.278-3.656zm-9.34-2.502l.26-.966c-1.06-.284-2.337.028-2.991 1.136l.86.509l.862.508c.105-.178.368-.324.75-.221zm6.897-5.4l-.26.966a1 1 0 0 1 .708 1.225l.966.259l.966.259a3 3 0 0 0-2.122-3.674zm-2.45 1.415l.966.259a1 1 0 0 1 1.225-.708l.259-.965l.258-.966a3 3 0 0 0-3.674 2.12z"/></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.327 9.517l-.259.966a1 1 0 0 0 1.225-.707zm3.864 1.036l-.966-.26a1 1 0 0 0 .707 1.226zM20 20v1a1 1 0 0 0 .8-1.6zM5.5 20l-.813.583a1 1 0 0 0 .812.417zM18 16l-.987.168zM4 13l.985.164zm4.985 2.993a1 1 0 0 0-2 .014l1-.007zm6.499-10.271l-.966-.259zM11.62 4.688l-.966-.26zm-1.294 4.83l.966.258l1.294-4.83l-.966-.258l-.966-.26l-1.294 4.83zm5.158-3.795l-.966-.259l-1.294 4.83l.966.259l.966.258l1.294-4.83zM20 20.001v-1H5.5v2H20zm-2-4l-.986.168c.18 1.052.762 2.185 1.235 2.986a19 19 0 0 0 .926 1.412l.017.023l.005.007l.002.002v.001L20 20l.8-.598l-.002-.004l-.011-.015l-.05-.067l-.183-.263a17 17 0 0 1-.583-.915c-.454-.769-.871-1.636-.985-2.305zM5.5 20l.813-.582l.001.002v-.002l-.064-.095a7 7 0 0 1-.205-.344a9 9 0 0 1-.605-1.328c-.417-1.14-.75-2.71-.454-4.487L4 13.001l-.986-.164c-.369 2.209.049 4.138.548 5.502c.25.684.523 1.233.737 1.616a9 9 0 0 0 .375.61l.009.012l.003.004v.002h.001zM7.175 8.673l-.26.966l3.153.844l.26-.966l.258-.966l-3.152-.844zM4 13l.986.164A9.6 9.6 0 0 1 6.165 9.86l-.861-.508l-.861-.509a11.6 11.6 0 0 0-1.43 3.994zm10.19-2.448l-.258.965l2.323.623l.259-.966l.259-.966l-2.323-.622zm3.872 3.162l-.989-.15c-.12.79-.202 1.761-.059 2.604L18 16l.986-.168c-.09-.522-.046-1.239.065-1.968zM9.5 20.001l.8-.6l.001.001v-.001l-.009-.01a4 4 0 0 1-.186-.275a9 9 0 0 1-.464-.814c-.349-.694-.65-1.532-.656-2.308l-1 .007l-1 .007c.009 1.224.464 2.386.869 3.192a11 11 0 0 0 .819 1.365l.017.024l.006.007l.002.003v.001zM4 12l-.256.966l13.985 3.71l.256-.967l.256-.966l-13.985-3.71zm12.514-.826l-.26.966c.522.14.924.733.82 1.424l.988.15l.989.15c.232-1.537-.624-3.213-2.278-3.656zm-9.34-2.502l.26-.966c-1.06-.284-2.337.028-2.991 1.136l.86.509l.862.508c.105-.178.368-.324.75-.221zm6.897-5.4l-.26.966a1 1 0 0 1 .708 1.225l.966.259l.966.259a3 3 0 0 0-2.122-3.674zm-2.45 1.415l.966.259a1 1 0 0 1 1.225-.708l.259-.965l.258-.966a3 3 0 0 0-3.674 2.12z"/></svg>
</template>

CSS

.icon-brush-3-line {
  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.327%209.517l-.259.966a1%201%200%200%200%201.225-.707zm3.864%201.036l-.966-.26a1%201%200%200%200%20.707%201.226zM20%2020v1a1%201%200%200%200%20.8-1.6zM5.5%2020l-.813.583a1%201%200%200%200%20.812.417zM18%2016l-.987.168zM4%2013l.985.164zm4.985%202.993a1%201%200%200%200-2%20.014l1-.007zm6.499-10.271l-.966-.259zM11.62%204.688l-.966-.26zm-1.294%204.83l.966.258l1.294-4.83l-.966-.258l-.966-.26l-1.294%204.83zm5.158-3.795l-.966-.259l-1.294%204.83l.966.259l.966.258l1.294-4.83zM20%2020.001v-1H5.5v2H20zm-2-4l-.986.168c.18%201.052.762%202.185%201.235%202.986a19%2019%200%200%200%20.926%201.412l.017.023l.005.007l.002.002v.001L20%2020l.8-.598l-.002-.004l-.011-.015l-.05-.067l-.183-.263a17%2017%200%200%201-.583-.915c-.454-.769-.871-1.636-.985-2.305zM5.5%2020l.813-.582l.001.002v-.002l-.064-.095a7%207%200%200%201-.205-.344a9%209%200%200%201-.605-1.328c-.417-1.14-.75-2.71-.454-4.487L4%2013.001l-.986-.164c-.369%202.209.049%204.138.548%205.502c.25.684.523%201.233.737%201.616a9%209%200%200%200%20.375.61l.009.012l.003.004v.002h.001zM7.175%208.673l-.26.966l3.153.844l.26-.966l.258-.966l-3.152-.844zM4%2013l.986.164A9.6%209.6%200%200%201%206.165%209.86l-.861-.508l-.861-.509a11.6%2011.6%200%200%200-1.43%203.994zm10.19-2.448l-.258.965l2.323.623l.259-.966l.259-.966l-2.323-.622zm3.872%203.162l-.989-.15c-.12.79-.202%201.761-.059%202.604L18%2016l.986-.168c-.09-.522-.046-1.239.065-1.968zM9.5%2020.001l.8-.6l.001.001v-.001l-.009-.01a4%204%200%200%201-.186-.275a9%209%200%200%201-.464-.814c-.349-.694-.65-1.532-.656-2.308l-1%20.007l-1%20.007c.009%201.224.464%202.386.869%203.192a11%2011%200%200%200%20.819%201.365l.017.024l.006.007l.002.003v.001zM4%2012l-.256.966l13.985%203.71l.256-.967l.256-.966l-13.985-3.71zm12.514-.826l-.26.966c.522.14.924.733.82%201.424l.988.15l.989.15c.232-1.537-.624-3.213-2.278-3.656zm-9.34-2.502l.26-.966c-1.06-.284-2.337.028-2.991%201.136l.86.509l.862.508c.105-.178.368-.324.75-.221zm6.897-5.4l-.26.966a1%201%200%200%201%20.708%201.225l.966.259l.966.259a3%203%200%200%200-2.122-3.674zm-2.45%201.415l.966.259a1%201%200%200%201%201.225-.708l.259-.965l.258-.966a3%203%200%200%200-3.674%202.12z%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.327%209.517l-.259.966a1%201%200%200%200%201.225-.707zm3.864%201.036l-.966-.26a1%201%200%200%200%20.707%201.226zM20%2020v1a1%201%200%200%200%20.8-1.6zM5.5%2020l-.813.583a1%201%200%200%200%20.812.417zM18%2016l-.987.168zM4%2013l.985.164zm4.985%202.993a1%201%200%200%200-2%20.014l1-.007zm6.499-10.271l-.966-.259zM11.62%204.688l-.966-.26zm-1.294%204.83l.966.258l1.294-4.83l-.966-.258l-.966-.26l-1.294%204.83zm5.158-3.795l-.966-.259l-1.294%204.83l.966.259l.966.258l1.294-4.83zM20%2020.001v-1H5.5v2H20zm-2-4l-.986.168c.18%201.052.762%202.185%201.235%202.986a19%2019%200%200%200%20.926%201.412l.017.023l.005.007l.002.002v.001L20%2020l.8-.598l-.002-.004l-.011-.015l-.05-.067l-.183-.263a17%2017%200%200%201-.583-.915c-.454-.769-.871-1.636-.985-2.305zM5.5%2020l.813-.582l.001.002v-.002l-.064-.095a7%207%200%200%201-.205-.344a9%209%200%200%201-.605-1.328c-.417-1.14-.75-2.71-.454-4.487L4%2013.001l-.986-.164c-.369%202.209.049%204.138.548%205.502c.25.684.523%201.233.737%201.616a9%209%200%200%200%20.375.61l.009.012l.003.004v.002h.001zM7.175%208.673l-.26.966l3.153.844l.26-.966l.258-.966l-3.152-.844zM4%2013l.986.164A9.6%209.6%200%200%201%206.165%209.86l-.861-.508l-.861-.509a11.6%2011.6%200%200%200-1.43%203.994zm10.19-2.448l-.258.965l2.323.623l.259-.966l.259-.966l-2.323-.622zm3.872%203.162l-.989-.15c-.12.79-.202%201.761-.059%202.604L18%2016l.986-.168c-.09-.522-.046-1.239.065-1.968zM9.5%2020.001l.8-.6l.001.001v-.001l-.009-.01a4%204%200%200%201-.186-.275a9%209%200%200%201-.464-.814c-.349-.694-.65-1.532-.656-2.308l-1%20.007l-1%20.007c.009%201.224.464%202.386.869%203.192a11%2011%200%200%200%20.819%201.365l.017.024l.006.007l.002.003v.001zM4%2012l-.256.966l13.985%203.71l.256-.967l.256-.966l-13.985-3.71zm12.514-.826l-.26.966c.522.14.924.733.82%201.424l.988.15l.989.15c.232-1.537-.624-3.213-2.278-3.656zm-9.34-2.502l.26-.966c-1.06-.284-2.337.028-2.991%201.136l.86.509l.862.508c.105-.178.368-.324.75-.221zm6.897-5.4l-.26.966a1%201%200%200%201%20.708%201.225l.966.259l.966.259a3%203%200%200%200-2.122-3.674zm-2.45%201.415l.966.259a1%201%200%200%201%201.225-.708l.259-.965l.258-.966a3%203%200%200%200-3.674%202.12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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