Aeon Avenger Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aeon Avenger 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/321422.svg" alt="Aeon Avenger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321422.svg" alt="Aeon Avenger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321422.svg" alt="Aeon Avenger icon" :width="24" :height="24" />
CSS background
.icon-aeon-avenger {
background-image: url('https://proicons.com/icon/321422.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="m4.5,40.387l18.315-12.197m20.685,12.197l-18.315-12.197m-1.128-23.228v22.004m1.106,1.104c0,.6423-.5207,1.163-1.163,1.163s-1.163-.5207-1.163-1.163h0c0-.6423.5207-1.163,1.163-1.163s1.163.5207,1.163,1.163Zm-7.25,1.308c-1.8457-1.0656-4.2059-.4332-5.2715,1.4125-1.0656,1.8457-.4332,4.2059,1.4125,5.2715,1.8457,1.0659,4.2061.4337,5.272-1.412,1.0659-1.8457.4337-4.2061-1.412-5.272h-.001Zm8.014,4.627c-1.8457-1.0656-4.2059-.4332-5.2715,1.4125-1.0656,1.8457-.4332,4.2059,1.4125,5.2715,1.8457,1.0659,4.2061.4337,5.272-1.412s.4337-4.2061-1.412-5.272h-.001Zm-9.135-9.185c-.7735.4465-1.7625.1815-2.209-.592-.4465-.7735-.1815-1.7625.592-2.209h0c.782-.4313,1.7656-.1469,2.1968.6351.4193.7603.1633,1.716-.5798,2.1649v.001Zm1.121,1.941c-1.8457,1.0656-4.2059.4332-5.2715-1.4125-1.0656-1.8457-.4332-4.2059,1.4125-5.2715h0c1.8457-1.0659,4.2061-.4337,5.272,1.412,1.0659,1.8457.4337,4.2061-1.412,5.272h-.001Zm8.014-4.627c-1.8296,1.0931-4.1989.496-5.292-1.3337-1.0931-1.8296-.496-4.1989,1.3337-5.292.0328-.0196.0659-.0387.0993-.0573,1.8556-1.0483,4.2097-.3938,5.258,1.4618,1.0342,1.8306.4125,4.1523-1.398,5.2212h-.001Zm9.946,10.591c0,2.1313-1.7277,3.859-3.859,3.859s-3.859-1.7277-3.859-3.859,1.7277-3.859,3.859-3.859,3.859,1.7277,3.859,3.859Zm0-9.253c0,2.1313-1.7277,3.859-3.859,3.859s-3.859-1.7277-3.859-3.859,1.7277-3.859,3.859-3.859,3.859,1.7277,3.859,3.859Zm-6.857,11.628l-1.46.843m-7.117-.002l-1.433-.828m-3.603-6.176v-1.734m3.578-6.163l1.458-.841m7.144.012l1.464.846m3.55,6.225v1.661m6.371-.873c0,8.266-6.701,14.968-14.968,14.968s-14.968-6.702-14.968-14.968,6.701-14.968,14.968-14.968,14.968,6.701,14.968,14.968Z"/></svg>
Copied!