incomingenvelope emoji
incomingenvelope from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- incomingenvelope
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the incomingenvelope emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#96A9B2" d="M465.624 390.73c2.375-4.033-140.634-133.403-140.634-133.403c-17.984-15.829-29.211-16.078-53.943 0c0 0-199.388 129.266-198.819 133.244l-.041.029c.01.035.034.058.05.09c.589 3.992 1.91 7.668 3.859 10.884c.832 1.373 1.944 2.523 2.995 3.719l-.075.049c.084.093.214.136.298.229c4.476 4.962 10.787 8.176 18.379 9.093c.119.015.203.078.322.093h.47c1.16.113 2.224.398 3.438.398h323.456c15.927 0 31.615-10.016 40.049-24.057c.087-.105.202-.18.284-.287z"/><path fill="#B9C5C6" d="M301.505 242.48L73.339 389.467l45.592-208.232c4.444-20.296 24.496-36.747 44.792-36.747h318.472c20.296 0 33.145 16.45 28.701 36.747l-45.592 208.232z"/><path fill="#EDECE6" d="m124.015 168.458l138.552 131.427c17.707 15.585 28.761 15.831 53.112 0l195.795-131.219c-1.748-5.254-5.179-9.405-9.416-12.715l2.693-1.801c-4.491-5.105-10.935-8.416-18.706-9.27l-326.329.011c-8.12.843-16.028 4.165-22.74 9.259l1.892 1.778c-5.621 3.266-10.813 7.345-14.853 12.53"/><path fill="#DCE2E2" d="M123.9 168.734c-2.339 3.971 138.467 131.347 138.467 131.347c17.707 15.585 28.761 15.831 53.112 0c0 0 196.315-127.274 195.755-131.19l.041-.029c-.01-.034-.033-.057-.049-.089c-.58-3.931-1.88-7.549-3.799-10.717c-.819-1.352-1.914-2.484-2.949-3.662l.074-.049c-.083-.091-.211-.134-.294-.226c-4.407-4.885-10.621-8.05-18.095-8.953c-.117-.014-.2-.077-.317-.091h-.463c-1.142-.111-2.19-.392-3.385-.392H163.525c-15.682 0-31.128 9.862-39.431 23.686c-.085.103-.199.177-.279.283z"/><path fill="#59CAFC" d="M94.447 208.62H14.44c-6.627 0-12-5.373-12-12s5.373-12 12-12h80.007c6.627 0 12 5.373 12 12s-5.372 12-12 12m-13.108 70.236c0-6.627-5.373-12-12-12H14.44c-6.627 0-12 5.373-12 12s5.373 12 12 12h54.899c6.628 0 12-5.373 12-12m-18.215 82.237c0-6.627-5.373-12-12-12H14.44c-6.627 0-12 5.373-12 12s5.373 12 12 12h36.684c6.627 0 12-5.373 12-12"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiIncomingenvelope(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#96A9B2" d="M465.624 390.73c2.375-4.033-140.634-133.403-140.634-133.403c-17.984-15.829-29.211-16.078-53.943 0c0 0-199.388 129.266-198.819 133.244l-.041.029c.01.035.034.058.05.09c.589 3.992 1.91 7.668 3.859 10.884c.832 1.373 1.944 2.523 2.995 3.719l-.075.049c.084.093.214.136.298.229c4.476 4.962 10.787 8.176 18.379 9.093c.119.015.203.078.322.093h.47c1.16.113 2.224.398 3.438.398h323.456c15.927 0 31.615-10.016 40.049-24.057c.087-.105.202-.18.284-.287z"/><path fill="#B9C5C6" d="M301.505 242.48L73.339 389.467l45.592-208.232c4.444-20.296 24.496-36.747 44.792-36.747h318.472c20.296 0 33.145 16.45 28.701 36.747l-45.592 208.232z"/><path fill="#EDECE6" d="m124.015 168.458l138.552 131.427c17.707 15.585 28.761 15.831 53.112 0l195.795-131.219c-1.748-5.254-5.179-9.405-9.416-12.715l2.693-1.801c-4.491-5.105-10.935-8.416-18.706-9.27l-326.329.011c-8.12.843-16.028 4.165-22.74 9.259l1.892 1.778c-5.621 3.266-10.813 7.345-14.853 12.53"/><path fill="#DCE2E2" d="M123.9 168.734c-2.339 3.971 138.467 131.347 138.467 131.347c17.707 15.585 28.761 15.831 53.112 0c0 0 196.315-127.274 195.755-131.19l.041-.029c-.01-.034-.033-.057-.049-.089c-.58-3.931-1.88-7.549-3.799-10.717c-.819-1.352-1.914-2.484-2.949-3.662l.074-.049c-.083-.091-.211-.134-.294-.226c-4.407-4.885-10.621-8.05-18.095-8.953c-.117-.014-.2-.077-.317-.091h-.463c-1.142-.111-2.19-.392-3.385-.392H163.525c-15.682 0-31.128 9.862-39.431 23.686c-.085.103-.199.177-.279.283z"/><path fill="#59CAFC" d="M94.447 208.62H14.44c-6.627 0-12-5.373-12-12s5.373-12 12-12h80.007c6.627 0 12 5.373 12 12s-5.372 12-12 12m-13.108 70.236c0-6.627-5.373-12-12-12H14.44c-6.627 0-12 5.373-12 12s5.373 12 12 12h54.899c6.628 0 12-5.373 12-12m-18.215 82.237c0-6.627-5.373-12-12-12H14.44c-6.627 0-12 5.373-12 12s5.373 12 12 12h36.684c6.627 0 12-5.373 12-12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#96A9B2" d="M465.624 390.73c2.375-4.033-140.634-133.403-140.634-133.403c-17.984-15.829-29.211-16.078-53.943 0c0 0-199.388 129.266-198.819 133.244l-.041.029c.01.035.034.058.05.09c.589 3.992 1.91 7.668 3.859 10.884c.832 1.373 1.944 2.523 2.995 3.719l-.075.049c.084.093.214.136.298.229c4.476 4.962 10.787 8.176 18.379 9.093c.119.015.203.078.322.093h.47c1.16.113 2.224.398 3.438.398h323.456c15.927 0 31.615-10.016 40.049-24.057c.087-.105.202-.18.284-.287z"/><path fill="#B9C5C6" d="M301.505 242.48L73.339 389.467l45.592-208.232c4.444-20.296 24.496-36.747 44.792-36.747h318.472c20.296 0 33.145 16.45 28.701 36.747l-45.592 208.232z"/><path fill="#EDECE6" d="m124.015 168.458l138.552 131.427c17.707 15.585 28.761 15.831 53.112 0l195.795-131.219c-1.748-5.254-5.179-9.405-9.416-12.715l2.693-1.801c-4.491-5.105-10.935-8.416-18.706-9.27l-326.329.011c-8.12.843-16.028 4.165-22.74 9.259l1.892 1.778c-5.621 3.266-10.813 7.345-14.853 12.53"/><path fill="#DCE2E2" d="M123.9 168.734c-2.339 3.971 138.467 131.347 138.467 131.347c17.707 15.585 28.761 15.831 53.112 0c0 0 196.315-127.274 195.755-131.19l.041-.029c-.01-.034-.033-.057-.049-.089c-.58-3.931-1.88-7.549-3.799-10.717c-.819-1.352-1.914-2.484-2.949-3.662l.074-.049c-.083-.091-.211-.134-.294-.226c-4.407-4.885-10.621-8.05-18.095-8.953c-.117-.014-.2-.077-.317-.091h-.463c-1.142-.111-2.19-.392-3.385-.392H163.525c-15.682 0-31.128 9.862-39.431 23.686c-.085.103-.199.177-.279.283z"/><path fill="#59CAFC" d="M94.447 208.62H14.44c-6.627 0-12-5.373-12-12s5.373-12 12-12h80.007c6.627 0 12 5.373 12 12s-5.372 12-12 12m-13.108 70.236c0-6.627-5.373-12-12-12H14.44c-6.627 0-12 5.373-12 12s5.373 12 12 12h54.899c6.628 0 12-5.373 12-12m-18.215 82.237c0-6.627-5.373-12-12-12H14.44c-6.627 0-12 5.373-12 12s5.373 12 12 12h36.684c6.627 0 12-5.373 12-12"/></svg> </template>
CSS
.icon-incomingenvelope {
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%2396A9B2%22%20d%3D%22M465.624%20390.73c2.375-4.033-140.634-133.403-140.634-133.403c-17.984-15.829-29.211-16.078-53.943%200c0%200-199.388%20129.266-198.819%20133.244l-.041.029c.01.035.034.058.05.09c.589%203.992%201.91%207.668%203.859%2010.884c.832%201.373%201.944%202.523%202.995%203.719l-.075.049c.084.093.214.136.298.229c4.476%204.962%2010.787%208.176%2018.379%209.093c.119.015.203.078.322.093h.47c1.16.113%202.224.398%203.438.398h323.456c15.927%200%2031.615-10.016%2040.049-24.057c.087-.105.202-.18.284-.287z%22%2F%3E%3Cpath%20fill%3D%22%23B9C5C6%22%20d%3D%22M301.505%20242.48L73.339%20389.467l45.592-208.232c4.444-20.296%2024.496-36.747%2044.792-36.747h318.472c20.296%200%2033.145%2016.45%2028.701%2036.747l-45.592%20208.232z%22%2F%3E%3Cpath%20fill%3D%22%23EDECE6%22%20d%3D%22m124.015%20168.458l138.552%20131.427c17.707%2015.585%2028.761%2015.831%2053.112%200l195.795-131.219c-1.748-5.254-5.179-9.405-9.416-12.715l2.693-1.801c-4.491-5.105-10.935-8.416-18.706-9.27l-326.329.011c-8.12.843-16.028%204.165-22.74%209.259l1.892%201.778c-5.621%203.266-10.813%207.345-14.853%2012.53%22%2F%3E%3Cpath%20fill%3D%22%23DCE2E2%22%20d%3D%22M123.9%20168.734c-2.339%203.971%20138.467%20131.347%20138.467%20131.347c17.707%2015.585%2028.761%2015.831%2053.112%200c0%200%20196.315-127.274%20195.755-131.19l.041-.029c-.01-.034-.033-.057-.049-.089c-.58-3.931-1.88-7.549-3.799-10.717c-.819-1.352-1.914-2.484-2.949-3.662l.074-.049c-.083-.091-.211-.134-.294-.226c-4.407-4.885-10.621-8.05-18.095-8.953c-.117-.014-.2-.077-.317-.091h-.463c-1.142-.111-2.19-.392-3.385-.392H163.525c-15.682%200-31.128%209.862-39.431%2023.686c-.085.103-.199.177-.279.283z%22%2F%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22M94.447%20208.62H14.44c-6.627%200-12-5.373-12-12s5.373-12%2012-12h80.007c6.627%200%2012%205.373%2012%2012s-5.372%2012-12%2012m-13.108%2070.236c0-6.627-5.373-12-12-12H14.44c-6.627%200-12%205.373-12%2012s5.373%2012%2012%2012h54.899c6.628%200%2012-5.373%2012-12m-18.215%2082.237c0-6.627-5.373-12-12-12H14.44c-6.627%200-12%205.373-12%2012s5.373%2012%2012%2012h36.684c6.627%200%2012-5.373%2012-12%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%2396A9B2%22%20d%3D%22M465.624%20390.73c2.375-4.033-140.634-133.403-140.634-133.403c-17.984-15.829-29.211-16.078-53.943%200c0%200-199.388%20129.266-198.819%20133.244l-.041.029c.01.035.034.058.05.09c.589%203.992%201.91%207.668%203.859%2010.884c.832%201.373%201.944%202.523%202.995%203.719l-.075.049c.084.093.214.136.298.229c4.476%204.962%2010.787%208.176%2018.379%209.093c.119.015.203.078.322.093h.47c1.16.113%202.224.398%203.438.398h323.456c15.927%200%2031.615-10.016%2040.049-24.057c.087-.105.202-.18.284-.287z%22%2F%3E%3Cpath%20fill%3D%22%23B9C5C6%22%20d%3D%22M301.505%20242.48L73.339%20389.467l45.592-208.232c4.444-20.296%2024.496-36.747%2044.792-36.747h318.472c20.296%200%2033.145%2016.45%2028.701%2036.747l-45.592%20208.232z%22%2F%3E%3Cpath%20fill%3D%22%23EDECE6%22%20d%3D%22m124.015%20168.458l138.552%20131.427c17.707%2015.585%2028.761%2015.831%2053.112%200l195.795-131.219c-1.748-5.254-5.179-9.405-9.416-12.715l2.693-1.801c-4.491-5.105-10.935-8.416-18.706-9.27l-326.329.011c-8.12.843-16.028%204.165-22.74%209.259l1.892%201.778c-5.621%203.266-10.813%207.345-14.853%2012.53%22%2F%3E%3Cpath%20fill%3D%22%23DCE2E2%22%20d%3D%22M123.9%20168.734c-2.339%203.971%20138.467%20131.347%20138.467%20131.347c17.707%2015.585%2028.761%2015.831%2053.112%200c0%200%20196.315-127.274%20195.755-131.19l.041-.029c-.01-.034-.033-.057-.049-.089c-.58-3.931-1.88-7.549-3.799-10.717c-.819-1.352-1.914-2.484-2.949-3.662l.074-.049c-.083-.091-.211-.134-.294-.226c-4.407-4.885-10.621-8.05-18.095-8.953c-.117-.014-.2-.077-.317-.091h-.463c-1.142-.111-2.19-.392-3.385-.392H163.525c-15.682%200-31.128%209.862-39.431%2023.686c-.085.103-.199.177-.279.283z%22%2F%3E%3Cpath%20fill%3D%22%2359CAFC%22%20d%3D%22M94.447%20208.62H14.44c-6.627%200-12-5.373-12-12s5.373-12%2012-12h80.007c6.627%200%2012%205.373%2012%2012s-5.372%2012-12%2012m-13.108%2070.236c0-6.627-5.373-12-12-12H14.44c-6.627%200-12%205.373-12%2012s5.373%2012%2012%2012h54.899c6.628%200%2012-5.373%2012-12m-18.215%2082.237c0-6.627-5.373-12-12-12H14.44c-6.627%200-12%205.373-12%2012s5.373%2012%2012%2012h36.684c6.627%200%2012-5.373%2012-12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/incomingenvelope.svg?color=%231a73e8&size=48