Simplemusicplayer Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Simplemusicplayer icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332780.svg" alt="Simplemusicplayer icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332780.svg" alt="Simplemusicplayer icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332780.svg" alt="Simplemusicplayer icon" :width="24" :height="24" />
CSS background
.icon-simplemusicplayer {
background-image: url('https://proicons.com/icon/332780.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M24,4.5A18.06,18.06,0,0,0,5.94,22.55V33.68a8.92,8.92,0,0,0,6.27,8.51,1.31,1.31,0,0,0,1.31,1.31h2.62a1.3,1.3,0,0,0,1.31-1.31v-17a1.3,1.3,0,0,0-1.31-1.31H13.52a1.31,1.31,0,0,0-1.31,1.31,8.81,8.81,0,0,0-3.33,1.91V22.55a14.94,14.94,0,0,1,2-7.5l1.64,1.18a1.27,1.27,0,0,0,1.88-.53h0a11.75,11.75,0,0,1,19.16,0h0a1.27,1.27,0,0,0,1.88.53l1.64-1.18a14.94,14.94,0,0,1,2,7.5v4.53a8.81,8.81,0,0,0-3.33-1.91,1.31,1.31,0,0,0-1.31-1.31H31.86a1.3,1.3,0,0,0-1.31,1.31v17a1.3,1.3,0,0,0,1.31,1.31h2.62a1.31,1.31,0,0,0,1.31-1.31,8.92,8.92,0,0,0,6.27-8.51V22.55A18.06,18.06,0,0,0,24,4.5Z"/><line class="cls-1" x1="12.21" y1="25.17" x2="12.21" y2="42.19"/><line class="cls-1" x1="35.79" y1="25.17" x2="35.79" y2="42.19"/><path class="cls-1" d="M12.56,12.67A15.15,15.15,0,0,1,24,7.42h0a15.15,15.15,0,0,1,11.44,5.25"/></svg>
Copied!