Music Album Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Music Album Svg 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/309007.svg" alt="Music Album Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309007.svg" alt="Music Album Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309007.svg" alt="Music Album Svg icon" :width="24" :height="24" />
CSS background
.icon-music-album---svg {
background-image: url('https://proicons.com/icon/309007.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"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20.7071 1.29289C20.4211 1.00689 19.991 0.921338 19.6173 1.07612C19.2436 1.2309 19 1.59554 19 2V6.1707C18.6872 6.06015 18.3506 6 18 6C16.3431 6 15 7.34314 15 9C15 10.6569 16.3431 12 18 12C19.6569 12 21 10.6569 21 9V4.41421L21.2929 4.70711C21.6834 5.09763 22.3166 5.09763 22.7071 4.70711C23.0976 4.31658 23.0976 3.68342 22.7071 3.29289L20.7071 1.29289ZM12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C15.6887 20 18.7967 17.5026 19.7206 14.1046C19.8654 13.5716 20.4149 13.257 20.9479 13.4019C21.4808 13.5468 21.7954 14.0963 21.6505 14.6293C20.496 18.8759 16.6141 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C13.3001 2 14.5446 2.24863 15.6868 2.70185C16.2001 2.90555 16.4512 3.48683 16.2475 4.00018C16.0438 4.51353 15.4625 4.76454 14.9491 4.56084C14.0379 4.19924 13.0434 4 12 4ZM12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11ZM9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12Z" fill="#292929"/> </svg>
Copied!