Email Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Email 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/307575.svg" alt="Email icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307575.svg" alt="Email icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307575.svg" alt="Email icon" :width="24" :height="24" />
CSS background
.icon-email {
background-image: url('https://proicons.com/icon/307575.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M3 5V3.75C2.30964 3.75 1.75 4.30964 1.75 5H3ZM21 5H22.25C22.25 4.30964 21.6904 3.75 21 3.75V5ZM3 6.25H21V3.75H3V6.25ZM19.75 5V17H22.25V5H19.75ZM19 17.75H5V20.25H19V17.75ZM4.25 17V5H1.75V17H4.25ZM5 17.75C4.58579 17.75 4.25 17.4142 4.25 17H1.75C1.75 18.7949 3.20507 20.25 5 20.25V17.75ZM19.75 17C19.75 17.4142 19.4142 17.75 19 17.75V20.25C20.7949 20.25 22.25 18.7949 22.25 17H19.75Z" fill="#292929"/> <path d="M3 5L12 14L21 5" stroke="#292929" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Email in other icon packs
Copied!