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/310110.svg" alt="Email icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310110.svg" alt="Email icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310110.svg" alt="Email icon" :width="24" :height="24" />
CSS background
.icon-email {
background-image: url('https://proicons.com/icon/310110.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="M17.25 2.75H6.75C5.49022 2.75 4.28204 3.25044 3.39124 4.14124C2.50045 5.03203 2 6.24022 2 7.5V16.5C2 17.7598 2.50045 18.968 3.39124 19.8588C4.28204 20.7496 5.49022 21.25 6.75 21.25H17.25C18.509 21.2474 19.7156 20.7461 20.6058 19.8558C21.4961 18.9656 21.9974 17.759 22 16.5V7.5C21.9974 6.24103 21.4961 5.03439 20.6058 4.14417C19.7156 3.25394 18.509 2.75264 17.25 2.75ZM13.6 11.07C13.108 11.3506 12.5514 11.4982 11.985 11.4982C11.4186 11.4982 10.862 11.3506 10.37 11.07L3.52 7.14C3.60858 6.3453 3.98701 5.61115 4.58292 5.07797C5.17883 4.54479 5.95038 4.25 6.75 4.25H17.25C18.049 4.25219 18.8194 4.54774 19.4148 5.08051C20.0103 5.61327 20.3893 6.34616 20.48 7.14L13.6 11.07Z" fill="black"/> </svg>
Email in other icon packs
Copied!