closed mailbox with raised flag emoji

closed-mailbox-with-raised-flag from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
closed-mailbox-with-raised-flag
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the closed mailbox with raised flag emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M27.815 13.764c-.684 0-1.358.073-2.01.22h-.01a9 9 0 0 0-1.99-.22z"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" stroke-width="1.8" d="M32.499 57.778V35.887h6.735v21.891a3.38 3.38 0 0 1-3.368 3.368a3.36 3.36 0 0 1-2.378-.99a3.36 3.36 0 0 1-.99-2.378z"/><path fill="#61b2e4" stroke="#61b2e4" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.8" d="M58.605 25.977v10.145c0 2.032-1.347 3.716-3.073 3.947a3 3 0 0 1-.421.032l-29.564-.032c1.136 0 2.052-1.042 2.052-2.315V25.977c0-5.957-4.21-12.209-3.526-12.209h23.818q1.026 0 1.989.221h.01c4.958 1.063 8.715 6.03 8.715 11.988z"/><path fill="#92d3f5" d="M34.52 25.972V37.75c0 1.274-.916 2.316-2.053 2.316H15.175c-1.137 0-2.042-1.042-2.042-2.316V25.036c.242-3.768 1.99-7.063 4.578-9.104c1.716-1.358 3.831-2.168 6.094-2.168q1.026 0 1.99.22h.01c4.957 1.064 8.714 6.031 8.714 11.988"/><path fill="#ea5a47" d="M41.087 31.354h.934c.643 0 1.169-.44 1.169-.979v-9.98h2.103c.643 0 1.168-.441 1.168-.98V11.98c0-.539-.525-.98-1.168-.98h-4.206c-.643 0-1.169.441-1.169.98v18.396c0 .538.526.979 1.169.979"/><path fill="#fff" d="M39.23 44.875V57.78c0 1.85-1.51 3.37-3.36 3.37c-.93 0-1.77-.38-2.38-.99s-.99-1.46-.99-2.38V44.844"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="M27.815 13.764c-.684 0-1.358.073-2.01.22h-.01a9 9 0 0 0-1.99-.22z"/><path stroke-linecap="round" stroke-linejoin="round" d="M35.87 13.77h-11.8m27.28.66c4.22 1.63 7.25 6.19 7.25 11.55v10.14c0 2.03-1.34 3.72-3.07 3.95c-.14.02-.27.03-.42.03l-29.56-.03c.07 0 .14 0 .21-.01"/><path d="M34.52 25.972V37.75c0 1.274-.916 2.316-2.053 2.316H15.175c-1.137 0-2.042-1.042-2.042-2.316V25.036c.242-3.768 1.99-7.063 4.578-9.104c1.716-1.358 3.831-2.168 6.094-2.168q1.026 0 1.99.22h.01c4.957 1.064 8.714 6.031 8.714 11.988z"/><path stroke-linecap="round" d="M21.553 17.405v3.115c0 .58.473 1.053 1.052 1.053h2.105c.58 0 1.053-.474 1.053-1.053v-3.178"/><path stroke-linejoin="round" d="M41.087 31.354h.934c.643 0 1.169-.44 1.169-.979v-9.98h2.103c.643 0 1.168-.441 1.168-.98V11.98c0-.539-.525-.98-1.168-.98h-4.206c-.643 0-1.169.441-1.169.98v18.396c0 .538.526.979 1.169.979z"/><path stroke-linecap="round" d="M39.23 44.875V57.78c0 1.85-1.51 3.37-3.36 3.37c-.93 0-1.77-.38-2.38-.99s-.99-1.46-.99-2.38V44.844"/></g></svg>

React

import type { SVGProps } from "react";

