Emoji Envelope Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji 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/325253.svg" alt="Emoji Envelope icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325253.svg" alt="Emoji Envelope icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325253.svg" alt="Emoji Envelope icon" :width="24" :height="24" />
CSS background
.icon-emoji-envelope {
background-image: url('https://proicons.com/icon/325253.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M5.9224,34.6764c-.2593-.4602-.4223-1.0687-.4223-1.7219V13.2791"/><path id="c" class="g" d="M42.5,13.242v19.7125c0,.6383-.1482,1.2246-.4075,1.6848"/><path id="d" class="g" d="M17.295,24.1818l3.3118,3.0652c.1778.1633.3556.3043.5334.423,1.8004,1.3359,3.8971,1.3359,5.6901-.0075.1704-.1187.3482-.2672.5112-.4156l3.334-3.0801"/><path id="e" class="g" d="M30.6755,24.167l11.417,10.4723c-.3112.5715-.7928.9426-1.3262.9426H7.2337c-.5186,0-.9928-.3488-1.3114-.9055l11.3726-10.4945"/><path id="f" class="g" d="M42.5,13.242l-11.8246,10.925-3.334,3.0801c-.163.1484-.3408.2969-.5112.4156-1.7929,1.3434-3.8897,1.3434-5.6901.0075-.1778-.1187-.3556-.2598-.5334-.423l-3.3118-3.0653L5.5,13.2791c.0296-.0445.0667-.0965.1037-.1484.3112-.4453.7335-.7125,1.1928-.7125h34.4365c.4371,0,.8594.2598,1.1631.6754.0372.0445.0742.0965.1039.1484"/></svg>
Copied!