flyingenvelope emoji

flyingenvelope from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.

Name
flyingenvelope
Set
Firefox OS Emoji
Style
Default
Category
Objects
Viewbox
512×512
License
Apache 2.0

More objects icons from Firefox OS Emoji

Use the flyingenvelope emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#B9C5C6" d="M305.125 237.641L81.562 368.318l67.566-197.296c6.586-19.231 26.932-34.817 45.45-34.817h290.569c18.518 0 28.189 15.586 21.604 34.817l-67.566 197.296z"/><path fill="#96A9B2" d="M439.388 369.591c-.088.102-.202.173-.295.272c-9.446 13.303-25.008 22.793-39.54 22.793H104.438c-1.107 0-2.043-.27-3.087-.377h-.429c-.107-.014-.176-.074-.282-.088c-6.812-.869-12.169-3.914-15.634-8.616c-.065-.088-.178-.129-.243-.217l.074-.047c-.809-1.133-1.681-2.223-2.269-3.524c-1.377-3.048-2.124-6.53-2.163-10.313c-.011-.03-.03-.052-.034-.085l.041-.027c-.023-3.769 198.015-126.246 198.015-126.246c24.57-15.234 34.783-14.997 49.217 0c0 0 114.346 122.576 111.676 126.397z"/><path fill="#DCE2E2" d="M167.814 144.631c5.942-4.166 15.793-7.974 23.306-8.773l297.738-.011c6.984.81 13.209 0 17.315 8.783s2.92 13.753 2.92 13.753L314.09 282.712c-24.191 14.999-34.247 14.766-48.458 0L155.609 158.187s6.263-9.39 12.205-13.556"/><path fill="#FFB636" d="M114.107 203.102H18.109c-8.008 0-14.5-6.492-14.5-14.5s6.492-14.5 14.5-14.5h95.998c8.008 0 14.5 6.492 14.5 14.5s-6.492 14.5-14.5 14.5m-13.041 48.469c0-8.008-6.492-14.5-14.5-14.5H18.109c-8.008 0-14.5 6.492-14.5 14.5s6.492 14.5 14.5 14.5h68.457c8.009 0 14.5-6.492 14.5-14.5m-22.205 62.97c0-8.008-6.492-14.5-14.5-14.5H18.109c-8.008 0-14.5 6.492-14.5 14.5s6.492 14.5 14.5 14.5H64.36c8.009 0 14.501-6.492 14.501-14.5"/></svg>

React

import type { SVGProps } from "react";

