Axieinfinity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Axieinfinity 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/322274.svg" alt="Axieinfinity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322274.svg" alt="Axieinfinity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322274.svg" alt="Axieinfinity icon" :width="24" :height="24" />
CSS background
.icon-axieinfinity {
background-image: url('https://proicons.com/icon/322274.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M20.4774,21.05c-3.5811-3.6006-9.3883-7.565-14.16-9.0554A43.8433,43.8433,0,0,0,6.041,36.0056c5.8317-1.7025,11.895-6.2159,17.9623-11.7085a84.8117,84.8117,0,0,1,17.778-12.3c2.2843,6.9606,2.2116,16.2086.2561,23.8073-4.7326.1168-11.2128-4.9682-14.9466-8.8454M16.8184,18.5862l-7.22,6.78"/></svg>
Copied!