Line Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Line Music icon is commonly used in audio players, playlist apps and music streaming UIs. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/328511.svg" alt="Line Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328511.svg" alt="Line Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328511.svg" alt="Line Music icon" :width="24" :height="24" />
CSS background
.icon-line-music {
background-image: url('https://proicons.com/icon/328511.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.8828,10.5772a2.2166,2.2166,0,0,1,1.796-2.1859L38.3524,4.5427a2.2168,2.2168,0,0,1,2.6055,1.7434"/><path class="a" d="M16.8828,15.8362a2.2166,2.2166,0,0,1,1.796-2.1859L38.3524,9.8018A2.2167,2.2167,0,0,1,41,11.9775"/><line class="a" x1="41.0002" y1="11.9775" x2="40.9694" y2="31.9134"/><line class="a" x1="16.8828" y1="15.8362" x2="16.8828" y2="38.5534"/><circle class="a" cx="11.9464" cy="38.5534" r="4.9466"/><circle class="a" cx="36.0228" cy="31.9134" r="4.9466"/></svg>
Copied!