Lalamove Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lalamove 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/328149.svg" alt="Lalamove icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328149.svg" alt="Lalamove icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328149.svg" alt="Lalamove icon" :width="24" :height="24" />
CSS background
.icon-lalamove {
background-image: url('https://proicons.com/icon/328149.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="m24.0084,21.1609l-12.419-4.0731m11.1394,1.9706l-13.4264-4.4035m-1.8074-2.1849l-.2424-.0835c-.085-.0292-.1605-.0794-.2206-.1463-.5135-.5692-1.0239-1.1414-1.5308-1.7165-.0213-.0218-.0266-.0521-.016-.0795.016-.0431.06-.0659.1031-.0516,2.4058.7928,19.3357,6.3811,20.6627,6.8053,0,0-2.1854-6.5454,7.7543-6.5454.3142,0,6.0819-3.6868,8.338-5.1362h.0065c.0426-.027.1021-.0201.1388.0177.0426.0441.0426.1135-.0037.1556-1.6163,1.5882-5.4487,5.2898-7.5887,6.9435-.2961.2298-2.3069,6.0652-3.8818,9.5559-1.3358,2.9615-3.4243,4.6953-8.8464,7.6555-3.7489,2.0431-6.2301,9.738-9.751,12.6281-.0999.0796-.2398-.0271-.1898-.1443l7.815-17.571c-.8175-.0755-2.9855-2.0124-5.4146-4.4395-.016-.0144-.016-.0346-.016-.0534.0106-.0292.0372-.0463.0686-.0372l10.9071,3.5766c.0037.0007.0106,0,.0106-.002.0106-.0046.0106-.0149.0056-.0229l-4.0849-6.7104-14.0236-4.5985Z"/></svg>
Copied!