Cleaner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cleaner 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/323783.svg" alt="Cleaner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323783.svg" alt="Cleaner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323783.svg" alt="Cleaner icon" :width="24" :height="24" />
CSS background
.icon-cleaner {
background-image: url('https://proicons.com/icon/323783.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m11.7322,38.2416c4.0543,3.835,7.8652,4.2584,7.8652,4.2584,3.1779-2.8389,4.9099-5.3753,6.842-10.8071,0,0-7.5486-7.3212-9.0915-9.6251,0,0-3.5085,1.7994-6.2229,2.0479-2.0455.1873-5.536-.8598-5.536-.8598.0284,2.9184,2.0227,11.0881,6.1432,14.9857Z"/><path class="c" d="m17.3481,22.0676c1.9029-1.0751,5.3833-3.5531,6.9944-2.1502,1.2628,1.03,2.4267,2.1756,3.4767,3.4218,1.0984,1.434-.4185,5.0763-1.3796,8.3534"/><path class="c" d="m26.055,21.4478c3.3669-3.0206,16.3561-15.9478,16.3561-15.9478"/><path class="c" d="m7.0306,30.1056c4.2362.3175,7.0286-.6114,7.0286-.6114"/><path class="c" d="m10.9181,37.3866c6.1893-.867,8.3325-3.9704,8.3325-3.9704"/></svg>
Copied!