Shinkin Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Shinkin 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/347238.svg" alt="Shinkin Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347238.svg" alt="Shinkin Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347238.svg" alt="Shinkin Bank icon" :width="24" :height="24" />
CSS background
.icon-shinkin-bank {
background-image: url('https://proicons.com/icon/347238.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-2" d="M19.125,32.4435c-3.8217,2.2065-8.6489,1.5709-11.769-1.5495-3.1204-3.1204-3.7559-7.9476-1.5495-11.769,2.2065-3.8217,6.7047-5.6849,10.967-4.5428,4.2625,1.1421,7.2265,5.0049,7.2265,9.4178s2.964,8.2756,7.2265,9.4178c4.2625,1.1421,8.7608-.7211,10.967-4.5428s1.5709-8.6489-1.5495-11.769-7.9476-3.7559-11.769-1.5495"/><path class="cls-2" d="M17.598,27.5775c-2.144,1.5224-4.553,1.5224-6.697,0"/><circle class="cls-1" cx="11" cy="20.8695" r=".75"/><circle class="cls-1" cx="17.5" cy="20.8695" r=".75"/><path class="cls-2" d="M37.099,27.5775c-2.144,1.5224-4.553,1.5224-6.697,0"/><circle class="cls-1" cx="30.5" cy="20.8695" r=".75"/><circle class="cls-1" cx="37" cy="20.8695" r=".75"/></svg>
Copied!