envelope emoji
envelope from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- envelope
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
envelopeAkar IconsenvelopeBootstrap IconsenvelopeBoxIcons v2envelopeBoxIcons v2 SolidenvelopeEmoji One (Colored)envelopeFramework7 IconsenvelopeFont Awesome 6 RegularenvelopeFont Awesome 6 SolidenvelopeFont Awesome RegularenvelopeFont Awesome Solidenvelope-outlineFlowbite IconsenvelopeFluent EmojienvelopeFluent Emoji High ContrastenvelopeFirefox OS EmojienvelopeHeroIconsenvelopeIconParkenvelopeIconPark OutlineenvelopeJam IconsenvelopeLine AwesomeenvelopeNoto EmojienvelopeOpenMojienvelopePhosphorenvelopePrime Iconsenvelope-outlineTeenyicons
More objects icons from Fluent Emoji Flat
Use the envelope emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><rect width="30" height="22" x="1" y="5" fill="#b4acbc" rx="1.5"/><rect width="28" height="18" x="2" y="7" fill="#cdc4d6" rx="1"/><path fill="#e1d8ec" d="m30 23.4l-12.971-7.782a2 2 0 0 0-2.058 0L2 23.4V25a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1z"/><path fill="#998ea4" d="M2 9.766V8h28v1.766L17.544 17.24a3 3 0 0 1-3.088 0z"/><path fill="#f3eef8" d="M2 8.6V7a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v1.6l-12.971 7.783a2 2 0 0 1-2.058 0z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatEnvelope(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><rect width="30" height="22" x="1" y="5" fill="#b4acbc" rx="1.5"/><rect width="28" height="18" x="2" y="7" fill="#cdc4d6" rx="1"/><path fill="#e1d8ec" d="m30 23.4l-12.971-7.782a2 2 0 0 0-2.058 0L2 23.4V25a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1z"/><path fill="#998ea4" d="M2 9.766V8h28v1.766L17.544 17.24a3 3 0 0 1-3.088 0z"/><path fill="#f3eef8" d="M2 8.6V7a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v1.6l-12.971 7.783a2 2 0 0 1-2.058 0z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><rect width="30" height="22" x="1" y="5" fill="#b4acbc" rx="1.5"/><rect width="28" height="18" x="2" y="7" fill="#cdc4d6" rx="1"/><path fill="#e1d8ec" d="m30 23.4l-12.971-7.782a2 2 0 0 0-2.058 0L2 23.4V25a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1z"/><path fill="#998ea4" d="M2 9.766V8h28v1.766L17.544 17.24a3 3 0 0 1-3.088 0z"/><path fill="#f3eef8" d="M2 8.6V7a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v1.6l-12.971 7.783a2 2 0 0 1-2.058 0z"/></g></svg> </template>
CSS
.icon-envelope {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%2230%22%20height%3D%2222%22%20x%3D%221%22%20y%3D%225%22%20fill%3D%22%23b4acbc%22%20rx%3D%221.5%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2218%22%20x%3D%222%22%20y%3D%227%22%20fill%3D%22%23cdc4d6%22%20rx%3D%221%22%2F%3E%3Cpath%20fill%3D%22%23e1d8ec%22%20d%3D%22m30%2023.4l-12.971-7.782a2%202%200%200%200-2.058%200L2%2023.4V25a1%201%200%200%200%201%201h26a1%201%200%200%200%201-1z%22%2F%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M2%209.766V8h28v1.766L17.544%2017.24a3%203%200%200%201-3.088%200z%22%2F%3E%3Cpath%20fill%3D%22%23f3eef8%22%20d%3D%22M2%208.6V7a1%201%200%200%201%201-1h26a1%201%200%200%201%201%201v1.6l-12.971%207.783a2%202%200%200%201-2.058%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%2230%22%20height%3D%2222%22%20x%3D%221%22%20y%3D%225%22%20fill%3D%22%23b4acbc%22%20rx%3D%221.5%22%2F%3E%3Crect%20width%3D%2228%22%20height%3D%2218%22%20x%3D%222%22%20y%3D%227%22%20fill%3D%22%23cdc4d6%22%20rx%3D%221%22%2F%3E%3Cpath%20fill%3D%22%23e1d8ec%22%20d%3D%22m30%2023.4l-12.971-7.782a2%202%200%200%200-2.058%200L2%2023.4V25a1%201%200%200%200%201%201h26a1%201%200%200%200%201-1z%22%2F%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M2%209.766V8h28v1.766L17.544%2017.24a3%203%200%200%201-3.088%200z%22%2F%3E%3Cpath%20fill%3D%22%23f3eef8%22%20d%3D%22M2%208.6V7a1%201%200%200%201%201-1h26a1%201%200%200%201%201%201v1.6l-12.971%207.783a2%202%200%200%201-2.058%200z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/envelope.svg?color=%231a73e8&size=48