mailbox 01 icon

mailbox-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
mailbox-01
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Use the mailbox 01 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M6.5 9h2m9-1V4a2 2 0 0 1 2-2"/><path d="M12.5 18v4m5-16.841C16.535 5 15.26 5 13.375 5h-2.75c-2.918 0-4.377 0-5.482.59A5 5 0 0 0 3.09 7.643c-.59 1.105-.59 2.564-.59 5.482c0 1.751 0 2.627.354 3.29a3 3 0 0 0 1.232 1.23C4.749 18 5.624 18 7.375 18h9.25c1.751 0 2.627 0 3.29-.354a3 3 0 0 0 1.23-1.232c.355-.663.355-1.538.355-3.289c0-2.918 0-4.377-.59-5.482a5 5 0 0 0-.621-.906"/><path d="M12.5 18v-7c0-.929 0-1.394-.061-1.782a5 5 0 0 0-4.156-4.156a4 4 0 0 0-.26-.032"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMailbox01(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M6.5 9h2m9-1V4a2 2 0 0 1 2-2"/><path d="M12.5 18v4m5-16.841C16.535 5 15.26 5 13.375 5h-2.75c-2.918 0-4.377 0-5.482.59A5 5 0 0 0 3.09 7.643c-.59 1.105-.59 2.564-.59 5.482c0 1.751 0 2.627.354 3.29a3 3 0 0 0 1.232 1.23C4.749 18 5.624 18 7.375 18h9.25c1.751 0 2.627 0 3.29-.354a3 3 0 0 0 1.23-1.232c.355-.663.355-1.538.355-3.289c0-2.918 0-4.377-.59-5.482a5 5 0 0 0-.621-.906"/><path d="M12.5 18v-7c0-.929 0-1.394-.061-1.782a5 5 0 0 0-4.156-4.156a4 4 0 0 0-.26-.032"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M6.5 9h2m9-1V4a2 2 0 0 1 2-2"/><path d="M12.5 18v4m5-16.841C16.535 5 15.26 5 13.375 5h-2.75c-2.918 0-4.377 0-5.482.59A5 5 0 0 0 3.09 7.643c-.59 1.105-.59 2.564-.59 5.482c0 1.751 0 2.627.354 3.29a3 3 0 0 0 1.232 1.23C4.749 18 5.624 18 7.375 18h9.25c1.751 0 2.627 0 3.29-.354a3 3 0 0 0 1.23-1.232c.355-.663.355-1.538.355-3.289c0-2.918 0-4.377-.59-5.482a5 5 0 0 0-.621-.906"/><path d="M12.5 18v-7c0-.929 0-1.394-.061-1.782a5 5 0 0 0-4.156-4.156a4 4 0 0 0-.26-.032"/></g></svg>
</template>

CSS

.icon-mailbox-01 {
  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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%209h2m9-1V4a2%202%200%200%201%202-2%22%2F%3E%3Cpath%20d%3D%22M12.5%2018v4m5-16.841C16.535%205%2015.26%205%2013.375%205h-2.75c-2.918%200-4.377%200-5.482.59A5%205%200%200%200%203.09%207.643c-.59%201.105-.59%202.564-.59%205.482c0%201.751%200%202.627.354%203.29a3%203%200%200%200%201.232%201.23C4.749%2018%205.624%2018%207.375%2018h9.25c1.751%200%202.627%200%203.29-.354a3%203%200%200%200%201.23-1.232c.355-.663.355-1.538.355-3.289c0-2.918%200-4.377-.59-5.482a5%205%200%200%200-.621-.906%22%2F%3E%3Cpath%20d%3D%22M12.5%2018v-7c0-.929%200-1.394-.061-1.782a5%205%200%200%200-4.156-4.156a4%204%200%200%200-.26-.032%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M6.5%209h2m9-1V4a2%202%200%200%201%202-2%22%2F%3E%3Cpath%20d%3D%22M12.5%2018v4m5-16.841C16.535%205%2015.26%205%2013.375%205h-2.75c-2.918%200-4.377%200-5.482.59A5%205%200%200%200%203.09%207.643c-.59%201.105-.59%202.564-.59%205.482c0%201.751%200%202.627.354%203.29a3%203%200%200%200%201.232%201.23C4.749%2018%205.624%2018%207.375%2018h9.25c1.751%200%202.627%200%203.29-.354a3%203%200%200%200%201.23-1.232c.355-.663.355-1.538.355-3.289c0-2.918%200-4.377-.59-5.482a5%205%200%200%200-.621-.906%22%2F%3E%3Cpath%20d%3D%22M12.5%2018v-7c0-.929%200-1.394-.061-1.782a5%205%200%200%200-4.156-4.156a4%204%200%200%200-.26-.032%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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