Qq 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qq 2 icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/346336.svg" alt="Qq 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346336.svg" alt="Qq 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346336.svg" alt="Qq 2 icon" :width="24" :height="24" />
CSS background
.icon-qq-2 {
background-image: url('https://proicons.com/icon/346336.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><path class="a" d="M39.7914,45.5a5.8388,5.8388,0,0,0,0-11.6776c-.0478,0-.0921.013-.14.0142a6.8422,6.8422,0,0,0-13.6564-.3031A6.0738,6.0738,0,1,0,24.5312,45.5Z"/><path class="a" d="M42.6089,34.5478A21.5027,21.5027,0,1,0,23.87,45.5"/><path class="a" d="M34.6591,27.51A11.3442,11.3442,0,1,0,20.4967,34.833"/></svg>
Copied!