Vmall Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vmall 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/349404.svg" alt="Vmall icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349404.svg" alt="Vmall icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349404.svg" alt="Vmall icon" :width="24" :height="24" />
CSS background
.icon-vmall {
background-image: url('https://proicons.com/icon/349404.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="30.509 24.015 30.509 30.614 33.809 30.614"/><polyline class="a" points="35.953 24.015 35.953 30.614 39.253 30.614"/><polyline class="a" points="28.372 30.614 26.227 24.015 24 30.614"/><line class="a" x1="24.7425" y1="28.3865" x2="27.6295" y2="28.3865"/><polyline class="a" points="15.26 30.614 15.26 24.015 18.559 30.614 21.859 24.015 21.859 30.614"/><polyline class="a" points="13.114 24.015 10.97 30.614 8.742 24.015"/><rect class="a" x="4.5" y="17.588" width="39" height="19.452" rx="2.669"/><path class="a" d="M15.1226,17.588V13.22a2.2554,2.2554,0,0,1,2.26-2.26h12.81a2.2555,2.2555,0,0,1,2.26,2.26V17.588"/></svg>
Copied!