Absa Banking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Absa Banking 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/335857.svg" alt="Absa Banking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335857.svg" alt="Absa Banking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335857.svg" alt="Absa Banking icon" :width="24" :height="24" />
CSS background
.icon-absa-banking {
background-image: url('https://proicons.com/icon/335857.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M42.8034,34.4266c-3.7897,6.8337-10.9888,11.0732-18.803,11.073-7.8142.0002-15.0133-4.2393-18.803-11.073M3.9264,31.7006c-.9429-2.4579-1.4264-5.0681-1.4264-7.7006,0-2.6325.4835-5.2427,1.4264-7.7006M5.1974,13.5734C8.9871,6.7397,16.1862,2.5002,24.0004,2.5004c7.8154.0002,15.0152,4.2414,18.804,11.077M44.0724,16.2969c.9437,2.4588,1.4276,5.0701,1.4276,7.7038,0,2.6325-.4835,5.2427-1.4264,7.7006"/><path class="c" d="M26.0614,29.5506c.5562.4791,1.1568.6987,2.5055.6987h.6835c1.1123,0,2.014-.9269,2.014-2.0703s-.9017-2.0703-2.014-2.0703h-1.3669c-1.1123,0-2.014-.9269-2.014-2.0703s.9017-2.0703,2.014-2.0703h.6835c1.3487,0,1.9493.2195,2.5055.6987"/><path class="c" d="M16.7364,25.0936c0-1.7259,1.3639-3.125,3.0464-3.125s3.0464,1.3991,3.0464,3.125v2.0312c0,1.7259-1.3639,3.125-3.0464,3.125s-3.0464-1.3991-3.0464-3.125"/><line class="c" x1="16.7364" y1="30.2496" x2="16.7364" y2="17.7496"/><path class="c" d="M13.6894,27.1246c0,1.7259-1.3536,3.125-3.0233,3.125h-1.061c-1.1062,0-2.0029-.9269-2.0029-2.0703s.8968-2.0703,2.0029-2.0703h4.09"/><path class="c" d="M8.3584,22.7886c.7341-.7542,1.2486-.8203,2.6656-.8203,1.6087,0,2.6656.7258,2.6656,2.6877v5.5936"/><path class="c" d="M40.3924,27.1246c0,1.7259-1.3536,3.125-3.0233,3.125h-1.061c-1.1062,0-2.0029-.9269-2.0029-2.0703s.8968-2.0703,2.0029-2.0703h4.09"/><path class="c" d="M35.0614,22.7886c.7341-.7542,1.2486-.8203,2.6656-.8203,1.6087,0,2.6656.7258,2.6656,2.6877v5.5936"/></svg>
Copied!