Kbank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kbank 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/342415.svg" alt="Kbank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342415.svg" alt="Kbank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342415.svg" alt="Kbank icon" :width="24" :height="24" />
CSS background
.icon-kbank {
background-image: url('https://proicons.com/icon/342415.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><line class="d" x1="33.498" x2="33.498" y1="20" y2="28"/><line class="d" x1="33.498" x2="37.128" y1="26.301" y2="22.697"/><line class="d" x1="34.658" x2="37.498" y1="25.154" y2="27.988"/><path class="d" d="m26.15 26c0 1.1046-0.89543 2-2 2-1.1046 0-2-0.89543-2-2v-1.3c0-1.1046 0.89543-2 2-2 1.1046 0 2 0.89543 2 2"/><line class="d" x1="26.15" x2="26.15" y1="28" y2="22.7"/><path class="d" d="m31.824 28v-3.3c0-1.1046-0.89543-2-2-2-1.1046 0-2 0.89543-2 2"/><line class="d" x1="27.824" x2="27.824" y1="28" y2="22.7"/><path class="d" d="m16.476 24.7c0-1.1046 0.89543-2 2-2 1.1046 0 2 0.89543 2 2v1.3c0 1.1046-0.89543 2-2 2-1.1046 0-2-0.89543-2-2"/><line class="d" x1="16.476" x2="16.476" y1="28" y2="20"/><line class="d" x1="10.502" x2="10.502" y1="20" y2="28"/><line class="d" x1="10.502" x2="14.802" y1="25.214" y2="20.027"/><line class="d" x1="14.802" x2="11.512" y1="28" y2="24"/></svg>
Copied!