Vakifbank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vakifbank 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/349193.svg" alt="Vakifbank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349193.svg" alt="Vakifbank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349193.svg" alt="Vakifbank icon" :width="24" :height="24" />
CSS background
.icon-vakifbank {
background-image: url('https://proicons.com/icon/349193.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m20.6683,11.4275c-9.6667.023-11.772,3.418-13.4061,12.556l-2.7622,12.59,28.1031-.0464c9.5172.3107,13.9831-8.8954,5.7197-13.1881,7.5838-2.1404,7.4108-11.278-4.3734-11.854l-13.2811-.0586v.001Z"/><path class="b" d="m17.9883,13.4675c-4.0161.0931-6.5104,2.8389-7.4837,8.2362l-2.9459,12.8321h4.2129c1.2429.0153,2.6521-.5439,3.588-1.4952l7.6113-8.7526c2.5985-3.0288,4.8569-5.3446,7.0601-7.2807,1.4421-1.2672,2.8602-2.3724,4.3348-3.4082-3.276-.6039-7.2196,1.3233-10.741,4.9982l-10.542,10.863,2.1857-10.151c.7365-2.8157,2.2477-4.7223,4.5339-5.7197-.6358-.0949-1.2406-.1352-1.8143-.1219h.0008-.0006Z"/></svg>
Copied!