paint brush icon

paint-brush-bold from Solar by 480 Design · Bold · Tools · CC-BY-4.0 Attribution required.

Name
paint-brush-bold
Set
Solar
Style
Bold
Category
Tools
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More tools icons from Solar

Use the paint brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.37655 15.1097L6.38338 15.1204C6.82771 15.7867 7.41203 16.4047 7.91658 16.8714C8.17098 17.1067 8.41256 17.3105 8.61678 17.469C8.79131 17.6045 8.97334 17.7328 9.12166 17.8128C9.22646 17.8726 9.34722 17.9408 9.48006 18.014C9.01114 22.1033 2.48795 21.4332 2.27401 20.5979C2.0491 19.7092 3.47716 19.3154 3.53182 17.7962C3.61498 15.4714 5.00027 14.8919 6.15487 14.7503C6.23949 14.8886 6.31319 15.0114 6.37655 15.1097Z"/><path d="M8.76619 11.5081C9.71415 13.0942 11.0596 14.4148 12.6646 15.3343C11.8555 15.9274 11.072 16.4241 10.3599 16.7825C10.1713 16.68 10.0023 16.5895 9.86483 16.511C9.85314 16.5044 9.84073 16.4975 9.82869 16.4915C9.82451 16.4891 9.79818 16.474 9.74666 16.4388C9.69159 16.4011 9.62048 16.3495 9.5367 16.2845C9.36877 16.1541 9.1602 15.978 8.93514 15.7698C8.53712 15.4017 8.10978 14.9516 7.77108 14.4876L7.63143 14.2884C7.54849 14.1595 7.45095 13.9977 7.34237 13.8167C7.6688 13.1116 8.14649 12.3682 8.76619 11.5081Z"/><path d="M11.5943 8.12138C15.2622 4.36344 19.2217 2.27902 20.4381 3.46611C21.654 4.65346 19.6671 8.66233 15.9996 12.4202C15.3477 13.0882 14.6626 13.7178 13.9508 14.3186L13.6695 14.1761C12.0865 13.3356 10.7759 12.0481 9.90682 10.4827L9.90096 10.472L9.74959 10.2024C10.3011 9.5129 10.9195 8.81282 11.5943 8.12138Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPaintBrushBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.37655 15.1097L6.38338 15.1204C6.82771 15.7867 7.41203 16.4047 7.91658 16.8714C8.17098 17.1067 8.41256 17.3105 8.61678 17.469C8.79131 17.6045 8.97334 17.7328 9.12166 17.8128C9.22646 17.8726 9.34722 17.9408 9.48006 18.014C9.01114 22.1033 2.48795 21.4332 2.27401 20.5979C2.0491 19.7092 3.47716 19.3154 3.53182 17.7962C3.61498 15.4714 5.00027 14.8919 6.15487 14.7503C6.23949 14.8886 6.31319 15.0114 6.37655 15.1097Z"/><path d="M8.76619 11.5081C9.71415 13.0942 11.0596 14.4148 12.6646 15.3343C11.8555 15.9274 11.072 16.4241 10.3599 16.7825C10.1713 16.68 10.0023 16.5895 9.86483 16.511C9.85314 16.5044 9.84073 16.4975 9.82869 16.4915C9.82451 16.4891 9.79818 16.474 9.74666 16.4388C9.69159 16.4011 9.62048 16.3495 9.5367 16.2845C9.36877 16.1541 9.1602 15.978 8.93514 15.7698C8.53712 15.4017 8.10978 14.9516 7.77108 14.4876L7.63143 14.2884C7.54849 14.1595 7.45095 13.9977 7.34237 13.8167C7.6688 13.1116 8.14649 12.3682 8.76619 11.5081Z"/><path d="M11.5943 8.12138C15.2622 4.36344 19.2217 2.27902 20.4381 3.46611C21.654 4.65346 19.6671 8.66233 15.9996 12.4202C15.3477 13.0882 14.6626 13.7178 13.9508 14.3186L13.6695 14.1761C12.0865 13.3356 10.7759 12.0481 9.90682 10.4827L9.90096 10.472L9.74959 10.2024C10.3011 9.5129 10.9195 8.81282 11.5943 8.12138Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.37655 15.1097L6.38338 15.1204C6.82771 15.7867 7.41203 16.4047 7.91658 16.8714C8.17098 17.1067 8.41256 17.3105 8.61678 17.469C8.79131 17.6045 8.97334 17.7328 9.12166 17.8128C9.22646 17.8726 9.34722 17.9408 9.48006 18.014C9.01114 22.1033 2.48795 21.4332 2.27401 20.5979C2.0491 19.7092 3.47716 19.3154 3.53182 17.7962C3.61498 15.4714 5.00027 14.8919 6.15487 14.7503C6.23949 14.8886 6.31319 15.0114 6.37655 15.1097Z"/><path d="M8.76619 11.5081C9.71415 13.0942 11.0596 14.4148 12.6646 15.3343C11.8555 15.9274 11.072 16.4241 10.3599 16.7825C10.1713 16.68 10.0023 16.5895 9.86483 16.511C9.85314 16.5044 9.84073 16.4975 9.82869 16.4915C9.82451 16.4891 9.79818 16.474 9.74666 16.4388C9.69159 16.4011 9.62048 16.3495 9.5367 16.2845C9.36877 16.1541 9.1602 15.978 8.93514 15.7698C8.53712 15.4017 8.10978 14.9516 7.77108 14.4876L7.63143 14.2884C7.54849 14.1595 7.45095 13.9977 7.34237 13.8167C7.6688 13.1116 8.14649 12.3682 8.76619 11.5081Z"/><path d="M11.5943 8.12138C15.2622 4.36344 19.2217 2.27902 20.4381 3.46611C21.654 4.65346 19.6671 8.66233 15.9996 12.4202C15.3477 13.0882 14.6626 13.7178 13.9508 14.3186L13.6695 14.1761C12.0865 13.3356 10.7759 12.0481 9.90682 10.4827L9.90096 10.472L9.74959 10.2024C10.3011 9.5129 10.9195 8.81282 11.5943 8.12138Z"/></g></svg>
</template>

