Infinitode Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infinitode 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/341978.svg" alt="Infinitode icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341978.svg" alt="Infinitode icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341978.svg" alt="Infinitode icon" :width="24" :height="24" />
CSS background
.icon-infinitode {
background-image: url('https://proicons.com/icon/341978.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><polyline class="b" points="14.25 13.7625 6.9143 19.9375 9.5607 27.9696 14.9 28.0625"/><polygon class="b" points="24 29.2232 33.1 19.9375 36.675 21.0054 37.7429 26.5304 33.3786 28.8982 30.6857 26.2054 27.6679 29.0375 33.75 34.2375 43.5 29.3161 42.1536 17.6161 31.6607 10.6982 24 18.7768 14.9 28.0625 11.325 26.9946 10.2571 21.4696 14.6214 19.1018 17.3143 21.7946 20.3321 18.9625 14.25 13.7625 4.5 18.6839 5.8464 30.3839 16.3393 37.3018 24 29.2232"/><polyline class="b" points="33.75 34.2375 41.0857 28.0625 38.4393 20.0304 33.1 19.9375"/><polyline class="b" points="42.1536 17.6161 31.475 16.3161 24 24 16.525 31.6839 5.8464 30.3839"/></svg>
Copied!