Kotak Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kotak 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/328041.svg" alt="Kotak Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328041.svg" alt="Kotak Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328041.svg" alt="Kotak Bank icon" :width="24" :height="24" />
CSS background
.icon-kotak-bank {
background-image: url('https://proicons.com/icon/328041.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="c" cx="24" cy="24" rx="20.5" ry="17"/><line class="c" x1="24" y1="36.0654" x2="24" y2="11.9346"/><path class="c" d="m24,24c-4.0935,4.9252-5.447,6.5514-9.6994,6.5514-3.265,0-5.9454-2.9041-5.9454-6.5514,0-4.0132,1.6822-6.7944,5.8879-6.7944,2.7477,0,3.729.1963,6.3084,2.9159"/><path class="c" d="m24,24c4.0935-4.9252,6.0561-6.7944,9.6994-6.7944,3.265,0,5.9454,3.1471,5.9454,6.7944,0,4.0132-1.6822,6.9159-5.8879,6.9159-2.6636,0-4.1999-.5064-6.6449-3.2523"/></svg>
Copied!