Music Album Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Music Album 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/307791.svg" alt="Music Album icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307791.svg" alt="Music Album icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307791.svg" alt="Music Album icon" :width="24" :height="24" />
CSS background
.icon-music-album {
background-image: url('https://proicons.com/icon/307791.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <circle cx="12" cy="12" r="2" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> <circle cx="18" cy="9" r="2" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.318 3.63135C14.2913 3.22394 13.1718 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.1514 21 19.6464 18.1892 20.6855 14.3669" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M20 9V2L22 4" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Music Album in other icon packs
Copied!