Noxcleaner Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Noxcleaner 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/344963.svg" alt="Noxcleaner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344963.svg" alt="Noxcleaner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344963.svg" alt="Noxcleaner icon" :width="24" :height="24" />
CSS background
.icon-noxcleaner {
background-image: url('https://proicons.com/icon/344963.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g><path class="c" d="m39.5315,42.4996l-.0004-.0017c-.6733-2.6059-1.014-5.2865-1.0141-7.978v-10.7166c0-2.0281-1.6441-3.6721-3.6722-3.6721h-7.2415s0-10.824,0-10.824c0-1.9513-1.4613-3.7003-3.41-3.8022-2.0781-.1086-3.7968,1.5442-3.7968,3.5984v11.0278s-7.2415,0-7.2415,0c-2.0281,0-3.6721,1.6441-3.6721,3.6721v10.7156c0,2.692-.3409,5.3733-1.0145,7.9797h0c.0004.0005.0006.0007.001.0012l31.062-.0004Z"/><line class="c" x1="38.517" y1="28.9838" x2="9.483" y2="28.9838"/></g><line class="c" x1="23.9999" y1="42.4997" x2="23.9999" y2="39.4029"/><line class="c" x1="34.1447" y1="42.4997" x2="34.1447" y2="39.4029"/><line class="c" x1="13.8552" y1="42.4997" x2="13.8552" y2="39.4029"/></svg>
Copied!