Music 1 Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Music 1 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/309005.svg" alt="Music 1 Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309005.svg" alt="Music 1 Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309005.svg" alt="Music 1 Svg icon" :width="24" :height="24" />
CSS background
.icon-music-1---svg {
background-image: url('https://proicons.com/icon/309005.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="M11.972 2.00039C11.7162 2.00741 11.4844 2.11051 11.3114 2.27489C11.2943 2.29113 11.2778 2.30792 11.262 2.32522C11.0993 2.50308 11 2.73995 11 3.00001V7.00001V14.5351C10.4117 14.1948 9.72857 14 9 14C6.79086 14 5 15.7909 5 18C5 20.2091 6.79086 22 9 22C11.2091 22 13 20.2091 13 18V8.18047L17.8356 8.9864C18.1256 9.03473 18.4221 8.95303 18.6464 8.76303C18.8707 8.57302 19 8.29396 19 8.00001V4.00001C19 3.51117 18.6466 3.09398 18.1644 3.01361L12.183 2.01671C12.132 2.00729 12.0798 2.00173 12.0264 2.00035C12.0083 1.99987 11.9901 1.99988 11.972 2.00039Z" fill="#292929"/> </svg>
Copied!