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/309095.svg" alt="Email icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309095.svg" alt="Email icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309095.svg" alt="Email icon" :width="24" :height="24" />
CSS background
.icon-email {
background-image: url('https://proicons.com/icon/309095.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 5V4.25C2.58579 4.25 2.25 4.58579 2.25 5H3ZM21 5H21.75C21.75 4.58579 21.4142 4.25 21 4.25V5ZM3 5.75H21V4.25H3V5.75ZM20.25 5V17H21.75V5H20.25ZM19 18.25H5V19.75H19V18.25ZM3.75 17V5H2.25V17H3.75ZM5 18.25C4.30964 18.25 3.75 17.6904 3.75 17H2.25C2.25 18.5188 3.48122 19.75 5 19.75V18.25ZM20.25 17C20.25 17.6904 19.6904 18.25 19 18.25V19.75C20.5188 19.75 21.75 18.5188 21.75 17H20.25Z" fill="#292929"/> <path d="M3 5L12 14L21 5" stroke="#292929" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Email in other icon packs
Copied!