Nanoloop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nanoloop 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/329973.svg" alt="Nanoloop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329973.svg" alt="Nanoloop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329973.svg" alt="Nanoloop icon" :width="24" :height="24" />
CSS background
.icon-nanoloop {
background-image: url('https://proicons.com/icon/329973.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="M44.5,22.7916H7.1238"/><path class="b" d="M3.5,25.2074h37.3762"/><path class="b" d="M10.6172,27.6232h26.5606"/><path class="b" d="M17.7796,30.0391h15.8933"/><path class="b" d="M24.8137,32.456h5.2514"/><path class="b" d="M37.3828,20.3757H10.8222"/><path class="b" d="M30.2204,17.9599h-15.8933"/><path class="b" d="M23.1863,15.544h-5.2514"/></svg>
Copied!