Unpopular Music Player Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Unpopular 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/349097.svg" alt="Unpopular Music Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349097.svg" alt="Unpopular Music Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349097.svg" alt="Unpopular Music Player icon" :width="24" :height="24" />
CSS background
.icon-unpopular-music-player {
background-image: url('https://proicons.com/icon/349097.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m26.5161,17.647c-.0735-11.0967-13.0551-11.7184-14.8711-3.7374-.1815.7975.2094.884,1.3439.2973,2.1629-1.1185,5.6467.2497,4.7675,4.5156-.7004,3.3984-7.9767,5.7363-8.3786-2.7771,0-13.0272,22.9957-12.2356,22.3195,1.7629-.1787,17.7405-20.358,24.6123-21.7048,23.5084,0,0,16.6176-9.2956,16.5235-23.57v.0003Z"/><circle class="c" cx="37.3131" cy="12.9594" r="2.0542"/><circle class="c" cx="37.3131" cy="23.0444" r="2.0542"/><path class="c" d="m42.5,18.1374h-10.8106m-5.2169,0h-8.62m-8.2913,0h-4.0612"/><path class="c" d="m42.5,28.4093h-13.7213m-5.4049,0H5.5001"/><path class="c" d="m42.5,38.6779h-24.6079m-4.1188,0H5.5003"/><path class="c" d="m42.5,7.2917h-18.3574m-8.23,0H5.5"/></svg>
Copied!