Shengjing Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shengjing 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/332669.svg" alt="Shengjing Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332669.svg" alt="Shengjing Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332669.svg" alt="Shengjing Bank icon" :width="24" :height="24" />
CSS background
.icon-shengjing-bank {
background-image: url('https://proicons.com/icon/332669.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m21.5,5.5v12h-2c-1.1046,0-2,.8954-2,2v2H5.5v-7c0-4.9706,4.0294-9,9-9h7Z"/><path id="d" class="g" d="m26.5,5.5v12h2c1.1046,0,2,.8954,2,2v2h12v-7c0-4.9706-4.0294-9-9-9h-7Z"/><path id="e" class="g" d="m26.5,42.5v-12h2c1.1046,0,2-.8954,2-2v-2h12v7c0,4.9706-4.0294,9-9,9h-7Z"/><path id="f" class="g" d="m21.5,42.5v-12h-2c-1.1046,0-2-.8954-2-2v-2H5.5v7c0,4.9706,4.0294,9,9,9h7Z"/></svg>
Copied!