Lamoda Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lamoda 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/342710.svg" alt="Lamoda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342710.svg" alt="Lamoda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342710.svg" alt="Lamoda icon" :width="24" :height="24" />
CSS background
.icon-lamoda {
background-image: url('https://proicons.com/icon/342710.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="h" d="M11.1724,5.5l-3.3537,29.3663c-.2875,2.5171,1.3183,4.3992,4.0143,4.7053l1.348.153"/><g id="e"><path id="f" class="h" d="M38.5854,34.1096c-.527,4.6147-5.0023,7.9312-9.945,7.3701h0c-4.9428-.5612-8.5557-4.7959-8.0287-9.4106l.6228-5.4537c.527-4.6147,5.0023-7.9312,9.945-7.3701h0c4.9428.5612,8.5557,4.7959,8.0287,9.4106"/><path id="g" class="h" d="M37.6272,42.5l2.5871-22.654"/></g></g></svg>
Copied!