Gotyme Bank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gotyme 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/326715.svg" alt="Gotyme Bank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326715.svg" alt="Gotyme Bank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326715.svg" alt="Gotyme Bank icon" :width="24" :height="24" />
CSS background
.icon-gotyme-bank {
background-image: url('https://proicons.com/icon/326715.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.648,22.1736c.9472-5.3718,5.8432-9.1285,11.277-8.6529"/><path class="b" d="M42.6254,30.0338c-2.2832,3.2607-6.2112,4.9534-10.1493,4.3736-3.9381-.5798-7.2117-3.3327-8.4583-7.1131"/><path class="b" d="M20.0145,25.9764c-.8683,2.6331-3.3531,4.3912-6.1251,4.3338-2.7719-.0575-5.1818-1.9171-5.9402-4.5839-.7584-2.6668.3123-5.5162,2.6392-7.0237,2.3269-1.5075,5.3651-1.32,7.489.4621"/><path class="b" d="M24.0109,27.2945c-1.4471,4.3884-5.5886,7.3187-10.2085,7.223-4.6199-.0958-8.6365-3.1952-9.9004-7.6399-1.264-4.4447.5205-9.1938,4.3987-11.7062,3.8781-2.5124,8.9418-2.2,12.4815.7702"/><path class="b" d="M18.0778,19.165l2.7048-3.2234"/><path class="b" d="M20.0145,25.9764h-5.7357"/><path class="b" d="M23.648,22.1736h-9.3691l.0002,3.8034"/><path class="b" d="M42.6391,30.0138l-3.461-2.3933"/><path class="b" d="M34.64,17.7196l.2845-4.1995"/><path class="b" d="M44.5,24.7404l-4.2046-.1885"/><path class="b" d="M43.448,19.3722l-3.7169,1.9573"/><path class="b" d="M42.5118,17.8216l-3.3378,2.5493"/><path class="b" d="M44.1781,26.7023l-4.0683-1.0615"/><path class="b" d="M40.2995,23.458l4.1714-.604"/><path class="b" d="M41.302,16.412l-2.8317,3.1213"/><path class="b" d="M43.5069,28.5053l-3.7769-1.8365"/><path class="b" d="M40.107,22.3713l3.9978-1.3038"/><path class="b" d="M35.7087,17.9194l1.086-4.0735"/><path class="b" d="M36.7113,18.2929l1.6844-3.8675"/><path class="b" d="M37.6401,18.8357l2.3059-3.5323"/><path class="b" d="M39.1476,27.6648c-1.7807,2.4964-5.0979,3.3518-7.8637,2.0279-2.7659-1.324-4.18-4.4443-3.3523-7.3969.8277-2.9526,3.6578-4.8831,6.7088-4.5764"/></svg>
Copied!