Letgo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Letgo 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/342847.svg" alt="Letgo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342847.svg" alt="Letgo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342847.svg" alt="Letgo icon" :width="24" :height="24" />
CSS background
.icon-letgo {
background-image: url('https://proicons.com/icon/342847.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.0672,17.2346l-2.0259,8.7514c-.1736.7501.2107,1.2502.9608,1.2502h.3751"/><path class="b" d="M18.2998,26.0142c-.5487.7501-1.5397,1.2502-2.4147,1.2502-1.3752,0-2.24-1.1252-1.9217-2.5004l.3762-1.6252c.3183-1.3752,1.7041-2.5004,3.0793-2.5004s2.24,1.1252,1.9217,2.5004l-.2026.8751h-5.0008"/><path class="b" d="M22.9101,18.5022l-1.7365,7.5013c-.1736.7501.2107,1.2502.9608,1.2502h.3751"/><line class="b" x1="21.0718" y1="20.5025" x2="23.8223" y2="20.5025"/><path class="b" d="M30.3468,20.7636l-1.7365,7.5013c-.3184,1.3752-1.704,2.5004-3.0793,2.5004-.7501,0-1.3174-.25-1.5767-.7501"/><path class="b" d="M27.8753,20.6385c1.3752,0,2.24,1.1252,1.9216,2.5004l-.3762,1.6253c-.3184,1.3752-1.704,2.5004-3.0793,2.5004s-2.24-1.1252-1.9216-2.5004l.3762-1.6253c.3184-1.3752,1.704-2.5004,3.0793-2.5004Z"/><path class="b" d="M33.4785,27.2641c-1.3752,0-2.24-1.1252-1.9217-2.5004l.3762-1.6252c.3183-1.3752,1.7041-2.5004,3.0793-2.5004s2.24,1.1252,1.9217,2.5004l-.3762,1.6252c-.3183,1.3752-1.7041,2.5004-3.0793,2.5004Z"/><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!