export function OpenmojiClosedMailboxWithRaisedFlag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M27.815 13.764c-.684 0-1.358.073-2.01.22h-.01a9 9 0 0 0-1.99-.22z"/><path fill="#fff" stroke="#fff" strokeMiterlimit="10" strokeWidth="1.8" d="M32.499 57.778V35.887h6.735v21.891a3.38 3.38 0 0 1-3.368 3.368a3.36 3.36 0 0 1-2.378-.99a3.36 3.36 0 0 1-.99-2.378z"/><path fill="#61b2e4" stroke="#61b2e4" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="1.8" d="M58.605 25.977v10.145c0 2.032-1.347 3.716-3.073 3.947a3 3 0 0 1-.421.032l-29.564-.032c1.136 0 2.052-1.042 2.052-2.315V25.977c0-5.957-4.21-12.209-3.526-12.209h23.818q1.026 0 1.989.221h.01c4.958 1.063 8.715 6.03 8.715 11.988z"/><path fill="#92d3f5" d="M34.52 25.972V37.75c0 1.274-.916 2.316-2.053 2.316H15.175c-1.137 0-2.042-1.042-2.042-2.316V25.036c.242-3.768 1.99-7.063 4.578-9.104c1.716-1.358 3.831-2.168 6.094-2.168q1.026 0 1.99.22h.01c4.957 1.064 8.714 6.031 8.714 11.988"/><path fill="#ea5a47" d="M41.087 31.354h.934c.643 0 1.169-.44 1.169-.979v-9.98h2.103c.643 0 1.168-.441 1.168-.98V11.98c0-.539-.525-.98-1.168-.98h-4.206c-.643 0-1.169.441-1.169.98v18.396c0 .538.526.979 1.169.979"/><path fill="#fff" d="M39.23 44.875V57.78c0 1.85-1.51 3.37-3.36 3.37c-.93 0-1.77-.38-2.38-.99s-.99-1.46-.99-2.38V44.844"/><g fill="none" stroke="#000" strokeMiterlimit="10" strokeWidth="2"><path d="M27.815 13.764c-.684 0-1.358.073-2.01.22h-.01a9 9 0 0 0-1.99-.22z"/><path strokeLinecap="round" strokeLinejoin="round" d="M35.87 13.77h-11.8m27.28.66c4.22 1.63 7.25 6.19 7.25 11.55v10.14c0 2.03-1.34 3.72-3.07 3.95c-.14.02-.27.03-.42.03l-29.56-.03c.07 0 .14 0 .21-.01"/><path d="M34.52 25.972V37.75c0 1.274-.916 2.316-2.053 2.316H15.175c-1.137 0-2.042-1.042-2.042-2.316V25.036c.242-3.768 1.99-7.063 4.578-9.104c1.716-1.358 3.831-2.168 6.094-2.168q1.026 0 1.99.22h.01c4.957 1.064 8.714 6.031 8.714 11.988z"/><path strokeLinecap="round" d="M21.553 17.405v3.115c0 .58.473 1.053 1.052 1.053h2.105c.58 0 1.053-.474 1.053-1.053v-3.178"/><path strokeLinejoin="round" d="M41.087 31.354h.934c.643 0 1.169-.44 1.169-.979v-9.98h2.103c.643 0 1.168-.441 1.168-.98V11.98c0-.539-.525-.98-1.168-.98h-4.206c-.643 0-1.169.441-1.169.98v18.396c0 .538.526.979 1.169.979z"/><path strokeLinecap="round" d="M39.23 44.875V57.78c0 1.85-1.51 3.37-3.36 3.37c-.93 0-1.77-.38-2.38-.99s-.99-1.46-.99-2.38V44.844"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M27.815 13.764c-.684 0-1.358.073-2.01.22h-.01a9 9 0 0 0-1.99-.22z"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" stroke-width="1.8" d="M32.499 57.778V35.887h6.735v21.891a3.38 3.38 0 0 1-3.368 3.368a3.36 3.36 0 0 1-2.378-.99a3.36 3.36 0 0 1-.99-2.378z"/><path fill="#61b2e4" stroke="#61b2e4" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="1.8" d="M58.605 25.977v10.145c0 2.032-1.347 3.716-3.073 3.947a3 3 0 0 1-.421.032l-29.564-.032c1.136 0 2.052-1.042 2.052-2.315V25.977c0-5.957-4.21-12.209-3.526-12.209h23.818q1.026 0 1.989.221h.01c4.958 1.063 8.715 6.03 8.715 11.988z"/><path fill="#92d3f5" d="M34.52 25.972V37.75c0 1.274-.916 2.316-2.053 2.316H15.175c-1.137 0-2.042-1.042-2.042-2.316V25.036c.242-3.768 1.99-7.063 4.578-9.104c1.716-1.358 3.831-2.168 6.094-2.168q1.026 0 1.99.22h.01c4.957 1.064 8.714 6.031 8.714 11.988"/><path fill="#ea5a47" d="M41.087 31.354h.934c.643 0 1.169-.44 1.169-.979v-9.98h2.103c.643 0 1.168-.441 1.168-.98V11.98c0-.539-.525-.98-1.168-.98h-4.206c-.643 0-1.169.441-1.169.98v18.396c0 .538.526.979 1.169.979"/><path fill="#fff" d="M39.23 44.875V57.78c0 1.85-1.51 3.37-3.36 3.37c-.93 0-1.77-.38-2.38-.99s-.99-1.46-.99-2.38V44.844"/><g fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="2"><path d="M27.815 13.764c-.684 0-1.358.073-2.01.22h-.01a9 9 0 0 0-1.99-.22z"/><path stroke-linecap="round" stroke-linejoin="round" d="M35.87 13.77h-11.8m27.28.66c4.22 1.63 7.25 6.19 7.25 11.55v10.14c0 2.03-1.34 3.72-3.07 3.95c-.14.02-.27.03-.42.03l-29.56-.03c.07 0 .14 0 .21-.01"/><path d="M34.52 25.972V37.75c0 1.274-.916 2.316-2.053 2.316H15.175c-1.137 0-2.042-1.042-2.042-2.316V25.036c.242-3.768 1.99-7.063 4.578-9.104c1.716-1.358 3.831-2.168 6.094-2.168q1.026 0 1.99.22h.01c4.957 1.064 8.714 6.031 8.714 11.988z"/><path stroke-linecap="round" d="M21.553 17.405v3.115c0 .58.473 1.053 1.052 1.053h2.105c.58 0 1.053-.474 1.053-1.053v-3.178"/><path stroke-linejoin="round" d="M41.087 31.354h.934c.643 0 1.169-.44 1.169-.979v-9.98h2.103c.643 0 1.168-.441 1.168-.98V11.98c0-.539-.525-.98-1.168-.98h-4.206c-.643 0-1.169.441-1.169.98v18.396c0 .538.526.979 1.169.979z"/><path stroke-linecap="round" d="M39.23 44.875V57.78c0 1.85-1.51 3.37-3.36 3.37c-.93 0-1.77-.38-2.38-.99s-.99-1.46-.99-2.38V44.844"/></g></svg>
</template>

