Music Note Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Music Note 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/311568.svg" alt="Music Note icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311568.svg" alt="Music Note icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311568.svg" alt="Music Note icon" :width="24" :height="24" />
CSS background
.icon-music-note {
background-image: url('https://proicons.com/icon/311568.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M11 2H18V7H13V18H12V19H11V20H7V19H6V18H5V14H6V13H7V12H11V2M11 15H10V14H8V15H7V17H8V18H10V17H11V15Z"/></svg>
Music Note in other icon packs
Copied!