export function FxemojiFlyingenvelope(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#B9C5C6" d="M305.125 237.641L81.562 368.318l67.566-197.296c6.586-19.231 26.932-34.817 45.45-34.817h290.569c18.518 0 28.189 15.586 21.604 34.817l-67.566 197.296z"/><path fill="#96A9B2" d="M439.388 369.591c-.088.102-.202.173-.295.272c-9.446 13.303-25.008 22.793-39.54 22.793H104.438c-1.107 0-2.043-.27-3.087-.377h-.429c-.107-.014-.176-.074-.282-.088c-6.812-.869-12.169-3.914-15.634-8.616c-.065-.088-.178-.129-.243-.217l.074-.047c-.809-1.133-1.681-2.223-2.269-3.524c-1.377-3.048-2.124-6.53-2.163-10.313c-.011-.03-.03-.052-.034-.085l.041-.027c-.023-3.769 198.015-126.246 198.015-126.246c24.57-15.234 34.783-14.997 49.217 0c0 0 114.346 122.576 111.676 126.397z"/><path fill="#DCE2E2" d="M167.814 144.631c5.942-4.166 15.793-7.974 23.306-8.773l297.738-.011c6.984.81 13.209 0 17.315 8.783s2.92 13.753 2.92 13.753L314.09 282.712c-24.191 14.999-34.247 14.766-48.458 0L155.609 158.187s6.263-9.39 12.205-13.556"/><path fill="#FFB636" d="M114.107 203.102H18.109c-8.008 0-14.5-6.492-14.5-14.5s6.492-14.5 14.5-14.5h95.998c8.008 0 14.5 6.492 14.5 14.5s-6.492 14.5-14.5 14.5m-13.041 48.469c0-8.008-6.492-14.5-14.5-14.5H18.109c-8.008 0-14.5 6.492-14.5 14.5s6.492 14.5 14.5 14.5h68.457c8.009 0 14.5-6.492 14.5-14.5m-22.205 62.97c0-8.008-6.492-14.5-14.5-14.5H18.109c-8.008 0-14.5 6.492-14.5 14.5s6.492 14.5 14.5 14.5H64.36c8.009 0 14.501-6.492 14.501-14.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#B9C5C6" d="M305.125 237.641L81.562 368.318l67.566-197.296c6.586-19.231 26.932-34.817 45.45-34.817h290.569c18.518 0 28.189 15.586 21.604 34.817l-67.566 197.296z"/><path fill="#96A9B2" d="M439.388 369.591c-.088.102-.202.173-.295.272c-9.446 13.303-25.008 22.793-39.54 22.793H104.438c-1.107 0-2.043-.27-3.087-.377h-.429c-.107-.014-.176-.074-.282-.088c-6.812-.869-12.169-3.914-15.634-8.616c-.065-.088-.178-.129-.243-.217l.074-.047c-.809-1.133-1.681-2.223-2.269-3.524c-1.377-3.048-2.124-6.53-2.163-10.313c-.011-.03-.03-.052-.034-.085l.041-.027c-.023-3.769 198.015-126.246 198.015-126.246c24.57-15.234 34.783-14.997 49.217 0c0 0 114.346 122.576 111.676 126.397z"/><path fill="#DCE2E2" d="M167.814 144.631c5.942-4.166 15.793-7.974 23.306-8.773l297.738-.011c6.984.81 13.209 0 17.315 8.783s2.92 13.753 2.92 13.753L314.09 282.712c-24.191 14.999-34.247 14.766-48.458 0L155.609 158.187s6.263-9.39 12.205-13.556"/><path fill="#FFB636" d="M114.107 203.102H18.109c-8.008 0-14.5-6.492-14.5-14.5s6.492-14.5 14.5-14.5h95.998c8.008 0 14.5 6.492 14.5 14.5s-6.492 14.5-14.5 14.5m-13.041 48.469c0-8.008-6.492-14.5-14.5-14.5H18.109c-8.008 0-14.5 6.492-14.5 14.5s6.492 14.5 14.5 14.5h68.457c8.009 0 14.5-6.492 14.5-14.5m-22.205 62.97c0-8.008-6.492-14.5-14.5-14.5H18.109c-8.008 0-14.5 6.492-14.5 14.5s6.492 14.5 14.5 14.5H64.36c8.009 0 14.501-6.492 14.501-14.5"/></svg>
</template>

CSS

.icon-flyingenvelope {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22%23B9C5C6%22%20d%3D%22M305.125%20237.641L81.562%20368.318l67.566-197.296c6.586-19.231%2026.932-34.817%2045.45-34.817h290.569c18.518%200%2028.189%2015.586%2021.604%2034.817l-67.566%20197.296z%22%2F%3E%3Cpath%20fill%3D%22%2396A9B2%22%20d%3D%22M439.388%20369.591c-.088.102-.202.173-.295.272c-9.446%2013.303-25.008%2022.793-39.54%2022.793H104.438c-1.107%200-2.043-.27-3.087-.377h-.429c-.107-.014-.176-.074-.282-.088c-6.812-.869-12.169-3.914-15.634-8.616c-.065-.088-.178-.129-.243-.217l.074-.047c-.809-1.133-1.681-2.223-2.269-3.524c-1.377-3.048-2.124-6.53-2.163-10.313c-.011-.03-.03-.052-.034-.085l.041-.027c-.023-3.769%20198.015-126.246%20198.015-126.246c24.57-15.234%2034.783-14.997%2049.217%200c0%200%20114.346%20122.576%20111.676%20126.397z%22%2F%3E%3Cpath%20fill%3D%22%23DCE2E2%22%20d%3D%22M167.814%20144.631c5.942-4.166%2015.793-7.974%2023.306-8.773l297.738-.011c6.984.81%2013.209%200%2017.315%208.783s2.92%2013.753%202.92%2013.753L314.09%20282.712c-24.191%2014.999-34.247%2014.766-48.458%200L155.609%20158.187s6.263-9.39%2012.205-13.556%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M114.107%20203.102H18.109c-8.008%200-14.5-6.492-14.5-14.5s6.492-14.5%2014.5-14.5h95.998c8.008%200%2014.5%206.492%2014.5%2014.5s-6.492%2014.5-14.5%2014.5m-13.041%2048.469c0-8.008-6.492-14.5-14.5-14.5H18.109c-8.008%200-14.5%206.492-14.5%2014.5s6.492%2014.5%2014.5%2014.5h68.457c8.009%200%2014.5-6.492%2014.5-14.5m-22.205%2062.97c0-8.008-6.492-14.5-14.5-14.5H18.109c-8.008%200-14.5%206.492-14.5%2014.5s6.492%2014.5%2014.5%2014.5H64.36c8.009%200%2014.501-6.492%2014.501-14.5%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23B9C5C6%22%20d%3D%22M305.125%20237.641L81.562%20368.318l67.566-197.296c6.586-19.231%2026.932-34.817%2045.45-34.817h290.569c18.518%200%2028.189%2015.586%2021.604%2034.817l-67.566%20197.296z%22%2F%3E%3Cpath%20fill%3D%22%2396A9B2%22%20d%3D%22M439.388%20369.591c-.088.102-.202.173-.295.272c-9.446%2013.303-25.008%2022.793-39.54%2022.793H104.438c-1.107%200-2.043-.27-3.087-.377h-.429c-.107-.014-.176-.074-.282-.088c-6.812-.869-12.169-3.914-15.634-8.616c-.065-.088-.178-.129-.243-.217l.074-.047c-.809-1.133-1.681-2.223-2.269-3.524c-1.377-3.048-2.124-6.53-2.163-10.313c-.011-.03-.03-.052-.034-.085l.041-.027c-.023-3.769%20198.015-126.246%20198.015-126.246c24.57-15.234%2034.783-14.997%2049.217%200c0%200%20114.346%20122.576%20111.676%20126.397z%22%2F%3E%3Cpath%20fill%3D%22%23DCE2E2%22%20d%3D%22M167.814%20144.631c5.942-4.166%2015.793-7.974%2023.306-8.773l297.738-.011c6.984.81%2013.209%200%2017.315%208.783s2.92%2013.753%202.92%2013.753L314.09%20282.712c-24.191%2014.999-34.247%2014.766-48.458%200L155.609%20158.187s6.263-9.39%2012.205-13.556%22%2F%3E%3Cpath%20fill%3D%22%23FFB636%22%20d%3D%22M114.107%20203.102H18.109c-8.008%200-14.5-6.492-14.5-14.5s6.492-14.5%2014.5-14.5h95.998c8.008%200%2014.5%206.492%2014.5%2014.5s-6.492%2014.5-14.5%2014.5m-13.041%2048.469c0-8.008-6.492-14.5-14.5-14.5H18.109c-8.008%200-14.5%206.492-14.5%2014.5s6.492%2014.5%2014.5%2014.5h68.457c8.009%200%2014.5-6.492%2014.5-14.5m-22.205%2062.97c0-8.008-6.492-14.5-14.5-14.5H18.109c-8.008%200-14.5%206.492-14.5%2014.5s6.492%2014.5%2014.5%2014.5H64.36c8.009%200%2014.501-6.492%2014.501-14.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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