Winbank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Winbank 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/349745.svg" alt="Winbank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349745.svg" alt="Winbank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349745.svg" alt="Winbank icon" :width="24" :height="24" />
CSS background
.icon-winbank {
background-image: url('https://proicons.com/icon/349745.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;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M11.8962,36.026,4.5,11.974h7.3028l8.1851,24.0831Zm8.0917.0311,4.1367-12.2284L20.2682,11.974,16.1626,24.1713M20.2682,11.974l7.5571-.0311L36.0727,36.026h-7.744L24.1246,23.8287M36.0727,36.026,43.5,11.9429H36.26l-4.1055,12.01"/></svg>
Copied!