Email Icon
Free SVG icon from the Memory Icons 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/311464.svg" alt="Email icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311464.svg" alt="Email icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311464.svg" alt="Email icon" :width="24" :height="24" />
CSS background
.icon-email {
background-image: url('https://proicons.com/icon/311464.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path d="M1 5H2V4H20V5H21V18H20V19H2V18H1V5M3 17H19V9H18V10H16V11H14V12H12V13H10V12H8V11H6V10H4V9H3V17M19 6H3V7H5V8H7V9H9V10H13V9H15V8H17V7H19V6Z"/></svg>
Email in other icon packs
Copied!