incoming envelope emoji

incoming-envelope from Noto Emoji by Google Inc · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
incoming-envelope
Set
Noto Emoji
Style
Default
Category
Objects
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More objects icons from Noto Emoji

Use the incoming envelope emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M105.78 94.28H22.54c-2.12 0-2.97-1.36-2.97-3.03l14.12-54.51c0-1.67 1.33-3.03 2.97-3.03h83.24c1.64 0 2.97 1.36 2.97 3.03l-14.12 54.51c0 1.68-1.33 3.03-2.97 3.03"/><path fill="#6fbff0" stroke="#6fbff0" stroke-miterlimit="10" stroke-width=".5" d="M122.82 36.06s-1.08-1.2-2.5-.07L76.84 64.77c-3 2.43-7.12 2.42-10.12-.02L36.43 35.49c-.47-.4-1.18-.33-1.57.15s-.33 1.2.15 1.6l17.93 19.7l-32.39 35.18c-.41.47-.48.87-.19 1.08c.46.34.75 1.25 1.27.74L56.18 60.5l8.68 9.54c3.93 3.47 9.66 3.42 13.54-.12l9.67-7.47l17.9 30.38c.52.51.96.71 1.42.37c.29-.21 1.54-.93 1.13-1.4L91.91 59.48l29.52-22.79c.47-.41 1.39-.63 1.39-.63z"/><path fill="none" stroke="#6fbff0" stroke-miterlimit="10" stroke-width="4" d="M105.78 94.28H22.54c-2.12 0-2.97-1.36-2.97-3.03l14.12-54.51c0-1.67 1.33-3.03 2.97-3.03h83.24c1.64 0 2.97 1.36 2.97 3.03l-14.12 54.51c0 1.68-1.33 3.03-2.97 3.03z"/><path fill="none" stroke="#b0bec5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="4" d="M5.13 36.11h21.56M5.13 47.31h15.45m-15.45 0h12.52M5.13 57.51h6.26"/></svg>

React

import type { SVGProps } from "react";

