Qq Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qq Alt 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/346337.svg" alt="Qq Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346337.svg" alt="Qq Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346337.svg" alt="Qq Alt icon" :width="24" :height="24" />
CSS background
.icon-qq-alt {
background-image: url('https://proicons.com/icon/346337.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="M11.9822,19.326c1.7923-21.6386,24.7041-17.7747,24.1509-.099"/><path class="b" d="M11.9822,19.326c7.7337,3.2281,16.444,3.1924,24.1509-.099"/><path class="b" d="M36.1331,19.2273c2.0153,5.4159,4.1522,10.2141,4.2562,14.8961.03,1.35-1.3588,2.64-2.425.5939l-1.8311-3.5137"/><path class="b" d="M11.9822,19.326c-1.6041,4.6665-3.8436,8.998-4.3056,13.6093-.4455,4.4464,1.4649,3.2838,2.3755,1.8311l2.0786-3.3159"/><path class="b" d="M12.1309,31.4508c.7173,13.9278,24.2454,13.4192,24.0022-.2474"/><path class="b" d="M31.1585,20.8635l.9655,4.6485"/><path class="b" d="M16.118,39.1362l-2.8,2.0151c-1.9,1.3673-1.1606,2.5265.1979,2.326,7.2436-.5959,14.5203-.6786,21.7755-.2473,1.86.1554,1.943-1.1512.6928-1.8806l-3.6931-2.1547"/><ellipse class="b" cx="28.487" cy="13.5604" rx="1.559" ry="3.489"/><ellipse class="b" cx="20.6424" cy="13.5604" rx="1.559" ry="3.489"/></svg>
Copied!