Ui Music Player Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Music Player 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/306778.svg" alt="Ui Music Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306778.svg" alt="Ui Music Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306778.svg" alt="Ui Music Player icon" :width="24" :height="24" />
CSS background
.icon-ui-music-player {
background-image: url('https://proicons.com/icon/306778.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 606c-60 0-109 49-109 109s49 108 109 108 109-48 109-108-49-109-109-109zM716 0H285c-48 0-87 39-87 87v826c0 48 39 87 87 87h431c48 0 87-39 87-87V87c0-48-39-87-87-87zM283 110c0-24 19-43 43-43h348c24 0 44 19 44 43v283c0 24-20 43-44 43H326c-24 0-43-19-43-43V110zm217 833c-126 0-228-102-228-228s102-229 228-229 229 103 229 229-103 228-229 228z"/></svg>
Copied!