Music 2 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Music 2 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/309006.svg" alt="Music 2 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309006.svg" alt="Music 2 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309006.svg" alt="Music 2 Svg icon" :width="24" :height="24" />
CSS background
.icon-music-2---svg {
background-image: url('https://proicons.com/icon/309006.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="M22 7.01883C22.0002 7.00711 22.0002 6.99537 22 6.98359V3.01883C22.0006 2.98541 21.9995 2.9517 21.9967 2.91779C21.9871 2.80017 21.9572 2.68831 21.9104 2.58573C21.8485 2.44932 21.7574 2.33088 21.6463 2.23687C21.4495 2.07036 21.1898 1.98053 20.9175 2.00335C20.8835 2.00613 20.85 2.01061 20.817 2.01671L8.85181 4.01091C8.75932 4.02465 8.67095 4.05105 8.58854 4.08831C8.31289 4.21249 8.11016 4.45534 8.03347 4.74249C8.01 4.83037 7.99834 4.9224 8 5.01644V8.98116C7.99979 8.99289 7.99979 9.00465 8 9.01644V14.5351C7.41165 14.1948 6.72857 14 6 14C3.79086 14 2 15.7909 2 18C2 20.2091 3.79086 22 6 22C8.20914 22 10 20.2091 10 18V9.84713L20 8.18046V12.5351C19.4117 12.1948 18.7286 12 18 12C15.7909 12 14 13.7909 14 16C14 18.2091 15.7909 20 18 20C20.2091 20 22 18.2091 22 16V7.01883Z" fill="#292929"/> </svg>
Copied!