Abank24 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Abank24 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/321283.svg" alt="Abank24 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321283.svg" alt="Abank24 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321283.svg" alt="Abank24 icon" :width="24" :height="24" />
CSS background
.icon-abank24 {
background-image: url('https://proicons.com/icon/321283.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;fill-rule:evenodd;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m24.3027,10.4707c-1.5935,1.3949-2.3115,4.1273-2.3843,4.576h-.0002c-8.0087.7213-9.066-3.3776-10.1407-10.5419,8.7852-.0625,12.7401-.119,12.5252,5.9659Z"/><path class="d" d="m23.2165,18.2635c.3257-2.8773,1.324-5.9631,3.7976-7.7928"/><path id="c" class="d" d="m22.0702,18.1672c.5429.0815.9954.1166,1.4341.094.4474-.025.9012-.1099,1.4468-.2664,3.1898-.9178,7.4042-.3399,10.12,1.6056,3.4799,2.4911,4.4119,6.7352,3.7879,10.9588-.7494,5.0771-5.6667,15.0283-11.9931,12.5513-.7813-.3049-1.5458-.5555-2.3976-.5265-.8915.0301-1.2453.32-2.5461.6382-7.137,1.7406-12.2823-7.9622-12.8779-13.6941-.3831-3.6979.5199-7.2693,3.3591-9.4721,2.4685-1.9172,6.6521-2.6269,9.6669-1.8888h0Z"/><path class="d" d="m14.8528,6.8878c3.0361.8452,6.5911,2.1376,8.0081,5.5388"/></svg>
Copied!