Commerzbank Banking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Commerzbank Banking 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/338510.svg" alt="Commerzbank Banking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338510.svg" alt="Commerzbank Banking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338510.svg" alt="Commerzbank Banking icon" :width="24" :height="24" />
CSS background
.icon-commerzbank-banking {
background-image: url('https://proicons.com/icon/338510.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.7914,32.9194H13.7664c-3.0589-.0918-4.6358-.9465-6.196-3.5014L4.5928,24.2265,14.3194,7.24l4.4686-.0451m8.0541,4.1326L36.8547,28.67c1.45,2.695,1.4981,4.4879.0657,7.1165l-3.0072,5.1744L14.34,41.03l-2.2733-3.8475m-.4482-9.0413L21.631,10.7991c1.609-2.6032,3.1377-3.5414,6.13-3.6152l5.9847.0172,9.8467,16.9167L41.3976,28.01"/></svg>
Copied!