Loops Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Loops Alt 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/343236.svg" alt="Loops Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343236.svg" alt="Loops Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343236.svg" alt="Loops Alt icon" :width="24" :height="24" />
CSS background
.icon-loops-alt {
background-image: url('https://proicons.com/icon/343236.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="24" cy="24" r="21.5"/><circle class="f" cx="24" cy="24" r="16.5"/><path class="f" d="M40.5,24h5"/><path class="f" d="M15.75,38.289l-2.5,4.3301"/><path class="f" d="M15.75,9.7106l-2.5-4.3301"/><path class="f" d="M20.824,18.5c-.464.2679-.7499.763-.75,1.2988v8.4023c.0003.8285.6722,1.4999,1.5008,1.4996.263-.0001.5214-.0694.7492-.2008l7.2773-4.2012c.7173-.4146.9627-1.3322.5481-2.0496-.1315-.2276-.3206-.4166-.5481-.5481l-7.2773-4.2012c-.4641-.2679-1.0359-.2679-1.5,0v.0002Z"/></svg>
Copied!