envelope with arrow emoji
envelope-with-arrow from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- envelope-with-arrow
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the envelope with arrow 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="8" fill="#b4acbc" rx="1.5"/><rect width="28" height="18" x="2" y="10" fill="#cdc4d6" rx="1"/><path fill="#e1d8ec" d="m30 26.4l-12.971-7.783a2 2 0 0 0-2.058 0L2 26.4V28a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1z"/><path fill="#998ea4" d="M2 12.766V11h28v1.766L17.544 20.24a3 3 0 0 1-3.088 0z"/><path fill="#f3eef8" d="M2 11.6V10a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v1.6l-12.971 7.783a2 2 0 0 1-2.058 0z"/><path fill="#f92f60" d="M18.94 3.47v7.1c0 .16.13.28.28.28h.98c.62 0 .95.74.53 1.2l-4.01 4.41a.72.72 0 0 1-1.06 0l-4.02-4.41a.718.718 0 0 1 .53-1.2h.98c.16 0 .28-.13.28-.28v-7.1c0-.26.21-.47.47-.47h4.58c.25 0 .46.21.46.47"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatEnvelopeWithArrow(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="8" fill="#b4acbc" rx="1.5"/><rect width="28" height="18" x="2" y="10" fill="#cdc4d6" rx="1"/><path fill="#e1d8ec" d="m30 26.4l-12.971-7.783a2 2 0 0 0-2.058 0L2 26.4V28a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1z"/><path fill="#998ea4" d="M2 12.766V11h28v1.766L17.544 20.24a3 3 0 0 1-3.088 0z"/><path fill="#f3eef8" d="M2 11.6V10a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v1.6l-12.971 7.783a2 2 0 0 1-2.058 0z"/><path fill="#f92f60" d="M18.94 3.47v7.1c0 .16.13.28.28.28h.98c.62 0 .95.74.53 1.2l-4.01 4.41a.72.72 0 0 1-1.06 0l-4.02-4.41a.718.718 0 0 1 .53-1.2h.98c.16 0 .28-.13.28-.28v-7.1c0-.26.21-.47.47-.47h4.58c.25 0 .46.21.46.47"/></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="8" fill="#b4acbc" rx="1.5"/><rect width="28" height="18" x="2" y="10" fill="#cdc4d6" rx="1"/><path fill="#e1d8ec" d="m30 26.4l-12.971-7.783a2 2 0 0 0-2.058 0L2 26.4V28a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1z"/><path fill="#998ea4" d="M2 12.766V11h28v1.766L17.544 20.24a3 3 0 0 1-3.088 0z"/><path fill="#f3eef8" d="M2 11.6V10a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v1.6l-12.971 7.783a2 2 0 0 1-2.058 0z"/><path fill="#f92f60" d="M18.94 3.47v7.1c0 .16.13.28.28.28h.98c.62 0 .95.74.53 1.2l-4.01 4.41a.72.72 0 0 1-1.06 0l-4.02-4.41a.718.718 0 0 1 .53-1.2h.98c.16 0 .28-.13.28-.28v-7.1c0-.26.21-.47.47-.47h4.58c.25 0 .46.21.46.47"/></g></svg> </template>
CSS
.icon-envelope-with-arrow {
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%228%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%2210%22%20fill%3D%22%23cdc4d6%22%20rx%3D%221%22%2F%3E%3Cpath%20fill%3D%22%23e1d8ec%22%20d%3D%22m30%2026.4l-12.971-7.783a2%202%200%200%200-2.058%200L2%2026.4V28a1%201%200%200%200%201%201h26a1%201%200%200%200%201-1z%22%2F%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M2%2012.766V11h28v1.766L17.544%2020.24a3%203%200%200%201-3.088%200z%22%2F%3E%3Cpath%20fill%3D%22%23f3eef8%22%20d%3D%22M2%2011.6V10a1%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%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M18.94%203.47v7.1c0%20.16.13.28.28.28h.98c.62%200%20.95.74.53%201.2l-4.01%204.41a.72.72%200%200%201-1.06%200l-4.02-4.41a.718.718%200%200%201%20.53-1.2h.98c.16%200%20.28-.13.28-.28v-7.1c0-.26.21-.47.47-.47h4.58c.25%200%20.46.21.46.47%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%228%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%2210%22%20fill%3D%22%23cdc4d6%22%20rx%3D%221%22%2F%3E%3Cpath%20fill%3D%22%23e1d8ec%22%20d%3D%22m30%2026.4l-12.971-7.783a2%202%200%200%200-2.058%200L2%2026.4V28a1%201%200%200%200%201%201h26a1%201%200%200%200%201-1z%22%2F%3E%3Cpath%20fill%3D%22%23998ea4%22%20d%3D%22M2%2012.766V11h28v1.766L17.544%2020.24a3%203%200%200%201-3.088%200z%22%2F%3E%3Cpath%20fill%3D%22%23f3eef8%22%20d%3D%22M2%2011.6V10a1%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%3Cpath%20fill%3D%22%23f92f60%22%20d%3D%22M18.94%203.47v7.1c0%20.16.13.28.28.28h.98c.62%200%20.95.74.53%201.2l-4.01%204.41a.72.72%200%200%201-1.06%200l-4.02-4.41a.718.718%200%200%201%20.53-1.2h.98c.16%200%20.28-.13.28-.28v-7.1c0-.26.21-.47.47-.47h4.58c.25%200%20.46.21.46.47%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-with-arrow.svg?color=%231a73e8&size=48