Googlesheets Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Googlesheets 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/314548.svg" alt="Googlesheets icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314548.svg" alt="Googlesheets icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314548.svg" alt="Googlesheets icon" :width="24" :height="24" />
CSS background
.icon-googlesheets {
background-image: url('https://proicons.com/icon/314548.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 Sheets</title><path d="M11.318 12.545H7.91v-1.909h3.41v1.91zM14.728 0v6h6l-6-6zm1.363 10.636h-3.41v1.91h3.41v-1.91zm0 3.273h-3.41v1.91h3.41v-1.91zM20.727 6.5v15.864c0 .904-.732 1.636-1.636 1.636H4.909a1.636 1.636 0 0 1-1.636-1.636V1.636C3.273.732 4.005 0 4.909 0h9.318v6.5h6.5zm-3.273 2.773H6.545v7.909h10.91v-7.91zm-6.136 4.636H7.91v1.91h3.41v-1.91z"/></svg>
Copied!