Gochat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Gochat 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/341132.svg" alt="Gochat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341132.svg" alt="Gochat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341132.svg" alt="Gochat icon" :width="24" :height="24" />
CSS background
.icon-gochat {
background-image: url('https://proicons.com/icon/341132.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M7.528,38.8055c2.715,1.501,3.797,1.616,7.226,1.616,5.111,0,9.255-4.15,9.255-9.269v-4.494M28.213,24.6275c1.4985.9725,3.2466,1.4901,5.033,1.49,5.11,0,9.254-4.15,9.254-9.269h0c0-5.12-4.143-9.27-9.254-9.27s-9.255,4.15-9.246,9.27c.009,5.12-4.135,9.27-9.246,9.27s-9.254-4.15-9.254-9.27S9.643,7.5785,14.754,7.5785c2.5757-.0026,5.0351,1.0721,6.783,2.964"/></svg>
Copied!