CSS

.icon-paint-brush-bold {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.37655%2015.1097L6.38338%2015.1204C6.82771%2015.7867%207.41203%2016.4047%207.91658%2016.8714C8.17098%2017.1067%208.41256%2017.3105%208.61678%2017.469C8.79131%2017.6045%208.97334%2017.7328%209.12166%2017.8128C9.22646%2017.8726%209.34722%2017.9408%209.48006%2018.014C9.01114%2022.1033%202.48795%2021.4332%202.27401%2020.5979C2.0491%2019.7092%203.47716%2019.3154%203.53182%2017.7962C3.61498%2015.4714%205.00027%2014.8919%206.15487%2014.7503C6.23949%2014.8886%206.31319%2015.0114%206.37655%2015.1097Z%22%2F%3E%3Cpath%20d%3D%22M8.76619%2011.5081C9.71415%2013.0942%2011.0596%2014.4148%2012.6646%2015.3343C11.8555%2015.9274%2011.072%2016.4241%2010.3599%2016.7825C10.1713%2016.68%2010.0023%2016.5895%209.86483%2016.511C9.85314%2016.5044%209.84073%2016.4975%209.82869%2016.4915C9.82451%2016.4891%209.79818%2016.474%209.74666%2016.4388C9.69159%2016.4011%209.62048%2016.3495%209.5367%2016.2845C9.36877%2016.1541%209.1602%2015.978%208.93514%2015.7698C8.53712%2015.4017%208.10978%2014.9516%207.77108%2014.4876L7.63143%2014.2884C7.54849%2014.1595%207.45095%2013.9977%207.34237%2013.8167C7.6688%2013.1116%208.14649%2012.3682%208.76619%2011.5081Z%22%2F%3E%3Cpath%20d%3D%22M11.5943%208.12138C15.2622%204.36344%2019.2217%202.27902%2020.4381%203.46611C21.654%204.65346%2019.6671%208.66233%2015.9996%2012.4202C15.3477%2013.0882%2014.6626%2013.7178%2013.9508%2014.3186L13.6695%2014.1761C12.0865%2013.3356%2010.7759%2012.0481%209.90682%2010.4827L9.90096%2010.472L9.74959%2010.2024C10.3011%209.5129%2010.9195%208.81282%2011.5943%208.12138Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.37655%2015.1097L6.38338%2015.1204C6.82771%2015.7867%207.41203%2016.4047%207.91658%2016.8714C8.17098%2017.1067%208.41256%2017.3105%208.61678%2017.469C8.79131%2017.6045%208.97334%2017.7328%209.12166%2017.8128C9.22646%2017.8726%209.34722%2017.9408%209.48006%2018.014C9.01114%2022.1033%202.48795%2021.4332%202.27401%2020.5979C2.0491%2019.7092%203.47716%2019.3154%203.53182%2017.7962C3.61498%2015.4714%205.00027%2014.8919%206.15487%2014.7503C6.23949%2014.8886%206.31319%2015.0114%206.37655%2015.1097Z%22%2F%3E%3Cpath%20d%3D%22M8.76619%2011.5081C9.71415%2013.0942%2011.0596%2014.4148%2012.6646%2015.3343C11.8555%2015.9274%2011.072%2016.4241%2010.3599%2016.7825C10.1713%2016.68%2010.0023%2016.5895%209.86483%2016.511C9.85314%2016.5044%209.84073%2016.4975%209.82869%2016.4915C9.82451%2016.4891%209.79818%2016.474%209.74666%2016.4388C9.69159%2016.4011%209.62048%2016.3495%209.5367%2016.2845C9.36877%2016.1541%209.1602%2015.978%208.93514%2015.7698C8.53712%2015.4017%208.10978%2014.9516%207.77108%2014.4876L7.63143%2014.2884C7.54849%2014.1595%207.45095%2013.9977%207.34237%2013.8167C7.6688%2013.1116%208.14649%2012.3682%208.76619%2011.5081Z%22%2F%3E%3Cpath%20d%3D%22M11.5943%208.12138C15.2622%204.36344%2019.2217%202.27902%2020.4381%203.46611C21.654%204.65346%2019.6671%208.66233%2015.9996%2012.4202C15.3477%2013.0882%2014.6626%2013.7178%2013.9508%2014.3186L13.6695%2014.1761C12.0865%2013.3356%2010.7759%2012.0481%209.90682%2010.4827L9.90096%2010.472L9.74959%2010.2024C10.3011%209.5129%2010.9195%208.81282%2011.5943%208.12138Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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