Lineage Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lineage 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/328532.svg" alt="Lineage Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328532.svg" alt="Lineage Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328532.svg" alt="Lineage Music icon" :width="24" :height="24" />
CSS background
.icon-lineage-music {
background-image: url('https://proicons.com/icon/328532.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><circle class="a" cx="12.8812" cy="31.8758" r="7.3812"/><circle class="a" cx="35.1188" cy="31.8758" r="7.3812"/><path class="a" d="M20.2623,31.8758V17.3368A1.8975,1.8975,0,0,1,22.16,15.4394H40.6026A1.8974,1.8974,0,0,1,42.5,17.3368v14.539"/><path class="a" d="M20.2623,18.4451V12.5379A3.795,3.795,0,0,1,24.0572,8.743H38.7051A3.7949,3.7949,0,0,1,42.5,12.5379v5.9072"/></svg>
Copied!