Velobank Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Velobank 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/349233.svg" alt="Velobank icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349233.svg" alt="Velobank icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349233.svg" alt="Velobank icon" :width="24" :height="24" />
CSS background
.icon-velobank {
background-image: url('https://proicons.com/icon/349233.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"/><line class="b" x1="5.5" y1="24" x2="42.5" y2="24"/><line class="b" x1="24" y1="5.5" x2="24" y2="42.5"/><path class="b" d="M12.75,29.25v8h4"/><path class="b" d="M12.1,10.75l2.65,8,2.65-8"/><line class="b" x1="31.25" y1="14.75" x2="33.858" y2="14.75"/><path class="b" d="M35.242,10.75h-4v8h4"/><path class="b" d="M33.25,29.25h0c1.4636,0,2.65,1.1864,2.65,2.65v2.7c0,1.4636-1.1864,2.65-2.65,2.65h0c-1.4636,0-2.65-1.1864-2.65-2.65v-2.7c0-1.4636,1.1864-2.65,2.65-2.65Z"/></svg>
Copied!