Music Alt 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Music Alt 2 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/329689.svg" alt="Music Alt 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329689.svg" alt="Music Alt 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329689.svg" alt="Music Alt 2 icon" :width="24" :height="24" />
CSS background
.icon-music-alt-2 {
background-image: url('https://proicons.com/icon/329689.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M11.3608,26.9499v10.1597M13.3568,37.1117c.85,0,1.535-.69,1.535-1.546v-7.0698c0-.857-.684-1.546-1.535-1.546h-4.2519c-2.5509,0-4.6049,2.0679-4.6049,4.6359v.89c0,2.5679,2.0539,4.6349,4.6049,4.6349l4.2519.001ZM36.6392,26.9489v10.1607M34.6432,37.1117c-.85,0-1.535-.69-1.535-1.546v-7.0698c0-.857.684-1.546,1.535-1.546h4.2519c2.5509,0,4.6049,2.0679,4.6049,4.6359v.89c0,2.5679-2.0539,4.6349-4.6049,4.6349l-4.2519.001ZM10.9728,26.9499v-3.6999c0-6.8478,5.4769-12.3617,12.2807-12.3617h1.492c6.8038,0,12.2807,5.5139,12.2807,12.3617v3.6999"/></svg>
Copied!