Qtalk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Qtalk 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/346344.svg" alt="Qtalk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346344.svg" alt="Qtalk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346344.svg" alt="Qtalk icon" :width="24" :height="24" />
CSS background
.icon-qtalk {
background-image: url('https://proicons.com/icon/346344.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"><path d="M31.0795,6.9085c-6.913-2.8634-14.87-1.2807-20.161,4.0103-5.291,5.291-6.8737,13.248-4.0103,20.161,2.8634,6.913,9.6092,11.42,17.092,11.42h9.25c0-4.0869-3.3131-7.4-7.4-7.4h-1.85c-4.4895,0-8.537-2.7044-10.255-6.8522s-.7684-8.9221,2.4062-12.097c3.1746-3.1746,7.9489-4.1242,12.097-2.4062,4.1481,1.718,6.8522,5.7655,6.8522,10.255v1.85c0,4.0869,3.3131,7.4,7.4,7.4v-9.25c0-7.4826-4.5074-14.228-11.42-17.092l-.0011.0011Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M35.0995,42.5003v-5.4c0-1.108.892-2,2-2h5.4v7.4h-7.4Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!