Infinity Army Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Infinity Army 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/327423.svg" alt="Infinity Army icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327423.svg" alt="Infinity Army icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327423.svg" alt="Infinity Army icon" :width="24" :height="24" />
CSS background
.icon-infinity-army {
background-image: url('https://proicons.com/icon/327423.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M6,39.6957L23.913,8.3043l18.087,31.3913-14.6087-4.087-.1739-5.1304,4.9565,1.6522-8.2609-14.6087-8,14.2609,4.7826-1.3043-.087,5.1304-14.6087,4.087Z"/></svg>
Copied!