Lemmotif Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lemmotif 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/342821.svg" alt="Lemmotif icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342821.svg" alt="Lemmotif icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342821.svg" alt="Lemmotif icon" :width="24" :height="24" />
CSS background
.icon-lemmotif {
background-image: url('https://proicons.com/icon/342821.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m10.47,42.5l3.214-4.317m10.307-19.007C20.616,10.103,13.426,5.573,6.383,5.5v17.413l7.301,2.729,10.307-6.466v11.784l-10.307,7.223v-12.684m23.847,17l-3.215-4.316m-10.307-19.007c3.375-9.073,10.565-13.603,17.608-13.676v17.413l-7.301,2.729-10.307-6.466m0,11.784l10.307,7.223v-12.684"/></svg>
Copied!