Aeon Wallet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aeon Wallet 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/335985.svg" alt="Aeon Wallet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335985.svg" alt="Aeon Wallet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335985.svg" alt="Aeon Wallet icon" :width="24" :height="24" />
CSS background
.icon-aeon-wallet {
background-image: url('https://proicons.com/icon/335985.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M8,24.027v-12.027c0-2.216,1.784-4,4-4h24c2.216,0,4,1.784,4,4v5.9727"/><path class="b" d="M26.015,30.204v4.5198h2.4154"/><path class="b" d="M22.002,30.204v4.5198h2.4154"/><line class="b" x1="34.033" y1="30.204" x2="37.234" y2="30.204"/><line class="b" x1="35.633" y1="34.724" x2="35.633" y2="30.204"/><path class="b" d="M10.775,30.204l1.2077,4.5198,1.2077-4.5198,1.2077,4.5198,1.2077-4.5198"/><line class="b" x1="30.03" y1="32.464" x2="31.605" y2="32.464"/><path class="b" d="M32.444,30.204h-2.4154v4.5198h2.4154"/><line class="b" x1="19.875" y1="33.227" x2="17.735" y2="33.227"/><path class="b" d="M17.205,34.724l1.6002-4.5198,1.6002,4.5198"/><path class="b" d="M42.5,17.5L5.5,24.5"/><path class="b" d="M40.891,19.804l-1.6087.3043M37.6736,20.4127l-1.6087.3043M34.4562,21.0214l-1.6087.3043M31.2388,21.6301l-1.6087.3043M28.0214,22.2388l-1.6087.3043M24.804,22.8475l-1.6087.3043M21.5866,23.4562l-1.6087.3043M18.3692,24.0649l-1.6087.3043M15.1518,24.6736l-1.6087.3043M11.9344,25.2823l-1.6087.3043M8.717,25.891l-1.6087.3043"/><path class="b" d="M21.284,14.516c-.0019.3957-1.961.7162-4.3768.7161-2.4169,0-4.3762-.3209-4.3762-.7167.0019-.3956,1.9606-.7161,4.3762-.7161,2.4169,0,4.3764.3208,4.3768.7167h0s0,0,0,0Z"/><path class="b" d="M17.438,12.186h-3.6879l-3.7551,4.669"/><path class="b" d="M23.938,14.52c0,1.4087-1.3925,2.5506-3.1102,2.5506h-.0006c-1.7177,0-3.1102-1.142-3.1102-2.5506s1.3925-2.5506,3.1102-2.5506c1.7177-.0003,3.1105,1.1415,3.1108,2.5501v.0005Z"/><path class="b" d="M17.438,12.186h-2.893v4.669h2.893"/><path class="b" d="M25.182,16.842v-4.6439l4.1132,4.6439v-4.6439"/></svg>
Copied!