Google Chat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Chat 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/341188.svg" alt="Google Chat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341188.svg" alt="Google Chat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341188.svg" alt="Google Chat icon" :width="24" :height="24" />
CSS background
.icon-google-chat {
background-image: url('https://proicons.com/icon/341188.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="14.4631" y="6" width="26.6485" height="22.2071" rx="2.6213"/><path class="a" d="M30.9156,13.5747H9.51A2.6212,2.6212,0,0,0,6.8884,16.196V40.9494a1.0485,1.0485,0,0,0,1.79.7414l5.9089-5.9089H30.9156a2.6212,2.6212,0,0,0,2.6213-2.6213V16.196A2.6212,2.6212,0,0,0,30.9156,13.5747Z"/></svg>
Google Chat in other icon packs
Copied!