envelope with arrow emoji

envelope-with-arrow from Emoji One (Colored) by Emoji One · Default · Objects · CC-BY-4.0 Attribution required.

Name
envelope-with-arrow
Set
Emoji One (Colored)
Style
Default
Category
Objects
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More objects icons from Emoji One (Colored)

Use the envelope with arrow emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#b0bdc6" d="M.6 52.6L19.1 33L4.9 12.3c-.7.9-1.2 2.2-1.3 3.5L0 48.9c-.1 1.4.1 2.7.6 3.7M62.7 8.8L35.9 34L57 62.9c1.2-1 2-2.5 2.2-4.4L64 13.4c.2-1.9-.4-3.5-1.3-4.6"/><path fill="#cad5dd" d="M25.7 43.1L19.1 33L.6 52.6c.4.9 1.1 1.5 1.9 1.7L53.3 64c1.4.3 2.7-.2 3.7-1.1L35.9 34z"/><path fill="#dfe9ef" d="M59.3 7.3L7.1 10.9c-.8.1-1.6.6-2.2 1.4L19.1 33l6.6 10.1L35.9 34L62.7 8.8c-.9-1-2.1-1.6-3.4-1.5"/><path fill="#ed4c5c" d="M27.1 32.6L15.4 15.1l4.9-.1l.3-14.3L35.7 0l-.4 15.3l8.4.2z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneEnvelopeWithArrow(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#b0bdc6" d="M.6 52.6L19.1 33L4.9 12.3c-.7.9-1.2 2.2-1.3 3.5L0 48.9c-.1 1.4.1 2.7.6 3.7M62.7 8.8L35.9 34L57 62.9c1.2-1 2-2.5 2.2-4.4L64 13.4c.2-1.9-.4-3.5-1.3-4.6"/><path fill="#cad5dd" d="M25.7 43.1L19.1 33L.6 52.6c.4.9 1.1 1.5 1.9 1.7L53.3 64c1.4.3 2.7-.2 3.7-1.1L35.9 34z"/><path fill="#dfe9ef" d="M59.3 7.3L7.1 10.9c-.8.1-1.6.6-2.2 1.4L19.1 33l6.6 10.1L35.9 34L62.7 8.8c-.9-1-2.1-1.6-3.4-1.5"/><path fill="#ed4c5c" d="M27.1 32.6L15.4 15.1l4.9-.1l.3-14.3L35.7 0l-.4 15.3l8.4.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#b0bdc6" d="M.6 52.6L19.1 33L4.9 12.3c-.7.9-1.2 2.2-1.3 3.5L0 48.9c-.1 1.4.1 2.7.6 3.7M62.7 8.8L35.9 34L57 62.9c1.2-1 2-2.5 2.2-4.4L64 13.4c.2-1.9-.4-3.5-1.3-4.6"/><path fill="#cad5dd" d="M25.7 43.1L19.1 33L.6 52.6c.4.9 1.1 1.5 1.9 1.7L53.3 64c1.4.3 2.7-.2 3.7-1.1L35.9 34z"/><path fill="#dfe9ef" d="M59.3 7.3L7.1 10.9c-.8.1-1.6.6-2.2 1.4L19.1 33l6.6 10.1L35.9 34L62.7 8.8c-.9-1-2.1-1.6-3.4-1.5"/><path fill="#ed4c5c" d="M27.1 32.6L15.4 15.1l4.9-.1l.3-14.3L35.7 0l-.4 15.3l8.4.2z"/></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%2064%2064%22%3E%3Cpath%20fill%3D%22%23b0bdc6%22%20d%3D%22M.6%2052.6L19.1%2033L4.9%2012.3c-.7.9-1.2%202.2-1.3%203.5L0%2048.9c-.1%201.4.1%202.7.6%203.7M62.7%208.8L35.9%2034L57%2062.9c1.2-1%202-2.5%202.2-4.4L64%2013.4c.2-1.9-.4-3.5-1.3-4.6%22%2F%3E%3Cpath%20fill%3D%22%23cad5dd%22%20d%3D%22M25.7%2043.1L19.1%2033L.6%2052.6c.4.9%201.1%201.5%201.9%201.7L53.3%2064c1.4.3%202.7-.2%203.7-1.1L35.9%2034z%22%2F%3E%3Cpath%20fill%3D%22%23dfe9ef%22%20d%3D%22M59.3%207.3L7.1%2010.9c-.8.1-1.6.6-2.2%201.4L19.1%2033l6.6%2010.1L35.9%2034L62.7%208.8c-.9-1-2.1-1.6-3.4-1.5%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M27.1%2032.6L15.4%2015.1l4.9-.1l.3-14.3L35.7%200l-.4%2015.3l8.4.2z%22%2F%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23b0bdc6%22%20d%3D%22M.6%2052.6L19.1%2033L4.9%2012.3c-.7.9-1.2%202.2-1.3%203.5L0%2048.9c-.1%201.4.1%202.7.6%203.7M62.7%208.8L35.9%2034L57%2062.9c1.2-1%202-2.5%202.2-4.4L64%2013.4c.2-1.9-.4-3.5-1.3-4.6%22%2F%3E%3Cpath%20fill%3D%22%23cad5dd%22%20d%3D%22M25.7%2043.1L19.1%2033L.6%2052.6c.4.9%201.1%201.5%201.9%201.7L53.3%2064c1.4.3%202.7-.2%203.7-1.1L35.9%2034z%22%2F%3E%3Cpath%20fill%3D%22%23dfe9ef%22%20d%3D%22M59.3%207.3L7.1%2010.9c-.8.1-1.6.6-2.2%201.4L19.1%2033l6.6%2010.1L35.9%2034L62.7%208.8c-.9-1-2.1-1.6-3.4-1.5%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M27.1%2032.6L15.4%2015.1l4.9-.1l.3-14.3L35.7%200l-.4%2015.3l8.4.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/envelope-with-arrow.svg?color=%231a73e8&size=48