Lmms Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Lmms 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/315048.svg" alt="Lmms icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315048.svg" alt="Lmms icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315048.svg" alt="Lmms icon" :width="24" :height="24" />
CSS background
.icon-lmms {
background-image: url('https://proicons.com/icon/315048.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>LMMS</title><path d="M1.714 0A1.71 1.71 0 000 1.714v20.572C0 23.236.765 24 1.714 24h20.572A1.71 1.71 0 0024 22.286V1.714A1.71 1.71 0 0022.286 0zM12 3l9 5.143v10.286l-3 1.714-3-1.714V15l3-1.714V9.857L12 6.43 6 9.857v3.429L9 15v3.429l-3 1.714-3-1.714V8.143Z"/></svg>
Copied!