Glsbank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Glsbank 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/341107.svg" alt="Glsbank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341107.svg" alt="Glsbank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341107.svg" alt="Glsbank icon" :width="24" :height="24" />
CSS background
.icon-glsbank {
background-image: url('https://proicons.com/icon/341107.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="M44.5,13.8586c-8.6572.2351-12.9119,4.8938-14.576,8.8487a14.4778,14.4778,0,0,1-7.1647,8.1017A38.6363,38.6363,0,0,0,28.23,34.1349s5.9169-3.56,6.7075-9.9847S44.5,13.8586,44.5,13.8586Zm-3.8856.4458C28.8,15.4475,26.71,19.0454,25.3949,21.0381a18.383,18.383,0,0,1-7.1161,6.3538c.9611.8,3.4538,2.654,4.48,3.4171M33.63,15.5082c-8.4535.8434-11.3664,2.65-13.5227,5.2968a16.459,16.459,0,0,1-4.6718,3.8764c.5187.4543,2.3657,2.1994,2.8437,2.71M28.6545,16.236c-9.0256,0-10.6956,1.5846-12.28,3.0857a15.0358,15.0358,0,0,1-4.3994,2.8263c.6688.4119,2.7881,2.0309,3.46,2.5334m6.43-7.9869s-3.7492.1134-4.9962.2007c-7.0076.49-9.0206.2836-12.9139,1.4348-1.2.7777.1857.9974,1.7127.8982.7777.0037,1.7257-.4309,2.6267-.4417.7628.0245,2.588.0065,2.0071.44-.3782.2821-1.558.9838-1.5617,1.2666-.0023.2055,2.0767.3677,3.2358,1.6552"/></svg>
Copied!