Openbank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Openbank 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/330677.svg" alt="Openbank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330677.svg" alt="Openbank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330677.svg" alt="Openbank icon" :width="24" :height="24" />
CSS background
.icon-openbank {
background-image: url('https://proicons.com/icon/330677.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><path class="c" d="M35.5795,28.0432c0,2.1872-1.7731,3.9602-3.9602,3.9602s-3.9602-1.7731-3.9602-3.9602v-1.1913"/><path class="c" d="M18.4142,18.6964c-1.4562-1.6553-3.5902-2.6998-5.9681-2.6998-4.3885,0-7.9461,3.5576-7.9461,7.9461s3.5576,7.9461,7.9461,7.9461,7.9461-3.5576,7.9461-7.9461l1.9865-1.8071h21.1213v5.9077c0,2.1872-1.7731,3.9602-3.9602,3.9602s-3.9602-1.7731-3.9602-3.9602v-1.1913"/></svg>
Copied!