Vw Banking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vw Banking 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/349486.svg" alt="Vw Banking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349486.svg" alt="Vw Banking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349486.svg" alt="Vw Banking icon" :width="24" :height="24" />
CSS background
.icon-vw-banking {
background-image: url('https://proicons.com/icon/349486.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><path class="b" d="M28.6431,27.6094v-7.2188h3.5565M28.6431,24h2.313M33.923,26.8157c.4346.5783.9827.7937,1.7461.7937h1.0545c.9827,0,1.7764-.8088,1.7764-1.8028v-.0076c.0063-.9873-.789-1.7928-1.7763-1.799h-1.1642c-.9879-.0083-1.7826-.8149-1.7764-1.8028h0c0-.9978.7937-1.8028,1.7801-1.8028h1.0469c.7635,0,1.3115.2117,1.7461.7899M23.2762,20.3906l-1.7801,7.2188-1.7801-7.2188-1.7764,7.2188-1.7839-7.2188M14.213,20.3906l-2.3584,7.2188-2.3546-7.2188"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!