Akbank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Akbank 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/336094.svg" alt="Akbank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336094.svg" alt="Akbank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336094.svg" alt="Akbank icon" :width="24" :height="24" />
CSS background
.icon-akbank {
background-image: url('https://proicons.com/icon/336094.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="32.0404 27.8957 32.0404 20.0912 37.2108 27.8957 37.2108 20.0912"/><path class="c" d="M21.1839,23.9935c1.0776,0,1.9511.8735,1.9511,1.9511s-.8735,1.9511-1.9511,1.9511h-3.2193v-7.8045h3.2193c1.0776,0,1.9511.8735,1.9511,1.9511s-.8735,1.9511-1.9511,1.9511h0Z"/><line class="c" x1="21.1839" y1="23.9935" x2="17.9645" y2="23.9935"/><line class="c" x1="8.81" y1="25.31" x2="5.5" y2="25.31"/><polyline class="c" points="5.5 24.88 7.09 20.09 8.81 25.31 9.67 27.9"/><line class="c" x1="29.1863" y1="25.3104" x2="25.7286" y2="25.3104"/><polyline class="c" points="24.8722 27.8957 27.4575 20.0912 30.0427 27.8957"/><line class="c" x1="11.6704" y1="20.1043" x2="11.6704" y2="27.9088"/><line class="c" x1="11.6704" y1="25.1905" x2="15.8653" y2="20.1306"/><line class="c" x1="15.8653" y1="27.9088" x2="12.6518" y2="24.0066"/><line class="c" x1="39.3051" y1="20.1043" x2="39.3051" y2="27.9088"/><polyline class="c" points="42.5 21.34 40.29 24.01 39.31 25.19"/><line class="c" x1="42.5" y1="26.7" x2="40.29" y2="24.01"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!