Qq Music Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qq 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/346338.svg" alt="Qq Music icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346338.svg" alt="Qq Music icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346338.svg" alt="Qq Music icon" :width="24" :height="24" />
CSS background
.icon-qq-music {
background-image: url('https://proicons.com/icon/346338.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="a" cx="24" cy="24" r="21.5"/><path class="a" d="M33.235,8.5c-3.7361,3.1734-8.6077,4.0759-15.7154.5069l9.4413,10.012c4.3069,4.3069,4.2559,8.1735,4.499,12.1028.2659,4.2959-1.5369,6.7366-4.0664,7.805-3.6555,1.544-9.574-.164-11.6817-3.5261-1.7475-2.7871-1.0009-7.7265,1.6215-10.0444,4.6987-4.1534,10.1394-3.4063,13.8393,2.0626"/></svg>
Copied!