Googlechat Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Googlechat 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/314512.svg" alt="Googlechat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314512.svg" alt="Googlechat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314512.svg" alt="Googlechat icon" :width="24" :height="24" />
CSS background
.icon-googlechat {
background-image: url('https://proicons.com/icon/314512.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Google Chat</title><path d="M1.637 0C.733 0 0 .733 0 1.637v16.5c0 .904.733 1.636 1.637 1.636h3.955v3.323c0 .804.97 1.207 1.539.638l3.963-3.96h11.27c.903 0 1.636-.733 1.636-1.637V5.592L18.408 0Zm3.955 5.592h12.816v8.59H8.455l-2.863 2.863Z"/></svg>
Copied!