Infinitode 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infinitode 2 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/341979.svg" alt="Infinitode 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341979.svg" alt="Infinitode 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341979.svg" alt="Infinitode 2 icon" :width="24" :height="24" />
CSS background
.icon-infinitode-2 {
background-image: url('https://proicons.com/icon/341979.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;}</style></defs><path class="a" d="M27.0322,41.0667l8.0551,1.4177L44.5,31.99,34.8013,18.976l-8.734-2.1416-5.04,1.1724-1.8063,3.107,6.0508-.7348,5.5207,1.9626,5.4358,8.9437L33.46,37.7205l-4.0678.4955ZM8.7531,22.8933,3.5,29.116l4.4014,13.48L23.97,40.6392l6.2865-6.6378,1.4924-4.9388-1.7956-3.2217-2.3054,5.5784-4.63,3.961-10.4306.2405-4.08-5.6191,1.5709-3.7734Zm25.1948-6.9454-2.771-7.8317L17.4935,5.4041l-6.4217,14.88,2.5909,8.7436,3.5124,3.7368,3.7075-.045-3.7842-4.784-1.1036-5.9065,5.1641-9.0471,6.9363-.7549,2.454,3.2386Z"/></svg>
Copied!