Qq Reader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qq Reader 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/331780.svg" alt="Qq Reader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331780.svg" alt="Qq Reader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331780.svg" alt="Qq Reader icon" :width="24" :height="24" />
CSS background
.icon-qq-reader {
background-image: url('https://proicons.com/icon/331780.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>.s{fill:#000;}.t{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle id="c" class="s" cx="21.8024" cy="13.1573" r=".75"/><path id="d" class="t" d="M35.9102,18.4704c-.1402-8.2391-5.1555-13.504-11.9102-13.4703-6.7544.0337-11.7695,5.2429-11.9102,13.4707"/><path id="e" class="t" d="M31.4199,18.3026c-.9928-1.3464-4.5543-1.6891-7.412-1.6891s-6.4192.3427-7.412,1.6891c2.2337,1.5574,5.7172,2.2389,7.412,2.2261,1.6948-.0128,5.1782-.6687,7.412-2.2261Z"/><path id="f" class="t" d="M22.9713,12.6911c0,1.6825-.9578,3.0464-2.1394,3.0464h0c-1.1815,0-2.1394-1.3639-2.1394-3.0464s.9578-3.0464,2.1394-3.0464c1.1815,0,2.1394,1.3639,2.1394,3.0464h0Z"/><path id="g" class="t" d="M29.3233,12.6911c0,1.6825-.9578,3.0464-2.1394,3.0464h0c-1.1815,0-2.1394-1.3639-2.1394-3.0464h0c0-1.6825.9578-3.0464,2.1394-3.0464h0c1.1815,0,2.1394,1.3639,2.1394,3.0464Z"/><path id="h" class="t" d="M25.9119,13.0768c.7151-.6969,1.462-.6721,2.1168-.3603"/></g><g id="i"><path id="j" class="t" d="M40.0643,24.5521c-.4079,1.0703-1.9936.656-2.2759,2.8118-.3125,2.3864,1.007,2.3433,1.964,1.6989.9232-.6215,1.5692-2.8061.3119-4.5107Z"/><path id="k" class="t" d="M7.9357,24.5521c.4079,1.0703,1.9937.656,2.2759,2.8118.3125,2.3864-1.007,2.3433-1.964,1.6989-.9232-.6215-1.5692-2.8061-.3119-4.5107Z"/></g><g id="l"><path id="m" class="t" d="M8.1844,24.9385l-.5463-5.1985c4.8166.1222,11.4013,3.0514,15.7384,4.7679h1.2469c4.3371-1.7165,10.9218-4.6457,15.7384-4.7679l-.5462,5.1985"/><path id="n" class="t" d="M39.3591,29.2826l-.9544,9.0826-12.8063,4.2567c-.3817.4663-1.0515.3698-1.5984.3698s-1.2167.0965-1.5984-.3698l-12.8063-4.2567-.9544-9.0826"/><path id="o" class="t" d="M39.4628,19.7932l.4147-2.5333c-5.315,1.2963-10.1265,3.817-15.8775,6.903-5.751-3.0861-10.5625-5.6068-15.8775-6.903l.4147,2.5333"/><path id="p" class="t" d="M25.5743,26.8763l-.1722,13.7461"/><path id="q" class="t" d="M22.4257,26.8763l.1722,13.7461"/><path id="r" class="t" d="M31.9805,21.6523c.1078,3.2409-.6586,7.7291,1.0056,8.0636l-1.9313-.7514-.8029,1.7629c-1.6642-.3345-.8978-4.8226-1.0056-8.0636"/></g></svg>
Copied!