Vidya Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vidya Music 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/349310.svg" alt="Vidya Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349310.svg" alt="Vidya Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349310.svg" alt="Vidya Music icon" :width="24" :height="24" />
CSS background
.icon-vidya-music {
background-image: url('https://proicons.com/icon/349310.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="M39.6475,21.4704l-.966-6.5757c-.3782-2.5766-2.5882-4.4865-5.1925-4.4872H12.3732c-2.6043.0007-4.8143,1.9106-5.1925,4.4872l-2.6534,18.0629c-.2245,1.5327.9632,2.9078,2.5124,2.9088h.6876c1.0797,0,2.1186-.4131,2.9035-1.1544l3.7816-3.5718c.7849-.7414,1.8238-1.1543,2.9035-1.1541l8.2565.0014"/><path class="b" d="M15.7938,16.0358v8.2077"/><path class="b" d="M11.6901,20.1395h8.2077"/><ellipse class="b" cx="29.1869" cy="17.4099" rx="1.403" ry="1.3738"/><ellipse class="b" cx="34.6862" cy="28.8447" rx="8.8138" ry="8.7478"/><path class="b" d="M37.5523,24.5136h-2.93v7.287"/><ellipse class="b" cx="33.2194" cy="31.8012" rx="1.4029" ry="1.3736"/></svg>
Copied!