Seabank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Seabank 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/332520.svg" alt="Seabank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332520.svg" alt="Seabank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332520.svg" alt="Seabank icon" :width="24" :height="24" />
CSS background
.icon-seabank {
background-image: url('https://proicons.com/icon/332520.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><g><path class="b" d="m13.0974,32.2443c-4.4482-4.7673-5.2464-11.808-1.9748-17.4176,3.2713-5.6095,9.8624-8.5027,16.3059-7.1576,6.4438,1.3452,11.2631,6.6207,11.9224,13.0511.6598,6.4303-2.9914,12.542-9.0328,15.1197"/><g><path class="b" d="m9.4031,32.7843c-5.6865-7.8256-4.0578-18.6619,3.6889-24.5431,7.7462-5.8805,18.8424-4.7062,25.1328,2.6599,6.2905,7.3665,5.5278,18.2939-1.7275,24.7498"/><g><path class="b" d="m30.3456,35.837c-2.2931.9994-7.9661-4.6833-17.2154-3.5702"/><path class="b" d="m9.7804,41.061c.5395-.547,4.9689-4.8225,14.7254.3995,7.0278,3.3264,12.3755,1.8866,14.3198.5547"/><path class="b" d="m5.2843,39.0771s6.2937-8.1486,20.0545-1.6948c7.2842,4.0466,13.5583,1.3302,17.377-1.4115"/></g></g></g><path class="b" d="m20.3085,26.9739c.7758,1.01,1.7486,1.3862,3.102,1.3862h1.873c1.743,0,3.156-1.413,3.156-3.156v-.0136c0-1.743-1.413-3.156-3.156-3.156h-2.0661c-1.7449,0-3.1594-1.4145-3.1594-3.1594h0c0-1.7487,1.4176-3.1663,3.1662-3.1663h1.8628c1.3534,0,2.3262.3762,3.102,1.3862"/></svg>
Copied!