Envelope Open Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Envelope Open 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/305590.svg" alt="Envelope Open icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305590.svg" alt="Envelope Open icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305590.svg" alt="Envelope Open icon" :width="24" :height="24" />
CSS background
.icon-envelope-open {
background-image: url('https://proicons.com/icon/305590.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="M523 669c-13 9-33 9-45 0L85 389c-12-8-22-3-22 12v448c0 16 12 28 27 28h820c15 0 28-12 28-28V401c0-15-11-20-23-12L523 669zm-38-49c5 3 10 5 15 5s11-2 15-5l330-235c6-5 11-13 11-21V149c0-15-12-26-26-26H170c-14 0-25 11-25 26v215c0 9 4 17 10 21l330 235zM299 229h386c16 0 28 13 28 28 0 16-12 28-28 28H299c-16 0-28-12-28-28 0-15 12-28 28-28zm0 98h386c16 0 28 13 28 28s-12 28-28 28H299c-16 0-28-12-28-28 0-15 12-28 28-28z"/></svg>
Envelope Open in other icon packs
Copied!