mailbox icon
mailbox from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- mailbox
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the mailbox icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.5 19V8.5a6.5 6.5 0 0 1 13 0V19m.369 3H5.13c-.611 0-.917 0-1.061-.208c-.145-.207-.048-.508.145-1.108C4.56 19.608 4.909 19 6.149 19h11.702c1.24 0 1.588.608 1.934 1.684c.193.6.29.9.145 1.108c-.144.208-.45.208-1.061.208M10.5 11h3m-9-3h15"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMailbox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M5.5 19V8.5a6.5 6.5 0 0 1 13 0V19m.369 3H5.13c-.611 0-.917 0-1.061-.208c-.145-.207-.048-.508.145-1.108C4.56 19.608 4.909 19 6.149 19h11.702c1.24 0 1.588.608 1.934 1.684c.193.6.29.9.145 1.108c-.144.208-.45.208-1.061.208M10.5 11h3m-9-3h15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.5 19V8.5a6.5 6.5 0 0 1 13 0V19m.369 3H5.13c-.611 0-.917 0-1.061-.208c-.145-.207-.048-.508.145-1.108C4.56 19.608 4.909 19 6.149 19h11.702c1.24 0 1.588.608 1.934 1.684c.193.6.29.9.145 1.108c-.144.208-.45.208-1.061.208M10.5 11h3m-9-3h15"/></svg> </template>
CSS
.icon-mailbox {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.5%2019V8.5a6.5%206.5%200%200%201%2013%200V19m.369%203H5.13c-.611%200-.917%200-1.061-.208c-.145-.207-.048-.508.145-1.108C4.56%2019.608%204.909%2019%206.149%2019h11.702c1.24%200%201.588.608%201.934%201.684c.193.6.29.9.145%201.108c-.144.208-.45.208-1.061.208M10.5%2011h3m-9-3h15%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M5.5%2019V8.5a6.5%206.5%200%200%201%2013%200V19m.369%203H5.13c-.611%200-.917%200-1.061-.208c-.145-.207-.048-.508.145-1.108C4.56%2019.608%204.909%2019%206.149%2019h11.702c1.24%200%201.588.608%201.934%201.684c.193.6.29.9.145%201.108c-.144.208-.45.208-1.061.208M10.5%2011h3m-9-3h15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/mailbox.svg?color=%231a73e8&size=48