paint brush icon
paint-brush-linear from Solar by 480 Design · Linear · Tools · CC-BY-4.0 Attribution required.
- Name
- paint-brush-linear
- Set
- Solar
- Style
- Linear
- 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"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M13.3192 14.8392C11.6072 13.9307 10.1907 12.5394 9.25099 10.8468M7.00692 14.7046C7.33693 13.5549 8.09584 12.3916 9.25099 10.8468C9.91963 9.9526 10.7078 9.02952 11.5943 8.12126C15.2622 4.36309 19.2217 2.27888 20.4381 3.46604C21.6545 4.6532 19.6671 8.66219 15.9991 12.4204C15.1564 13.2838 14.2595 14.0838 13.3192 14.8392C11.9323 15.9283 10.5809 16.765 9.49308 17.1634M7.00692 14.7046C5.84025 14.7046 3.63645 14.8449 3.53105 17.7962C3.47677 19.3163 2.04828 19.7092 2.27396 20.5985C2.49963 21.4877 9.8798 22.1906 9.49308 17.1634M7.00692 14.7046C7.80692 15.9046 9.15975 16.9967 9.49308 17.1634"/></svg>
React
import type { SVGProps } from "react";
export function SolarPaintBrushLinear(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M13.3192 14.8392C11.6072 13.9307 10.1907 12.5394 9.25099 10.8468M7.00692 14.7046C7.33693 13.5549 8.09584 12.3916 9.25099 10.8468C9.91963 9.9526 10.7078 9.02952 11.5943 8.12126C15.2622 4.36309 19.2217 2.27888 20.4381 3.46604C21.6545 4.6532 19.6671 8.66219 15.9991 12.4204C15.1564 13.2838 14.2595 14.0838 13.3192 14.8392C11.9323 15.9283 10.5809 16.765 9.49308 17.1634M7.00692 14.7046C5.84025 14.7046 3.63645 14.8449 3.53105 17.7962C3.47677 19.3163 2.04828 19.7092 2.27396 20.5985C2.49963 21.4877 9.8798 22.1906 9.49308 17.1634M7.00692 14.7046C7.80692 15.9046 9.15975 16.9967 9.49308 17.1634"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M13.3192 14.8392C11.6072 13.9307 10.1907 12.5394 9.25099 10.8468M7.00692 14.7046C7.33693 13.5549 8.09584 12.3916 9.25099 10.8468C9.91963 9.9526 10.7078 9.02952 11.5943 8.12126C15.2622 4.36309 19.2217 2.27888 20.4381 3.46604C21.6545 4.6532 19.6671 8.66219 15.9991 12.4204C15.1564 13.2838 14.2595 14.0838 13.3192 14.8392C11.9323 15.9283 10.5809 16.765 9.49308 17.1634M7.00692 14.7046C5.84025 14.7046 3.63645 14.8449 3.53105 17.7962C3.47677 19.3163 2.04828 19.7092 2.27396 20.5985C2.49963 21.4877 9.8798 22.1906 9.49308 17.1634M7.00692 14.7046C7.80692 15.9046 9.15975 16.9967 9.49308 17.1634"/></svg> </template>
CSS
.icon-paint-brush-linear {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.3192%2014.8392C11.6072%2013.9307%2010.1907%2012.5394%209.25099%2010.8468M7.00692%2014.7046C7.33693%2013.5549%208.09584%2012.3916%209.25099%2010.8468C9.91963%209.9526%2010.7078%209.02952%2011.5943%208.12126C15.2622%204.36309%2019.2217%202.27888%2020.4381%203.46604C21.6545%204.6532%2019.6671%208.66219%2015.9991%2012.4204C15.1564%2013.2838%2014.2595%2014.0838%2013.3192%2014.8392C11.9323%2015.9283%2010.5809%2016.765%209.49308%2017.1634M7.00692%2014.7046C5.84025%2014.7046%203.63645%2014.8449%203.53105%2017.7962C3.47677%2019.3163%202.04828%2019.7092%202.27396%2020.5985C2.49963%2021.4877%209.8798%2022.1906%209.49308%2017.1634M7.00692%2014.7046C7.80692%2015.9046%209.15975%2016.9967%209.49308%2017.1634%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.3192%2014.8392C11.6072%2013.9307%2010.1907%2012.5394%209.25099%2010.8468M7.00692%2014.7046C7.33693%2013.5549%208.09584%2012.3916%209.25099%2010.8468C9.91963%209.9526%2010.7078%209.02952%2011.5943%208.12126C15.2622%204.36309%2019.2217%202.27888%2020.4381%203.46604C21.6545%204.6532%2019.6671%208.66219%2015.9991%2012.4204C15.1564%2013.2838%2014.2595%2014.0838%2013.3192%2014.8392C11.9323%2015.9283%2010.5809%2016.765%209.49308%2017.1634M7.00692%2014.7046C5.84025%2014.7046%203.63645%2014.8449%203.53105%2017.7962C3.47677%2019.3163%202.04828%2019.7092%202.27396%2020.5985C2.49963%2021.4877%209.8798%2022.1906%209.49308%2017.1634M7.00692%2014.7046C7.80692%2015.9046%209.15975%2016.9967%209.49308%2017.1634%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/paint-brush-linear.svg?color=%231a73e8&size=48