Airbrush Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airbrush icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/321502.svg" alt="Airbrush icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321502.svg" alt="Airbrush icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321502.svg" alt="Airbrush icon" :width="24" :height="24" />
CSS background
.icon-airbrush {
background-image: url('https://proicons.com/icon/321502.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M5.7901,36.2223l5.7298-9.9137c1.8142-3.137,6.0359-4.3087,9.1994-2.5323,1.2321.6879,2.3735,1.7499,3.2806,3.0161l6.2551,10.8094c1.816,3.1384,5.8323,4.2103,8.9707,2.3943s4.2103-5.8323,2.3943-8.9707l-11.9395-20.6324c-1.8157-3.1384-5.8318-4.2106-8.9702-2.3949-.994.5751-1.8198,1.4009-2.3949,2.3949L6.3797,31.0292c-1.816,3.1394-.7432,7.1566,2.3962,8.9726s7.1566.7432,8.9726-2.3962l6.2513-10.8132"/></svg>
Copied!