CSS

.icon-closed-mailbox-with-raised-flag {
  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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.815%2013.764c-.684%200-1.358.073-2.01.22h-.01a9%209%200%200%200-1.99-.22z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.8%22%20d%3D%22M32.499%2057.778V35.887h6.735v21.891a3.38%203.38%200%200%201-3.368%203.368a3.36%203.36%200%200%201-2.378-.99a3.36%203.36%200%200%201-.99-2.378z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20stroke%3D%22%2361b2e4%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.8%22%20d%3D%22M58.605%2025.977v10.145c0%202.032-1.347%203.716-3.073%203.947a3%203%200%200%201-.421.032l-29.564-.032c1.136%200%202.052-1.042%202.052-2.315V25.977c0-5.957-4.21-12.209-3.526-12.209h23.818q1.026%200%201.989.221h.01c4.958%201.063%208.715%206.03%208.715%2011.988z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M34.52%2025.972V37.75c0%201.274-.916%202.316-2.053%202.316H15.175c-1.137%200-2.042-1.042-2.042-2.316V25.036c.242-3.768%201.99-7.063%204.578-9.104c1.716-1.358%203.831-2.168%206.094-2.168q1.026%200%201.99.22h.01c4.957%201.064%208.714%206.031%208.714%2011.988%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M41.087%2031.354h.934c.643%200%201.169-.44%201.169-.979v-9.98h2.103c.643%200%201.168-.441%201.168-.98V11.98c0-.539-.525-.98-1.168-.98h-4.206c-.643%200-1.169.441-1.169.98v18.396c0%20.538.526.979%201.169.979%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.23%2044.875V57.78c0%201.85-1.51%203.37-3.36%203.37c-.93%200-1.77-.38-2.38-.99s-.99-1.46-.99-2.38V44.844%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M27.815%2013.764c-.684%200-1.358.073-2.01.22h-.01a9%209%200%200%200-1.99-.22z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.87%2013.77h-11.8m27.28.66c4.22%201.63%207.25%206.19%207.25%2011.55v10.14c0%202.03-1.34%203.72-3.07%203.95c-.14.02-.27.03-.42.03l-29.56-.03c.07%200%20.14%200%20.21-.01%22%2F%3E%3Cpath%20d%3D%22M34.52%2025.972V37.75c0%201.274-.916%202.316-2.053%202.316H15.175c-1.137%200-2.042-1.042-2.042-2.316V25.036c.242-3.768%201.99-7.063%204.578-9.104c1.716-1.358%203.831-2.168%206.094-2.168q1.026%200%201.99.22h.01c4.957%201.064%208.714%206.031%208.714%2011.988z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.553%2017.405v3.115c0%20.58.473%201.053%201.052%201.053h2.105c.58%200%201.053-.474%201.053-1.053v-3.178%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M41.087%2031.354h.934c.643%200%201.169-.44%201.169-.979v-9.98h2.103c.643%200%201.168-.441%201.168-.98V11.98c0-.539-.525-.98-1.168-.98h-4.206c-.643%200-1.169.441-1.169.98v18.396c0%20.538.526.979%201.169.979z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M39.23%2044.875V57.78c0%201.85-1.51%203.37-3.36%203.37c-.93%200-1.77-.38-2.38-.99s-.99-1.46-.99-2.38V44.844%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%2072%2072%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.815%2013.764c-.684%200-1.358.073-2.01.22h-.01a9%209%200%200%200-1.99-.22z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.8%22%20d%3D%22M32.499%2057.778V35.887h6.735v21.891a3.38%203.38%200%200%201-3.368%203.368a3.36%203.36%200%200%201-2.378-.99a3.36%203.36%200%200%201-.99-2.378z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20stroke%3D%22%2361b2e4%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%221.8%22%20d%3D%22M58.605%2025.977v10.145c0%202.032-1.347%203.716-3.073%203.947a3%203%200%200%201-.421.032l-29.564-.032c1.136%200%202.052-1.042%202.052-2.315V25.977c0-5.957-4.21-12.209-3.526-12.209h23.818q1.026%200%201.989.221h.01c4.958%201.063%208.715%206.03%208.715%2011.988z%22%2F%3E%3Cpath%20fill%3D%22%2392d3f5%22%20d%3D%22M34.52%2025.972V37.75c0%201.274-.916%202.316-2.053%202.316H15.175c-1.137%200-2.042-1.042-2.042-2.316V25.036c.242-3.768%201.99-7.063%204.578-9.104c1.716-1.358%203.831-2.168%206.094-2.168q1.026%200%201.99.22h.01c4.957%201.064%208.714%206.031%208.714%2011.988%22%2F%3E%3Cpath%20fill%3D%22%23ea5a47%22%20d%3D%22M41.087%2031.354h.934c.643%200%201.169-.44%201.169-.979v-9.98h2.103c.643%200%201.168-.441%201.168-.98V11.98c0-.539-.525-.98-1.168-.98h-4.206c-.643%200-1.169.441-1.169.98v18.396c0%20.538.526.979%201.169.979%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.23%2044.875V57.78c0%201.85-1.51%203.37-3.36%203.37c-.93%200-1.77-.38-2.38-.99s-.99-1.46-.99-2.38V44.844%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M27.815%2013.764c-.684%200-1.358.073-2.01.22h-.01a9%209%200%200%200-1.99-.22z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35.87%2013.77h-11.8m27.28.66c4.22%201.63%207.25%206.19%207.25%2011.55v10.14c0%202.03-1.34%203.72-3.07%203.95c-.14.02-.27.03-.42.03l-29.56-.03c.07%200%20.14%200%20.21-.01%22%2F%3E%3Cpath%20d%3D%22M34.52%2025.972V37.75c0%201.274-.916%202.316-2.053%202.316H15.175c-1.137%200-2.042-1.042-2.042-2.316V25.036c.242-3.768%201.99-7.063%204.578-9.104c1.716-1.358%203.831-2.168%206.094-2.168q1.026%200%201.99.22h.01c4.957%201.064%208.714%206.031%208.714%2011.988z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M21.553%2017.405v3.115c0%20.58.473%201.053%201.052%201.053h2.105c.58%200%201.053-.474%201.053-1.053v-3.178%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M41.087%2031.354h.934c.643%200%201.169-.44%201.169-.979v-9.98h2.103c.643%200%201.168-.441%201.168-.98V11.98c0-.539-.525-.98-1.168-.98h-4.206c-.643%200-1.169.441-1.169.98v18.396c0%20.538.526.979%201.169.979z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M39.23%2044.875V57.78c0%201.85-1.51%203.37-3.36%203.37c-.93%200-1.77-.38-2.38-.99s-.99-1.46-.99-2.38V44.844%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/closed-mailbox-with-raised-flag.svg?color=%231a73e8&size=48