envelope with arrow emoji
envelope-with-arrow from Fluent Emoji High Contrast by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- envelope-with-arrow
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji High Contrast
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="currentColor"><path d="M13.24 9.57v-7.1c0-.26.21-.47.46-.47h4.58c.26 0 .47.21.47.47v7.1c0 .15.12.28.28.28h.98c.62 0 .95.74.53 1.2l-4.01 4.41a.72.72 0 0 1-1.06 0l-4.01-4.41a.718.718 0 0 1 .53-1.2h.97c.15 0 .28-.12.28-.28"/><path d="M3.01 11h7.313a1.74 1.74 0 0 1 .956-2H3.01C1.898 9 1 9.898 1 11.01v17.98C1 30.102 1.898 31 3.01 31h25.98c1.106 0 2.01-.891 2.01-2V11.01C31 9.904 30.109 9 29 9h-8.28a1.74 1.74 0 0 1 .957 2h7.32l.002.003v.004l.001.003v.501l-12.326 7.845a1.25 1.25 0 0 1-1.348 0L3 11.501v-.496l.002-.003l.002-.001h.001zM29 13.882V26.67l-10.047-6.395zm-12.01 7.516L28.936 29H3.08l11.93-7.602a3.25 3.25 0 0 0 1.98 0m-3.941-1.122L3 26.68V13.873z"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastEnvelopeWithArrow(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13.24 9.57v-7.1c0-.26.21-.47.46-.47h4.58c.26 0 .47.21.47.47v7.1c0 .15.12.28.28.28h.98c.62 0 .95.74.53 1.2l-4.01 4.41a.72.72 0 0 1-1.06 0l-4.01-4.41a.718.718 0 0 1 .53-1.2h.97c.15 0 .28-.12.28-.28"/><path d="M3.01 11h7.313a1.74 1.74 0 0 1 .956-2H3.01C1.898 9 1 9.898 1 11.01v17.98C1 30.102 1.898 31 3.01 31h25.98c1.106 0 2.01-.891 2.01-2V11.01C31 9.904 30.109 9 29 9h-8.28a1.74 1.74 0 0 1 .957 2h7.32l.002.003v.004l.001.003v.501l-12.326 7.845a1.25 1.25 0 0 1-1.348 0L3 11.501v-.496l.002-.003l.002-.001h.001zM29 13.882V26.67l-10.047-6.395zm-12.01 7.516L28.936 29H3.08l11.93-7.602a3.25 3.25 0 0 0 1.98 0m-3.941-1.122L3 26.68V13.873z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M13.24 9.57v-7.1c0-.26.21-.47.46-.47h4.58c.26 0 .47.21.47.47v7.1c0 .15.12.28.28.28h.98c.62 0 .95.74.53 1.2l-4.01 4.41a.72.72 0 0 1-1.06 0l-4.01-4.41a.718.718 0 0 1 .53-1.2h.97c.15 0 .28-.12.28-.28"/><path d="M3.01 11h7.313a1.74 1.74 0 0 1 .956-2H3.01C1.898 9 1 9.898 1 11.01v17.98C1 30.102 1.898 31 3.01 31h25.98c1.106 0 2.01-.891 2.01-2V11.01C31 9.904 30.109 9 29 9h-8.28a1.74 1.74 0 0 1 .957 2h7.32l.002.003v.004l.001.003v.501l-12.326 7.845a1.25 1.25 0 0 1-1.348 0L3 11.501v-.496l.002-.003l.002-.001h.001zM29 13.882V26.67l-10.047-6.395zm-12.01 7.516L28.936 29H3.08l11.93-7.602a3.25 3.25 0 0 0 1.98 0m-3.941-1.122L3 26.68V13.873z"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M13.24%209.57v-7.1c0-.26.21-.47.46-.47h4.58c.26%200%20.47.21.47.47v7.1c0%20.15.12.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.01-4.41a.718.718%200%200%201%20.53-1.2h.97c.15%200%20.28-.12.28-.28%22%2F%3E%3Cpath%20d%3D%22M3.01%2011h7.313a1.74%201.74%200%200%201%20.956-2H3.01C1.898%209%201%209.898%201%2011.01v17.98C1%2030.102%201.898%2031%203.01%2031h25.98c1.106%200%202.01-.891%202.01-2V11.01C31%209.904%2030.109%209%2029%209h-8.28a1.74%201.74%200%200%201%20.957%202h7.32l.002.003v.004l.001.003v.501l-12.326%207.845a1.25%201.25%200%200%201-1.348%200L3%2011.501v-.496l.002-.003l.002-.001h.001zM29%2013.882V26.67l-10.047-6.395zm-12.01%207.516L28.936%2029H3.08l11.93-7.602a3.25%203.25%200%200%200%201.98%200m-3.941-1.122L3%2026.68V13.873z%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%22currentColor%22%3E%3Cpath%20d%3D%22M13.24%209.57v-7.1c0-.26.21-.47.46-.47h4.58c.26%200%20.47.21.47.47v7.1c0%20.15.12.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.01-4.41a.718.718%200%200%201%20.53-1.2h.97c.15%200%20.28-.12.28-.28%22%2F%3E%3Cpath%20d%3D%22M3.01%2011h7.313a1.74%201.74%200%200%201%20.956-2H3.01C1.898%209%201%209.898%201%2011.01v17.98C1%2030.102%201.898%2031%203.01%2031h25.98c1.106%200%202.01-.891%202.01-2V11.01C31%209.904%2030.109%209%2029%209h-8.28a1.74%201.74%200%200%201%20.957%202h7.32l.002.003v.004l.001.003v.501l-12.326%207.845a1.25%201.25%200%200%201-1.348%200L3%2011.501v-.496l.002-.003l.002-.001h.001zM29%2013.882V26.67l-10.047-6.395zm-12.01%207.516L28.936%2029H3.08l11.93-7.602a3.25%203.25%200%200%200%201.98%200m-3.941-1.122L3%2026.68V13.873z%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-high-contrast/envelope-with-arrow.svg?color=%231a73e8&size=48