Kakao Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kakao 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/342360.svg" alt="Kakao Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342360.svg" alt="Kakao Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342360.svg" alt="Kakao Bank icon" :width="24" :height="24" />
CSS background
.icon-kakao-bank {
background-image: url('https://proicons.com/icon/342360.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M29,4.5H8.5v39h20.5c5.799,0,10.5-4.701,10.5-10.5-.0011-3.6895-1.9386-7.1077-5.1035-9.0039,3.1625-1.8948,5.0996-5.3094,5.1035-8.9961,0-5.799-4.701-10.5-10.5-10.5Z"/><rect class="e" x="21" y="14.75" width="4" height="18.5"/></svg>
Copied!