Email Icon
Free SVG icon from the Mage 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/310695.svg" alt="Email icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310695.svg" alt="Email icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310695.svg" alt="Email icon" :width="24" :height="24" />
CSS background
.icon-email {
background-image: url('https://proicons.com/icon/310695.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"> <rect x="2.68159" y="3.5" width="18.5" height="17" rx="4" stroke="black" stroke-width="1.5"/> <path d="M2.72875 7.58978L9.93399 11.7198C10.5383 12.0709 11.2238 12.2557 11.9216 12.2557C12.6195 12.2557 13.305 12.0709 13.9093 11.7198L21.1344 7.58978" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Email in other icon packs
Copied!