Infinity Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infinity 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/341981.svg" alt="Infinity Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341981.svg" alt="Infinity Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341981.svg" alt="Infinity Alt icon" :width="24" :height="24" />
CSS background
.icon-infinity-alt {
background-image: url('https://proicons.com/icon/341981.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><path class="a" d="M24.0121,27.7972a3.6806,3.6806,0,0,0,4.1962,0"/><path class="b" d="M30.245,23.3655a.7517.7517,0,0,1,.7664.75.7582.7582,0,0,1-1.5164,0A.748.748,0,0,1,30.245,23.3655Z"/><path class="b" d="M22.5908,23.25a.7516.7516,0,0,1,.7663.75.7582.7582,0,0,1-1.5163,0A.748.748,0,0,1,22.5908,23.25Z"/><path class="a" d="M11.5032,7.41a4.1031,4.1031,0,1,1-4.1075,4.1075A4.1023,4.1023,0,0,1,11.5032,7.41Z"/><path class="a" d="M16.4667,9.3133c4.5707-.0449,2.3089,2.8628-3.8677,4.5406s-10.516.4262-6.6139-1.83"/><path class="a" d="M38.9163,28.7465C36.6629,14.827,16.0454,11.97,12.94,28.33"/><path class="a" d="M12.55,29.9086a42.7623,42.7623,0,0,0,26.6679.2484c6.4632,1.688,5.501,4.2124-2.1491,5.6385s-19.0912,1.2138-25.5544-.4742C5.4293,33.7321,5.88,31.379,12.55,29.9086Z"/><path class="a" d="M29.9471,38.1414a4.0632,4.0632,0,0,1-7.4521.0089"/><path class="a" d="M17.9439,37.7333a3.69,3.69,0,0,1-6.6181-1.3928"/><path class="a" d="M40.7527,36.2252a3.4777,3.4777,0,0,1-6.219,1.41"/></svg>
Copied!