Mail Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The 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/306053.svg" alt="Mail icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306053.svg" alt="Mail icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306053.svg" alt="Mail icon" :width="24" :height="24" />
CSS background
.icon-mail {
background-image: url('https://proicons.com/icon/306053.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M892 170H108c-25 0-45 20-45 45v570c0 25 20 45 45 45h784c25 0 46-20 46-45V215c0-25-21-45-46-45zm-14 572c0 15-13 27-28 27H143s-20-12-20-27V258c0-15 9-27 20-27h707c15 0 27 12 27 27v484zM400 316H208c-7 0-13 6-13 13v33c0 7 6 13 13 13h192c7 0 13-6 13-13v-33c0-7-6-13-13-13zm392 238H426c-7 0-13 5-13 12v33c0 7 6 13 13 13h366c7 0 13-6 13-13v-33c0-7-6-12-13-12zm0 93H426c-7 0-13 6-13 13v33c0 7 6 12 13 12h366c7 0 13-5 13-12v-33c0-7-6-13-13-13zm0-352H666c-7 0-13 5-13 12v145c0 7 6 13 13 13h126c7 0 13-6 13-13V307c0-7-6-12-13-12z"/></svg>
Mail in other icon packs
Copied!