Piqchat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Piqchat 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/345841.svg" alt="Piqchat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345841.svg" alt="Piqchat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345841.svg" alt="Piqchat icon" :width="24" :height="24" />
CSS background
.icon-piqchat {
background-image: url('https://proicons.com/icon/345841.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M12.7294,35.6204c2.6232.2558-1.6107,2.3614-1.7684,2.9252-.3832,1.3705,3.5051,1.9407,5.3494.5895,2.2949-1.6813,2.2694-2.2473,3.7873-2.2473,0,0,9.7805.1796,13.0346.2569,2.9291.0695,5.3371-2.3754,5.3052-5.3052-.0286-2.6196-.2284-10.4767-.2284-10.4767,0-2.93-2.3752-5.3052-5.3052-5.3052H14.6894c-2.93,0-5.3052,2.3752-5.3052,5.3052v9.8588c0,2.0929,1.0787,4.1779,3.3452,4.3989Z"/><path class="c" d="M16.9736,16.0575c.56-2.4021-1.6623-4.5399-5.5704-3.6989-4.6568,1.0021-5.0694-2.9179-6.661-2.0337-1.1175.6208-2.1418,4.1661,3.4997,7.3061"/><path class="c" d="M9.7821,14.687c.4126,1.0316,1.1526,1.0021,1.1526,1.0021"/><path class="c" d="M30.4966,16.0575c-.56-2.4021,1.8179-4.001,4.9568-3.9126,4.7615.1341,4.2884-2.6747,5.8799-1.7905,1.1124.618,3.5947,4.3941-1.8933,7.5356"/><path class="c" d="M38.2386,14.326c-1.7031.4642-2.1221,1.1937-2.1221,1.1937"/><path class="c" d="M24.6366,16.0575c-2.6526-1.1937-3.2715-4.2589.3242-4.1115s.6484,2.5642-.5895,1.1495,1.12-2.741,1.12-2.741"/><ellipse class="c" cx="17.0593" cy="25.6511" rx="1.2406" ry="2.8294"/><ellipse class="c" cx="31.3538" cy="25.6511" rx="1.2406" ry="2.4979"/><path class="c" d="M24.1245,26.6458c1.0058-.2653,2.1552-.1547,2.8626.1989"/><path class="c" d="M24.4561,24.9658c.9284-.1437,1.7242-.0442,2.2105.2763"/><path class="c" d="M24.8651,29.3758c-3.1526.2307-6.2557-1.0389-6.4436,2.2658s2.3542,3.2163,3.5921,2.8405,2.7742-1.271,3.4152-1.1163,1.5106,1.8543,3.0615.5968c1.3596-1.1023,2.7144-3.132,1.3594-4.222-1.6561-1.3324-4.0784-.4311-4.9847-.3647Z"/><circle class="b" cx="21.4462" cy="31.3247" r=".75"/><circle class="b" cx="27.652" cy="31.5078" r=".75"/></svg>
Copied!