Loop Hero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Loop Hero 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/343229.svg" alt="Loop Hero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343229.svg" alt="Loop Hero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343229.svg" alt="Loop Hero icon" :width="24" :height="24" />
CSS background
.icon-loop-hero {
background-image: url('https://proicons.com/icon/343229.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M39.6736,27.2835c.2209-1.0598.337-2.1581.337-3.2835,0-8.8424-7.1682-16.0106-16.0106-16.0106S7.9894,15.1576,7.9894,24c0,1.1053.112,2.1844.3253,3.2267"/><line class="b" x1="24" y1="12.3931" x2="24" y2="2.5"/><line class="b" x1="32.2073" y1="15.7927" x2="39.2028" y2="8.7972"/><line class="b" x1="35.6069" y1="24" x2="45.5" y2="24"/><line class="b" x1="15.7927" y1="15.7927" x2="8.7972" y2="8.7972"/><line class="b" x1="12.3931" y1="24" x2="2.5" y2="24"/><path class="b" d="M18.5012,27.2834c1.7891,0,2.0575.8275,2.0575,2.3929s-1.4089,3.8894-4.0255,3.8894c-1.6102,0-1.7891-.915-1.7891-1.9661,0-1.4313,1.8115-4.3162,3.7571-4.3162Z"/><path class="b" d="M24,35.7739c3.0397,0,4.3992,1.7443,4.8609,3.9246,0,0,1.8212-3.9759,6.4641-3.9759v-3.1808c0-7.6441-3.1808-13.1078-11.325-13.1078s-11.325,5.4637-11.325,13.1078v3.1808c4.6429,0,6.4641,3.9759,6.4641,3.9759.4617-2.1804,1.8212-3.9246,4.8609-3.9246Z"/><path class="b" d="M24,32.3366l1.6289-.3848c0-1.2313-1.1287-4.0272-1.1287-4.0272h-1.0004s-1.1287,2.796-1.1287,4.0272l1.6289.3848Z"/><path class="b" d="M29.4988,27.2834c-1.7891,0-2.0575.8275-2.0575,2.3929s1.4089,3.8894,4.0255,3.8894c1.6102,0,1.7891-.915,1.7891-1.9661,0-1.4313-1.8115-4.3162-3.7571-4.3162Z"/></svg>
Copied!