Wynk Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wynk 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/335305.svg" alt="Wynk Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335305.svg" alt="Wynk Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335305.svg" alt="Wynk Music icon" :width="24" :height="24" />
CSS background
.icon-wynk-music {
background-image: url('https://proicons.com/icon/335305.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="a" cx="26.4996" cy="26.843" rx="5.0152" ry="5.8668" transform="translate(-6.0101 45.9714) rotate(-75.841)"/><path class="a" d="M32.1882,28.2781,37.6516,6.56c-.9053,3.5885,6.3916,1.8293,5.5274,5.2547"/><path class="a" d="M31.8877,17.1778a10.9819,10.9819,0,1,0,4.734,5.7745"/><path class="a" d="M33.2067,11.9353A16.2656,16.2656,0,1,0,38.41,15.8458"/><path class="a" d="M26.25,5.125a21.5,21.5,0,0,0-21.5,21.5"/></svg>
Copied!