Music You Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Music You 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/344256.svg" alt="Music You icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344256.svg" alt="Music You icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344256.svg" alt="Music You icon" :width="24" :height="24" />
CSS background
.icon-music-you {
background-image: url('https://proicons.com/icon/344256.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 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="18.5377" cy="35.3781" r="8.1219"/><line class="a" x1="26.6596" y1="35.3781" x2="26.6596" y2="12.8341"/><path class="a" d="M28.69,4.5h6.8637a2.03,2.03,0,0,1,2.03,2.03v4.2732a2.03,2.03,0,0,1-2.03,2.03H26.66a0,0,0,0,1,0,0V6.53A2.03,2.03,0,0,1,28.69,4.5Z"/></svg>
Copied!