Lazada Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lazada 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/328206.svg" alt="Lazada icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328206.svg" alt="Lazada icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328206.svg" alt="Lazada icon" :width="24" :height="24" />
CSS background
.icon-lazada {
background-image: url('https://proicons.com/icon/328206.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><path class="b" d="m34.3823,6.2796l-6.4263,3.7102c-2.1825,1.2601-5.7322,1.2537-7.9285-.0143l-6.4666-3.7335-9.0608,5.2313,19.561,11.2936,19.439-11.2231-9.1177-5.2641Z"/><path class="b" d="m43.5,11.5437v19.2712l-18.5339,10.7006c-.5601.3233-1.2501.3233-1.8101,0L4.5,30.7445V11.4733"/><line class="b" x1="24.061" y1="22.7668" x2="24.061" y2="41.754"/></svg>
Copied!