Gmail Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Gmail 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/314478.svg" alt="Gmail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314478.svg" alt="Gmail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314478.svg" alt="Gmail icon" :width="24" :height="24" />
CSS background
.icon-gmail {
background-image: url('https://proicons.com/icon/314478.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>Gmail</title><path d="M24 5.457v13.909c0 .904-.732 1.636-1.636 1.636h-3.819V11.73L12 16.64l-6.545-4.91v9.273H1.636A1.636 1.636 0 0 1 0 19.366V5.457c0-2.023 2.309-3.178 3.927-1.964L5.455 4.64 12 9.548l6.545-4.91 1.528-1.145C21.69 2.28 24 3.434 24 5.457z"/></svg>
Gmail in other icon packs
Copied!