Leobank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Leobank 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/342838.svg" alt="Leobank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342838.svg" alt="Leobank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342838.svg" alt="Leobank icon" :width="24" :height="24" />
CSS background
.icon-leobank {
background-image: url('https://proicons.com/icon/342838.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M12.067,17.917v12.166h5.9675"/><path class="b" d="M32.9497,22.022h0c1.6479,0,2.9837,1.3618,2.9837,3.0416v1.9771c0,1.6798-1.3359,3.0416-2.9837,3.0416h0c-1.6479,0-2.9837-1.3618-2.9837-3.0416v-1.9771c0-1.6798,1.3359-3.0416,2.9837-3.0416Z"/><path class="b" d="M26.593,28.548c-.514.9169-1.4825,1.535-2.5926,1.535-1.6479,0-2.9838-1.3617-2.9838-3.0416v-1.9771c0-1.6799,1.3358-3.0416,2.9838-3.0416s2.9838,1.3617,2.9838,3.0416v.9885h-5.9675"/></svg>
Copied!