paint brush icon
paint-brush-line-duotone from Solar by 480 Design · Line Duotone · Tools · CC-BY-4.0 Attribution required.
- Name
- paint-brush-line-duotone
- Set
- Solar
- Style
- Line Duotone
- 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
align-bottom-boldalign-horizontal-center-boldalign-horizontal-spacing-boldalign-left-boldalign-right-boldalign-top-boldalign-vertical-center-boldalign-vertical-spacing-boldcolour-tuning-boldcrop-boldcrop-minimalistic-boldfilters-boldflip-horizontal-boldflip-vertical-boldframe-boldlayers-boldlayers-minimalistic-boldmirror-left-boldmirror-right-boldpaint-roller-boldpalette-2-boldpalette-boldpalette-round-boldpipette-bold
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.53125 17.7963C3.63665 14.845 5.84045 14.7047 7.00711 14.7047C7.33713 13.555 8.09604 12.3917 9.25119 10.8469C9.91983 9.95272 10.708 9.02964 11.5945 8.12139C15.2624 4.36321 19.2219 2.279 20.4383 3.46616C21.6547 4.65333 19.6673 8.66231 15.9993 12.4205C15.1856 13.2543 14.3213 14.0289 13.4163 14.7612L13.3194 14.8393C13.262 14.8844 13.2046 14.9291 13.1473 14.9733C11.821 15.997 10.536 16.7817 9.49328 17.1635C9.87999 22.1907 2.49983 21.4879 2.27416 20.5986C2.04848 19.7094 3.47697 19.3164 3.53125 17.7963Z"/><path d="M9.49325 17.1635C9.15991 16.9968 7.80708 15.9047 7.00708 14.7047" opacity=".5"/><path d="M13.3195 14.8393C11.6075 13.9308 10.1909 12.5395 9.25122 10.8469" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPaintBrushLineDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M3.53125 17.7963C3.63665 14.845 5.84045 14.7047 7.00711 14.7047C7.33713 13.555 8.09604 12.3917 9.25119 10.8469C9.91983 9.95272 10.708 9.02964 11.5945 8.12139C15.2624 4.36321 19.2219 2.279 20.4383 3.46616C21.6547 4.65333 19.6673 8.66231 15.9993 12.4205C15.1856 13.2543 14.3213 14.0289 13.4163 14.7612L13.3194 14.8393C13.262 14.8844 13.2046 14.9291 13.1473 14.9733C11.821 15.997 10.536 16.7817 9.49328 17.1635C9.87999 22.1907 2.49983 21.4879 2.27416 20.5986C2.04848 19.7094 3.47697 19.3164 3.53125 17.7963Z"/><path d="M9.49325 17.1635C9.15991 16.9968 7.80708 15.9047 7.00708 14.7047" opacity=".5"/><path d="M13.3195 14.8393C11.6075 13.9308 10.1909 12.5395 9.25122 10.8469" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M3.53125 17.7963C3.63665 14.845 5.84045 14.7047 7.00711 14.7047C7.33713 13.555 8.09604 12.3917 9.25119 10.8469C9.91983 9.95272 10.708 9.02964 11.5945 8.12139C15.2624 4.36321 19.2219 2.279 20.4383 3.46616C21.6547 4.65333 19.6673 8.66231 15.9993 12.4205C15.1856 13.2543 14.3213 14.0289 13.4163 14.7612L13.3194 14.8393C13.262 14.8844 13.2046 14.9291 13.1473 14.9733C11.821 15.997 10.536 16.7817 9.49328 17.1635C9.87999 22.1907 2.49983 21.4879 2.27416 20.5986C2.04848 19.7094 3.47697 19.3164 3.53125 17.7963Z"/><path d="M9.49325 17.1635C9.15991 16.9968 7.80708 15.9047 7.00708 14.7047" opacity=".5"/><path d="M13.3195 14.8393C11.6075 13.9308 10.1909 12.5395 9.25122 10.8469" opacity=".5"/></g></svg> </template>
CSS
.icon-paint-brush-line-duotone {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.53125%2017.7963C3.63665%2014.845%205.84045%2014.7047%207.00711%2014.7047C7.33713%2013.555%208.09604%2012.3917%209.25119%2010.8469C9.91983%209.95272%2010.708%209.02964%2011.5945%208.12139C15.2624%204.36321%2019.2219%202.279%2020.4383%203.46616C21.6547%204.65333%2019.6673%208.66231%2015.9993%2012.4205C15.1856%2013.2543%2014.3213%2014.0289%2013.4163%2014.7612L13.3194%2014.8393C13.262%2014.8844%2013.2046%2014.9291%2013.1473%2014.9733C11.821%2015.997%2010.536%2016.7817%209.49328%2017.1635C9.87999%2022.1907%202.49983%2021.4879%202.27416%2020.5986C2.04848%2019.7094%203.47697%2019.3164%203.53125%2017.7963Z%22%2F%3E%3Cpath%20d%3D%22M9.49325%2017.1635C9.15991%2016.9968%207.80708%2015.9047%207.00708%2014.7047%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.3195%2014.8393C11.6075%2013.9308%2010.1909%2012.5395%209.25122%2010.8469%22%20opacity%3D%22.5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M3.53125%2017.7963C3.63665%2014.845%205.84045%2014.7047%207.00711%2014.7047C7.33713%2013.555%208.09604%2012.3917%209.25119%2010.8469C9.91983%209.95272%2010.708%209.02964%2011.5945%208.12139C15.2624%204.36321%2019.2219%202.279%2020.4383%203.46616C21.6547%204.65333%2019.6673%208.66231%2015.9993%2012.4205C15.1856%2013.2543%2014.3213%2014.0289%2013.4163%2014.7612L13.3194%2014.8393C13.262%2014.8844%2013.2046%2014.9291%2013.1473%2014.9733C11.821%2015.997%2010.536%2016.7817%209.49328%2017.1635C9.87999%2022.1907%202.49983%2021.4879%202.27416%2020.5986C2.04848%2019.7094%203.47697%2019.3164%203.53125%2017.7963Z%22%2F%3E%3Cpath%20d%3D%22M9.49325%2017.1635C9.15991%2016.9968%207.80708%2015.9047%207.00708%2014.7047%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M13.3195%2014.8393C11.6075%2013.9308%2010.1909%2012.5395%209.25122%2010.8469%22%20opacity%3D%22.5%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-line-duotone.svg?color=%231a73e8&size=48