Googledocs Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Googledocs 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/314525.svg" alt="Googledocs icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314525.svg" alt="Googledocs icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314525.svg" alt="Googledocs icon" :width="24" :height="24" />
CSS background
.icon-googledocs {
background-image: url('https://proicons.com/icon/314525.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 Docs</title><path d="M14.727 6.727H14V0H4.91c-.905 0-1.637.732-1.637 1.636v20.728c0 .904.732 1.636 1.636 1.636h14.182c.904 0 1.636-.732 1.636-1.636V6.727h-6zm-.545 10.455H7.09v-1.364h7.09v1.364zm2.727-3.273H7.091v-1.364h9.818v1.364zm0-3.273H7.091V9.273h9.818v1.363zM14.727 6h6l-6-6v6z"/></svg>
Googledocs in other icon packs
Copied!