Bankin Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bankin 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/336940.svg" alt="Bankin icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336940.svg" alt="Bankin icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336940.svg" alt="Bankin icon" :width="24" :height="24" />
CSS background
.icon-bankin {
background-image: url('https://proicons.com/icon/336940.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" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;}</style></defs><path class="a" d="M21.81,25,20.23,36.8C34.79,40.05,36,21.84,21.81,25Zm1.8-13.73-1.12,8.36C31,21.31,33.73,9.45,23.61,11.26ZM9.29,8.94C31.15-2.84,43.91,11.35,33.71,22.07c11.36,9.67,3,25.47-21.51,20.48-1.12-.41-.78-.76-.8-1.46l4.06-28.52-4.53,1.62Z"/></svg>
Copied!