Envelope Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Envelope 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/305591.svg" alt="Envelope icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305591.svg" alt="Envelope icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305591.svg" alt="Envelope icon" :width="24" :height="24" />
CSS background
.icon-envelope {
background-image: url('https://proicons.com/icon/305591.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M493 582C375 524 156 416 85 382c-12-6-22 1-22 14v396c0 14 11 25 25 25h824c14 0 25-11 25-24V397c0-14-10-20-22-14-70 34-287 141-403 199-7 3-12 3-19 0zM179 352c105 52 210 103 315 154 4 2 11 3 15 1 140-69 281-139 422-208 5-2 7-5 7-11-1-21 0-57 0-81 0-14-11-25-25-25H87c-13 0-24 11-24 25v82c0 3 4 8 7 10 36 18 72 35 109 53z"/></svg>
Envelope in other icon packs
Copied!