Apobank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apobank 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/336489.svg" alt="Apobank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336489.svg" alt="Apobank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336489.svg" alt="Apobank icon" :width="24" :height="24" />
CSS background
.icon-apobank {
background-image: url('https://proicons.com/icon/336489.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M42.5,24c0-10.217-8.2827-18.5-18.5-18.5S5.5,13.7827,5.5,24s8.2827,18.5,18.5,18.5c1.5626,0,3.1189-.198,4.6317-.5892l.0042-9.9064c-1.4088.8159-3.0079,1.2455-4.6359,1.2455-5.1086,0-9.25-4.1414-9.25-9.25s4.1414-9.25,9.25-9.25,9.25,4.1414,9.25,9.25v18.5h9.25v-18.4999Z"/></svg>
Copied!