Mailbox icon in outline, twotone, bold and bulk. Free in all four styles, for chat, inbox, email, comments, support. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconMailbox } from "@devigner-ui/icons";
<IconMailbox className="size-6" />
<script setup>
import { IconMailbox } from "@devigner-ui/icons-vue";
</script>
<template>
<IconMailbox class="size-6" />
</template>
<script>
import { IconMailbox } from "@devigner-ui/icons-svelte";
</script>
<IconMailbox class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M10.5 22v-2m4 2v-2" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M11 20v.75h.75V20zm3-.75a.75.75 0 0 0 0 1.5zm3.5-14a.75.75 0 0 0 0 1.5zM7 5.25a.75.75 0 0 0 0 1.5zm2 14a.75.75 0 0 0 0 1.5zm6 1.5a.75.75 0 1 0 0-1.5zm-4.75-9.5V20h1.5v-8.75zm.75 8H4.23v1.5H11zM2.75 17.4v-6.15h-1.5v6.15zm1.48 1.85c-.71 0-1.48-.72-1.48-1.85h-1.5c0 1.74 1.23 3.35 2.98 3.35zM6.5 6.75c1.97 0 3.75 1.9 3.75 4.5h1.5c0-3.2-2.25-6-5.25-6zm0-1.5c-3 0-5.25 2.8-5.25 6h1.5c0-2.6 1.78-4.5 3.75-4.5zm14.75 6v6.18h1.5v-6.18zm-1.46 8H14v1.5h5.8zm1.46-1.82c0 1.12-.76 1.82-1.46 1.82v1.5c1.74 0 2.96-1.6 2.96-3.32zm1.5-6.18c0-3.2-2.25-6-5.25-6v1.5c1.97 0 3.75 1.9 3.75 4.5zM7 6.75h11v-1.5H7zm2 14h6v-1.5H9z" fill="currentColor"></path><path d="M5 16h3" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path opacity="1" d="M16 9.88V5.41m0 0V2.64a.5.5 0 0 1 .4-.49l.49-.1a3 3 0 0 1 1.75.16l.08.03c.55.22 1.16.26 1.74.12.27-.07.54.14.54.43V5c0 .23-.16.44-.4.5l-.06.01c-.63.15-1.3.11-1.9-.12a3 3 0 0 0-1.75-.16z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>