Postbank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Postbank 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/346077.svg" alt="Postbank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346077.svg" alt="Postbank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346077.svg" alt="Postbank icon" :width="24" :height="24" />
CSS background
.icon-postbank {
background-image: url('https://proicons.com/icon/346077.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" xml:space="preserve" viewBox="0 0 48 48"><path d="m37.528 10.601-17.133.308c-7.602 4.096-14.952 19.305-15.42 26.49h14.786c1.118-9.687 7.612-20.468 17.766-26.798M29.653 34.448h5.31c.843-4.409 2.507-8.528 8.061-12.93l-6.862.123" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:3;stroke-opacity:1"/><path d="M20.018 35.657h9.437c.957-6.48 3.464-12.614 12.071-18.407l-11.873.215" style="fill:none;stroke:#fff;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;stroke-dashoffset:3;stroke-opacity:1"/></svg>
Copied!