Googleslides Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Googleslides 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/314549.svg" alt="Googleslides icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314549.svg" alt="Googleslides icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314549.svg" alt="Googleslides icon" :width="24" :height="24" />
CSS background
.icon-googleslides {
background-image: url('https://proicons.com/icon/314549.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 Slides</title><path d="M16.09 15.273H7.91v-4.637h8.18v4.637zm1.728-8.523h2.91v15.614c0 .904-.733 1.636-1.637 1.636H4.909a1.636 1.636 0 0 1-1.636-1.636V1.636C3.273.732 4.005 0 4.909 0h9.068v6.75h3.841zm-.363 2.523H6.545v7.363h10.91V9.273zm-2.728-5.979V6h6.001l-6-6v3.294z"/></svg>
Copied!