Bank Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bank Alt 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/304971.svg" alt="Bank Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304971.svg" alt="Bank Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304971.svg" alt="Bank Alt icon" :width="24" :height="24" />
CSS background
.icon-bank-alt {
background-image: url('https://proicons.com/icon/304971.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M929 824H71c-5 0-8 4-8 8v58c0 5 3 8 8 8h859c4 0 8-3 8-8v-58c0-4-4-8-9-8zm-47-547c5 0 7-1 5-2-1-1-2-1-3-1-124-56-248-112-372-169-11-4-19-4-30 1-94 44-190 87-285 130l-78 36c-4 2-7 4-7 4 0 1 4 1 8 1h762zM500 153c21 0 38 17 38 38 0 20-17 37-37 37-21 1-38-17-39-37 0-21 17-38 38-38zM274 718c5 0 8-3 8-8V393c0-5-3-8-8-8h-91c-5 0-8 3-8 8v317c0 5 3 8 8 8h91zm182 1c5 0 8-4 8-8V393c0-5-3-8-8-8h-91c-5 0-8 3-8 8v318c0 4 3 8 8 8h91zm365-1c4 0 8-3 8-8V392c0-4-4-8-8-8h-92c-4 0-8 4-8 8v318c0 5 4 8 8 8h92zm-183 0c5 0 8-3 8-8V392c0-4-3-8-8-8h-91c-5 0-8 4-8 8v318c0 5 3 8 8 8h91zM116 354h769c4 0 8-3 8-8v-23c0-4-4-8-8-8H116c-4 0-8 4-8 8v23c0 5 4 8 8 8zm-8 402v24c0 4 4 8 8 8h769c5 0 8-4 8-8v-27c0-3-4-5-8-5H116c-4 0-8 4-8 8z"/></svg>
Copied!