export function NotoIncomingEnvelope(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M105.78 94.28H22.54c-2.12 0-2.97-1.36-2.97-3.03l14.12-54.51c0-1.67 1.33-3.03 2.97-3.03h83.24c1.64 0 2.97 1.36 2.97 3.03l-14.12 54.51c0 1.68-1.33 3.03-2.97 3.03"/><path fill="#6fbff0" stroke="#6fbff0" strokeMiterlimit="10" strokeWidth=".5" d="M122.82 36.06s-1.08-1.2-2.5-.07L76.84 64.77c-3 2.43-7.12 2.42-10.12-.02L36.43 35.49c-.47-.4-1.18-.33-1.57.15s-.33 1.2.15 1.6l17.93 19.7l-32.39 35.18c-.41.47-.48.87-.19 1.08c.46.34.75 1.25 1.27.74L56.18 60.5l8.68 9.54c3.93 3.47 9.66 3.42 13.54-.12l9.67-7.47l17.9 30.38c.52.51.96.71 1.42.37c.29-.21 1.54-.93 1.13-1.4L91.91 59.48l29.52-22.79c.47-.41 1.39-.63 1.39-.63z"/><path fill="none" stroke="#6fbff0" strokeMiterlimit="10" strokeWidth="4" d="M105.78 94.28H22.54c-2.12 0-2.97-1.36-2.97-3.03l14.12-54.51c0-1.67 1.33-3.03 2.97-3.03h83.24c1.64 0 2.97 1.36 2.97 3.03l-14.12 54.51c0 1.68-1.33 3.03-2.97 3.03z"/><path fill="none" stroke="#b0bec5" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="4" d="M5.13 36.11h21.56M5.13 47.31h15.45m-15.45 0h12.52M5.13 57.51h6.26"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#fff" d="M105.78 94.28H22.54c-2.12 0-2.97-1.36-2.97-3.03l14.12-54.51c0-1.67 1.33-3.03 2.97-3.03h83.24c1.64 0 2.97 1.36 2.97 3.03l-14.12 54.51c0 1.68-1.33 3.03-2.97 3.03"/><path fill="#6fbff0" stroke="#6fbff0" stroke-miterlimit="10" stroke-width=".5" d="M122.82 36.06s-1.08-1.2-2.5-.07L76.84 64.77c-3 2.43-7.12 2.42-10.12-.02L36.43 35.49c-.47-.4-1.18-.33-1.57.15s-.33 1.2.15 1.6l17.93 19.7l-32.39 35.18c-.41.47-.48.87-.19 1.08c.46.34.75 1.25 1.27.74L56.18 60.5l8.68 9.54c3.93 3.47 9.66 3.42 13.54-.12l9.67-7.47l17.9 30.38c.52.51.96.71 1.42.37c.29-.21 1.54-.93 1.13-1.4L91.91 59.48l29.52-22.79c.47-.41 1.39-.63 1.39-.63z"/><path fill="none" stroke="#6fbff0" stroke-miterlimit="10" stroke-width="4" d="M105.78 94.28H22.54c-2.12 0-2.97-1.36-2.97-3.03l14.12-54.51c0-1.67 1.33-3.03 2.97-3.03h83.24c1.64 0 2.97 1.36 2.97 3.03l-14.12 54.51c0 1.68-1.33 3.03-2.97 3.03z"/><path fill="none" stroke="#b0bec5" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="4" d="M5.13 36.11h21.56M5.13 47.31h15.45m-15.45 0h12.52M5.13 57.51h6.26"/></svg>
</template>

CSS

.icon-incoming-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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M105.78%2094.28H22.54c-2.12%200-2.97-1.36-2.97-3.03l14.12-54.51c0-1.67%201.33-3.03%202.97-3.03h83.24c1.64%200%202.97%201.36%202.97%203.03l-14.12%2054.51c0%201.68-1.33%203.03-2.97%203.03%22%2F%3E%3Cpath%20fill%3D%22%236fbff0%22%20stroke%3D%22%236fbff0%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.5%22%20d%3D%22M122.82%2036.06s-1.08-1.2-2.5-.07L76.84%2064.77c-3%202.43-7.12%202.42-10.12-.02L36.43%2035.49c-.47-.4-1.18-.33-1.57.15s-.33%201.2.15%201.6l17.93%2019.7l-32.39%2035.18c-.41.47-.48.87-.19%201.08c.46.34.75%201.25%201.27.74L56.18%2060.5l8.68%209.54c3.93%203.47%209.66%203.42%2013.54-.12l9.67-7.47l17.9%2030.38c.52.51.96.71%201.42.37c.29-.21%201.54-.93%201.13-1.4L91.91%2059.48l29.52-22.79c.47-.41%201.39-.63%201.39-.63z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236fbff0%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%20d%3D%22M105.78%2094.28H22.54c-2.12%200-2.97-1.36-2.97-3.03l14.12-54.51c0-1.67%201.33-3.03%202.97-3.03h83.24c1.64%200%202.97%201.36%202.97%203.03l-14.12%2054.51c0%201.68-1.33%203.03-2.97%203.03z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%20d%3D%22M5.13%2036.11h21.56M5.13%2047.31h15.45m-15.45%200h12.52M5.13%2057.51h6.26%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M105.78%2094.28H22.54c-2.12%200-2.97-1.36-2.97-3.03l14.12-54.51c0-1.67%201.33-3.03%202.97-3.03h83.24c1.64%200%202.97%201.36%202.97%203.03l-14.12%2054.51c0%201.68-1.33%203.03-2.97%203.03%22%2F%3E%3Cpath%20fill%3D%22%236fbff0%22%20stroke%3D%22%236fbff0%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%22.5%22%20d%3D%22M122.82%2036.06s-1.08-1.2-2.5-.07L76.84%2064.77c-3%202.43-7.12%202.42-10.12-.02L36.43%2035.49c-.47-.4-1.18-.33-1.57.15s-.33%201.2.15%201.6l17.93%2019.7l-32.39%2035.18c-.41.47-.48.87-.19%201.08c.46.34.75%201.25%201.27.74L56.18%2060.5l8.68%209.54c3.93%203.47%209.66%203.42%2013.54-.12l9.67-7.47l17.9%2030.38c.52.51.96.71%201.42.37c.29-.21%201.54-.93%201.13-1.4L91.91%2059.48l29.52-22.79c.47-.41%201.39-.63%201.39-.63z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%236fbff0%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%20d%3D%22M105.78%2094.28H22.54c-2.12%200-2.97-1.36-2.97-3.03l14.12-54.51c0-1.67%201.33-3.03%202.97-3.03h83.24c1.64%200%202.97%201.36%202.97%203.03l-14.12%2054.51c0%201.68-1.33%203.03-2.97%203.03z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23b0bec5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%224%22%20d%3D%22M5.13%2036.11h21.56M5.13%2047.31h15.45m-15.45%200h12.52M5.13%2057.51h6.26%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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