Zalora Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Zalora 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/335539.svg" alt="Zalora icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335539.svg" alt="Zalora icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335539.svg" alt="Zalora icon" :width="24" :height="24" />
CSS background
.icon-zalora {
background-image: url('https://proicons.com/icon/335539.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><polyline class="b" points="19.9769 21.1628 19.9769 26.8401 22.8156 26.8401"/><path class="b" d="M30.5927,26.8401v-5.6773h1.8586c1.0507,0,1.9026.8537,1.9026,1.9066s-.8518,1.9066-1.9026,1.9066h-1.8586"/><line class="b" x1="32.452" y1="24.9765" x2="34.3113" y2="26.8387"/><polyline class="b" points="8 21.1628 11.7612 21.1628 8 26.8401 11.7612 26.8401"/><line class="b" x1="17.0952" y1="24.941" x2="14.6355" y2="24.941"/><polyline class="b" points="14.0224 26.823 15.8675 21.1628 17.7126 26.8401"/><path class="b" d="M26.4538,26.8373c-1.0387,0-1.8806-.842-1.8806-1.8806v-1.9161c0-1.0387.842-1.8806,1.8806-1.8806s1.8806.842,1.8806,1.8806v1.9161c0,1.0387-.842,1.8806-1.8806,1.8806Z"/><line class="b" x1="39.3826" y1="24.941" x2="36.9229" y2="24.941"/><polyline class="b" points="36.3098 26.823 38.1549 21.1628 40 26.8401"/><rect class="b" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/></svg>
Copied!