Qq Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qq 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/331776.svg" alt="Qq icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331776.svg" alt="Qq icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331776.svg" alt="Qq icon" :width="24" :height="24" />
CSS background
.icon-qq {
background-image: url('https://proicons.com/icon/331776.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>.r{stroke-miterlimit:10;}.r,.s{fill:none;stroke:#000;}.s{stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="s" d="M10.0841,25.2809c2.0731.6035,4.2221,1.0693,6.3567,1.3989v5.6669h0c1.904.5873,3.4516.3963,5.3324.2266v-5.3487c.759.0371,1.5055.0556,2.235.0556,4.3541,0,9.3173-.6598,13.9094-1.9949"/><path id="d" class="s" d="M36.1503,21.076c-4.0769,1.0158-8.3416,1.5184-12.1422,1.5184-3.8052,0-8.0758-.5039-12.1572-1.5222"/></g><g id="e"><path id="f" class="s" d="M15.5138,40.4157c-7.9298,2.7243-2.3573,3.7228,6.6086,2.6783"/><path id="g" class="s" d="M32.491,40.4118c7.9494,2.7282,2.3692,3.728-6.6064,2.6811"/></g><g id="h"><path id="i" class="s" d="M11.9171,20.9129c-1.8377,4.5325-5.2215,11.2014-4.004,15.7923,1.6872-1.5181,2.2221-2.3854,3.3463-4.0956.049,4.6099,4.7655,10.5957,12.7406,10.5957s12.6916-5.9858,12.7406-10.5957c1.1242,1.7102,1.6591,2.5775,3.3463,4.0956,1.2175-4.5909-2.1663-11.2598-4.004-15.7924.9768-9.9237-4.4755-16.4507-12.0829-16.4127-7.6074.038-13.0597,6.489-12.0829,16.4127Z"/><path id="j" class="s" d="M14.6847,26.3775c-1.6988,8.3112,1.4019,15.5446,9.3147,15.5446s11.0126-7.2313,9.3155-15.541"/></g><g id="k"><path id="l" class="s" d="M31.5961,18.1187c-1.0164-1.3784-4.6625-1.7293-7.588-1.7293s-6.5717.3508-7.588,1.7293c2.2868,1.5944,5.853,2.2921,7.588,2.279s5.3012-.6846,7.588-2.279Z"/><g id="m"><path id="n" class="s" d="M22.9469,12.3739c0,1.7225-.9806,3.1188-2.1902,3.1188h0c-1.2096,0-2.1902-1.3963-2.1902-3.1188s.9806-3.1188,2.1902-3.1188c1.2096,0,2.1902,1.3963,2.1902,3.1188h0Z"/><path id="o" class="s" d="M29.4498,12.3739c0,1.7225-.9806,3.1188-2.1902,3.1188h0c-1.2096,0-2.1902-1.3963-2.1902-3.1188s.9806-3.1188,2.1902-3.1188h0c1.2096,0,2.1902,1.3963,2.1902,3.1188Z"/><path id="p" class="s" d="M25.9573,12.7688c.7321-.7134,1.4968-.688,2.1671-.3689"/><circle id="q" class="r" cx="21.752" cy="12.853" r=".75"/></g></g></svg>
Copied!