C24 Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The C24 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/337636.svg" alt="C24 Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337636.svg" alt="C24 Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337636.svg" alt="C24 Bank icon" :width="24" :height="24" />
CSS background
.icon-c24-bank {
background-image: url('https://proicons.com/icon/337636.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><polyline class="c" points="41.5126 26.3794 41.5118 10.5774 33.0311 21.1917 43.5 21.1917"/><path class="c" d="m14.9689,21.0803v.0647c0,2.8909-2.3435,5.2344-5.2344,5.2344h0c-2.8909,0-5.2344-2.3435-5.2344-5.2344v-5.3332c0-2.8909,2.3435-5.2344,5.2344-5.2344h0c2.8909,0,5.2344,2.3435,5.2344,5.2344v.0647"/><path class="c" d="m19.5519,15.8118c0-3.2306,2.9266-5.7776,6.2732-5.1344,2.1952.4219,3.9482,2.3204,4.1667,4.545.1625,1.6548-.3611,3.2876-1.5042,4.2907-2.1175,1.8583-8.9357,6.8663-8.9357,6.8663h10.4689"/><path class="c" d="m4.7234,28.5851c4.6652,5.4117,11.5707,8.8375,19.2762,8.8375s14.6118-3.4263,19.277-8.8385l-6.4825,1.078,3.0689,2.2096"/></svg>
Copied!