Lms Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lms 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/343173.svg" alt="Lms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343173.svg" alt="Lms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343173.svg" alt="Lms icon" :width="24" :height="24" />
CSS background
.icon-lms {
background-image: url('https://proicons.com/icon/343173.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.92,34.13V8.71L42.08,5.5V34.57m-22.59,3V16l20.09-2.52V31.12m2.5,3.45c0,2.7-3,4.89-6.79,4.89s-6.8-2.19-6.8-4.89,2.86-5.09,6.59-4.64a10.81,10.81,0,0,1,4.5,1.19M19.5,37.61c0,2.7-3,4.89-6.8,4.89s-6.79-2.19-6.79-4.89S8.77,32.52,12.5,33a10.43,10.43,0,0,1,4.42,1.16"/></svg>
Copied!