Google Mail Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Google Mail icon is commonly used in contact forms, notification badges and email clients. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/326659.svg" alt="Google Mail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326659.svg" alt="Google Mail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326659.svg" alt="Google Mail icon" :width="24" :height="24" />
CSS background
.icon-google-mail {
background-image: url('https://proicons.com/icon/326659.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M13.39000034,12.14520224v26.3900013h-6.3300004c-1.40607548.00004196-2.54901552-1.13396835-2.55999994-2.54000092v-19.18000031"/><path class="b" d="M34.61000061,12.14520224v26.3900013h6.33000183c1.40607452.00004196,2.54901123-1.13396835,2.55999756-2.54000092v-19.18000031"/><path class="b" d="M24,31.44520339l19.5-14.45000076v-3.60000038c-.00543976-2.17599487-1.77384186-3.93557739-3.94983673-3.93013763-.83890152.00209713-1.65523911.27190304-2.33016205.77013779l-13.22000122,9.81999969-13.22000027-9.81999969c-1.75065899-1.29235268-4.21750832-.92082214-5.50986147.8298378-.49823523.6749239-.76804113,1.49125957-.77013826,2.33016205v3.60000038l19.5,14.45000076Z"/></svg>
Copied!