Virtual Music Player Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Virtual 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/349345.svg" alt="Virtual Music Player icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349345.svg" alt="Virtual Music Player icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349345.svg" alt="Virtual Music Player icon" :width="24" :height="24" />
CSS background
.icon-virtual-music-player {
background-image: url('https://proicons.com/icon/349345.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M29.4341,44.8291c-1.2517.3267-2.5303.5398-3.8203.6367M22.3736,45.3916c-1.2727-.0973-2.5342-.3078-3.7695-.6289M35.8891,41.9364c-1.077.7157-2.2164,1.3328-3.4043,1.8438M15.5278,43.7158c-1.1744-.5067-2.3013-1.1172-3.3672-1.8242M41.0606,37.1084c-.7862,1.0268-1.6635,1.9805-2.6211,2.8496M9.5855,39.9111c-.9477-.8628-1.8164-1.8086-2.5957-2.8262M44.3788,30.8603c-.4107,1.2253-.931,2.4111-1.5547,3.543M5.1951,34.3857c-.6182-1.128-1.134-2.3091-1.541-3.5293M2.8221,27.7334c-.2139-1.2215-.3217-2.4592-.3223-3.6992.0044-.0534.0089-.1068.0137-.1602M45.4865,23.8741c.0048.0534.0093.1068.0137.1602-.0013,1.2395-.1098,2.4765-.3242,3.6973M2.795,20.6553c.2001-1.2744.5146-2.5281.9395-3.7461M44.2654,16.9092c.4249,1.218.7393,2.4717.9394,3.7461M5.0658,13.958c.6017-1.134,1.3037-2.2119,2.0977-3.2207M40.8356,10.7373c.794,1.0088,1.496,2.0867,2.0977,3.2207M9.3763,8.3662c.9357-.8736,1.9475-1.6619,3.0234-2.3555M35.5987,6.0107c1.0759.6936,2.0878,1.4819,3.0234,2.3555M15.2631,4.4756c1.1664-.5214,2.3769-.9377,3.6172-1.2441M29.1183,3.2315c1.2403.3064,2.4508.7228,3.6172,1.2441M22.0875,2.7002c.6346-.0838,1.2726-.1392,1.9121-.166.6395.0268,1.2775.0822,1.9121.166"/><path class="b" d="M24.0001,8.0003c8.8366,0,16,7.1634,16,16"/><path class="b" d="M24.0001,40.0001c-4.2436,0-8.3133-1.6856-11.314-4.6863-3.0007-3.0007-4.6864-7.0704-4.6863-11.314"/><circle class="b" cx="24.0001" cy="24.0001" r="10.5"/><path class="b" d="M21.5811,19.5171c-.2719.1572-.4392.4478-.4388.7622v7.3801c-.0005.4855.3921.8794.8769.8799.1543.0002.306-.0404.4396-.1177l3.1918-1.8455,3.1901-1.8455c.4199-.2427.5638-.7803.3215-1.2007-.0771-.1337-.188-.2448-.3215-.322l-3.1901-1.8455-3.1918-1.8455c-.2716-.157-.6061-.157-.8777,0v.0002Z"/></svg>
Copied!