mailbox icon

mailbox-bold from Solar by 480 Design · Bold · Messages · CC-BY-4.0 Attribution required.

Name
mailbox-bold
Set
Solar
Style
Bold
Category
Messages
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More messages icons from Solar

Use the mailbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.5 20V22C9.5 22.4142 9.83579 22.75 10.25 22.75C10.6642 22.75 11 22.4142 11 22V20H9.5Z"/><path d="M15 20H13.5V22C13.5 22.4142 13.8358 22.75 14.25 22.75C14.6642 22.75 15 22.4142 15 22V20Z"/><path fill-rule="evenodd" d="M17.3846 6.58471L17.6407 6.53344C18.0564 6.45022 18.4863 6.48995 18.8814 6.64813C19.5717 6.92453 20.3266 6.97616 21.0458 6.79618L21.1073 6.7808C21.6309 6.64975 22 6.16299 22 5.60336V3.47284C22 2.73503 21.3358 2.19145 20.6454 2.36421C20.249 2.46342 19.8329 2.43496 19.4523 2.28261L19.3793 2.25335C18.7422 1.99828 18.0491 1.93421 17.3787 2.06841L16.93 2.15824C16.3901 2.26632 16 2.75722 16 3.32846V10.2807C16 10.678 16.31 11 16.6923 11C17.0747 11 17.3846 10.678 17.3846 10.2807V6.58471Z" clip-rule="evenodd"/><path d="M14.5 6V10.2807C14.5 11.4518 15.428 12.5 16.6923 12.5C17.9566 12.5 18.8846 11.4518 18.8846 10.2807V8.22795C19.6455 8.43335 20.4446 8.45735 21.22 8.29496C21.7122 9.13671 22 10.1541 22 11.25V17.4253C22 18.8473 21.0119 20 19.7931 20H12.5V11.25C12.5 9.22014 11.6679 7.27604 10.2826 6H14.5Z"/><path fill-rule="evenodd" d="M2 11.25C2 8.35051 4.01472 6 6.5 6C8.98528 6 11 8.35051 11 11.25V20H4.23256C2.99955 20 2 18.8339 2 17.3953V11.25ZM4.25 16C4.25 15.5858 4.58579 15.25 5 15.25H8C8.41421 15.25 8.75 15.5858 8.75 16C8.75 16.4142 8.41421 16.75 8 16.75H5C4.58579 16.75 4.25 16.4142 4.25 16Z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMailboxBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.5 20V22C9.5 22.4142 9.83579 22.75 10.25 22.75C10.6642 22.75 11 22.4142 11 22V20H9.5Z"/><path d="M15 20H13.5V22C13.5 22.4142 13.8358 22.75 14.25 22.75C14.6642 22.75 15 22.4142 15 22V20Z"/><path fillRule="evenodd" d="M17.3846 6.58471L17.6407 6.53344C18.0564 6.45022 18.4863 6.48995 18.8814 6.64813C19.5717 6.92453 20.3266 6.97616 21.0458 6.79618L21.1073 6.7808C21.6309 6.64975 22 6.16299 22 5.60336V3.47284C22 2.73503 21.3358 2.19145 20.6454 2.36421C20.249 2.46342 19.8329 2.43496 19.4523 2.28261L19.3793 2.25335C18.7422 1.99828 18.0491 1.93421 17.3787 2.06841L16.93 2.15824C16.3901 2.26632 16 2.75722 16 3.32846V10.2807C16 10.678 16.31 11 16.6923 11C17.0747 11 17.3846 10.678 17.3846 10.2807V6.58471Z" clipRule="evenodd"/><path d="M14.5 6V10.2807C14.5 11.4518 15.428 12.5 16.6923 12.5C17.9566 12.5 18.8846 11.4518 18.8846 10.2807V8.22795C19.6455 8.43335 20.4446 8.45735 21.22 8.29496C21.7122 9.13671 22 10.1541 22 11.25V17.4253C22 18.8473 21.0119 20 19.7931 20H12.5V11.25C12.5 9.22014 11.6679 7.27604 10.2826 6H14.5Z"/><path fillRule="evenodd" d="M2 11.25C2 8.35051 4.01472 6 6.5 6C8.98528 6 11 8.35051 11 11.25V20H4.23256C2.99955 20 2 18.8339 2 17.3953V11.25ZM4.25 16C4.25 15.5858 4.58579 15.25 5 15.25H8C8.41421 15.25 8.75 15.5858 8.75 16C8.75 16.4142 8.41421 16.75 8 16.75H5C4.58579 16.75 4.25 16.4142 4.25 16Z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M9.5 20V22C9.5 22.4142 9.83579 22.75 10.25 22.75C10.6642 22.75 11 22.4142 11 22V20H9.5Z"/><path d="M15 20H13.5V22C13.5 22.4142 13.8358 22.75 14.25 22.75C14.6642 22.75 15 22.4142 15 22V20Z"/><path fill-rule="evenodd" d="M17.3846 6.58471L17.6407 6.53344C18.0564 6.45022 18.4863 6.48995 18.8814 6.64813C19.5717 6.92453 20.3266 6.97616 21.0458 6.79618L21.1073 6.7808C21.6309 6.64975 22 6.16299 22 5.60336V3.47284C22 2.73503 21.3358 2.19145 20.6454 2.36421C20.249 2.46342 19.8329 2.43496 19.4523 2.28261L19.3793 2.25335C18.7422 1.99828 18.0491 1.93421 17.3787 2.06841L16.93 2.15824C16.3901 2.26632 16 2.75722 16 3.32846V10.2807C16 10.678 16.31 11 16.6923 11C17.0747 11 17.3846 10.678 17.3846 10.2807V6.58471Z" clip-rule="evenodd"/><path d="M14.5 6V10.2807C14.5 11.4518 15.428 12.5 16.6923 12.5C17.9566 12.5 18.8846 11.4518 18.8846 10.2807V8.22795C19.6455 8.43335 20.4446 8.45735 21.22 8.29496C21.7122 9.13671 22 10.1541 22 11.25V17.4253C22 18.8473 21.0119 20 19.7931 20H12.5V11.25C12.5 9.22014 11.6679 7.27604 10.2826 6H14.5Z"/><path fill-rule="evenodd" d="M2 11.25C2 8.35051 4.01472 6 6.5 6C8.98528 6 11 8.35051 11 11.25V20H4.23256C2.99955 20 2 18.8339 2 17.3953V11.25ZM4.25 16C4.25 15.5858 4.58579 15.25 5 15.25H8C8.41421 15.25 8.75 15.5858 8.75 16C8.75 16.4142 8.41421 16.75 8 16.75H5C4.58579 16.75 4.25 16.4142 4.25 16Z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-mailbox-bold {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M9.5%2020V22C9.5%2022.4142%209.83579%2022.75%2010.25%2022.75C10.6642%2022.75%2011%2022.4142%2011%2022V20H9.5Z%22%2F%3E%3Cpath%20d%3D%22M15%2020H13.5V22C13.5%2022.4142%2013.8358%2022.75%2014.25%2022.75C14.6642%2022.75%2015%2022.4142%2015%2022V20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.3846%206.58471L17.6407%206.53344C18.0564%206.45022%2018.4863%206.48995%2018.8814%206.64813C19.5717%206.92453%2020.3266%206.97616%2021.0458%206.79618L21.1073%206.7808C21.6309%206.64975%2022%206.16299%2022%205.60336V3.47284C22%202.73503%2021.3358%202.19145%2020.6454%202.36421C20.249%202.46342%2019.8329%202.43496%2019.4523%202.28261L19.3793%202.25335C18.7422%201.99828%2018.0491%201.93421%2017.3787%202.06841L16.93%202.15824C16.3901%202.26632%2016%202.75722%2016%203.32846V10.2807C16%2010.678%2016.31%2011%2016.6923%2011C17.0747%2011%2017.3846%2010.678%2017.3846%2010.2807V6.58471Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.5%206V10.2807C14.5%2011.4518%2015.428%2012.5%2016.6923%2012.5C17.9566%2012.5%2018.8846%2011.4518%2018.8846%2010.2807V8.22795C19.6455%208.43335%2020.4446%208.45735%2021.22%208.29496C21.7122%209.13671%2022%2010.1541%2022%2011.25V17.4253C22%2018.8473%2021.0119%2020%2019.7931%2020H12.5V11.25C12.5%209.22014%2011.6679%207.27604%2010.2826%206H14.5Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2011.25C2%208.35051%204.01472%206%206.5%206C8.98528%206%2011%208.35051%2011%2011.25V20H4.23256C2.99955%2020%202%2018.8339%202%2017.3953V11.25ZM4.25%2016C4.25%2015.5858%204.58579%2015.25%205%2015.25H8C8.41421%2015.25%208.75%2015.5858%208.75%2016C8.75%2016.4142%208.41421%2016.75%208%2016.75H5C4.58579%2016.75%204.25%2016.4142%204.25%2016Z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M9.5%2020V22C9.5%2022.4142%209.83579%2022.75%2010.25%2022.75C10.6642%2022.75%2011%2022.4142%2011%2022V20H9.5Z%22%2F%3E%3Cpath%20d%3D%22M15%2020H13.5V22C13.5%2022.4142%2013.8358%2022.75%2014.25%2022.75C14.6642%2022.75%2015%2022.4142%2015%2022V20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.3846%206.58471L17.6407%206.53344C18.0564%206.45022%2018.4863%206.48995%2018.8814%206.64813C19.5717%206.92453%2020.3266%206.97616%2021.0458%206.79618L21.1073%206.7808C21.6309%206.64975%2022%206.16299%2022%205.60336V3.47284C22%202.73503%2021.3358%202.19145%2020.6454%202.36421C20.249%202.46342%2019.8329%202.43496%2019.4523%202.28261L19.3793%202.25335C18.7422%201.99828%2018.0491%201.93421%2017.3787%202.06841L16.93%202.15824C16.3901%202.26632%2016%202.75722%2016%203.32846V10.2807C16%2010.678%2016.31%2011%2016.6923%2011C17.0747%2011%2017.3846%2010.678%2017.3846%2010.2807V6.58471Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M14.5%206V10.2807C14.5%2011.4518%2015.428%2012.5%2016.6923%2012.5C17.9566%2012.5%2018.8846%2011.4518%2018.8846%2010.2807V8.22795C19.6455%208.43335%2020.4446%208.45735%2021.22%208.29496C21.7122%209.13671%2022%2010.1541%2022%2011.25V17.4253C22%2018.8473%2021.0119%2020%2019.7931%2020H12.5V11.25C12.5%209.22014%2011.6679%207.27604%2010.2826%206H14.5Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2%2011.25C2%208.35051%204.01472%206%206.5%206C8.98528%206%2011%208.35051%2011%2011.25V20H4.23256C2.99955%2020%202%2018.8339%202%2017.3953V11.25ZM4.25%2016C4.25%2015.5858%204.58579%2015.25%205%2015.25H8C8.41421%2015.25%208.75%2015.5858%208.75%2016C8.75%2016.4142%208.41421%2016.75%208%2016.75H5C4.58579%2016.75%204.25%2016.4142%204.25%2016Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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