Aeon Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aeon Bank 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/321423.svg" alt="Aeon Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321423.svg" alt="Aeon Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321423.svg" alt="Aeon Bank icon" :width="24" :height="24" />
CSS background
.icon-aeon-bank {
background-image: url('https://proicons.com/icon/321423.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m9.0809 24.002c-2.1958-1.9371-3.5809-4.772-3.5809-7.9303l2e-7-8.5715c0-1.108.892-2 2-2l8.5715-2e-7c5.8385 0 10.572 4.733 10.569 10.574-.0023 2.9189-2.3669 5.2834-5.2837 5.2834h-5.2855c-5.8385 0-10.572 4.733-10.572 10.572l2e-7 8.5715c0 1.108.892 2 2 2h8.5715c3.1583 0 5.9932-1.385 7.9303-3.5809"/><path class="d" d="m38.919 23.998c2.1958 1.9371 3.5809 4.772 3.5809 7.9303v8.5715c0 1.108-.892 2-2 2h-8.5715c-5.8385 0-10.572-4.733-10.569-10.574.0023-2.9189 2.3669-5.2834 5.2837-5.2834h5.2855c5.8385 0 10.572-4.733 10.572-10.572v-8.5715c0-1.108-.892-2-2-2h-8.5715c-3.1583 0-5.9932 1.385-7.9303 3.5809"/></svg>
Copied!