Idbi Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Idbi 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/327304.svg" alt="Idbi Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327304.svg" alt="Idbi Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327304.svg" alt="Idbi Bank icon" :width="24" :height="24" />
CSS background
.icon-idbi-bank {
background-image: url('https://proicons.com/icon/327304.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path id="g" class="h" d="M27.0708,9.7443c0,1.6959-1.3748,3.0708-3.0708,3.0708h0c-1.6959,0-3.0708-1.3748-3.0708-3.0708h0c0-1.6959,1.3748-3.0708,3.0708-3.0708h0c1.6959,0,3.0708,1.3748,3.0708,3.0708h0ZM26.7349,24.1925c0-.7137.0635-5.1101.0635-5.1101.0999-1.5986,1.674-2.1538,3.4486-1.3447M21.2651,24.1925c0-.7137-.0635-5.1101-.0635-5.1101-.0999-1.5986-1.674-2.1538-3.4486-1.3447M34.2114,13.7393c-3.6221-2.5047-1.6981-9.8623,1.3101-8.3232,1.6569.8477,5.3176,4.4313,6.4736,7.0131M13.7886,13.7393c3.6221-2.5047,1.6981-9.8623-1.3101-8.3232-1.6569.8477-5.3176,4.4313-6.4736,7.0131M21.2651,24.1926v14.8795c.2547,2.086,5.2581,2.169,5.4699.0022v-15.0639M30.2471,17.7378c5.3941,2.8681,8.1422,9.0406,6.6643,14.9683-1.4779,5.9277-6.8023,10.0875-12.9114,10.0875s-11.4335-4.1598-12.9114-10.0875c-1.4779-5.9277,1.2703-12.1002,6.6643-14.9683M33.8326,13.4071c5.6109,4.2281,7.8906,11.5699,5.6613,18.2325-2.2293,6.6626-8.4683,11.154-15.4939,11.154s-13.2646-4.4914-15.4939-11.154c-2.2293-6.6626.0504-14.0043,5.6613-18.2325M39.7038,9.1167c6.9799,8.3183,6.2624,20.6363-1.6359,28.0881-7.8984,7.4517-20.2373,7.4517-28.1357,0-7.8984-7.4517-8.6158-19.7698-1.6359-28.0881"/></g></svg>
Copied!