mailbox logo
mailbox from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- mailbox
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the mailbox logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.196 20.014l-7.711-5.836c-.48-.31-.733-.268-1.121.155l-.26.303c-.226.275-.353.451-.262.775c.007.043 2.397 7.352 2.397 7.352c.225.782.782 1.212 1.642 1.226h3.545c.543 0 .825-.112 1.142-.479l.966-1.283c.67-.951.592-1.459-.338-2.22m-10.22-5.8L9.81 6.494c.31-.48.268-.733-.155-1.12l-.303-.261c-.275-.226-.45-.353-.775-.261c-.042.007-7.352 2.396-7.352 2.396C.444 7.475.014 8.032 0 8.892v3.545c0 .543.113.825.48 1.142l1.282.965c.952.67 1.46.593 2.22-.338m16.043-4.412l-5.836 7.71c-.31.48-.268.734.155 1.122l.303.26c.275.226.45.353.775.261c.042-.007 7.352-2.396 7.352-2.396c.782-.226 1.212-.783 1.226-1.643v-3.545c0-.543-.113-.825-.48-1.142l-1.282-.965c-.952-.67-1.46-.593-2.22.338M9.79 3.986l7.711 5.836c.48.31.733.268 1.121-.155l.26-.303c.226-.275.353-.451.262-.775c-.007-.043-2.397-7.352-2.397-7.352c-.225-.782-.782-1.212-1.642-1.226h-3.546c-.542 0-.824.112-1.141.479l-.966 1.283c-.67.951-.592 1.459.338 2.22"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMailbox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.196 20.014l-7.711-5.836c-.48-.31-.733-.268-1.121.155l-.26.303c-.226.275-.353.451-.262.775c.007.043 2.397 7.352 2.397 7.352c.225.782.782 1.212 1.642 1.226h3.545c.543 0 .825-.112 1.142-.479l.966-1.283c.67-.951.592-1.459-.338-2.22m-10.22-5.8L9.81 6.494c.31-.48.268-.733-.155-1.12l-.303-.261c-.275-.226-.45-.353-.775-.261c-.042.007-7.352 2.396-7.352 2.396C.444 7.475.014 8.032 0 8.892v3.545c0 .543.113.825.48 1.142l1.282.965c.952.67 1.46.593 2.22-.338m16.043-4.412l-5.836 7.71c-.31.48-.268.734.155 1.122l.303.26c.275.226.45.353.775.261c.042-.007 7.352-2.396 7.352-2.396c.782-.226 1.212-.783 1.226-1.643v-3.545c0-.543-.113-.825-.48-1.142l-1.282-.965c-.952-.67-1.46-.593-2.22.338M9.79 3.986l7.711 5.836c.48.31.733.268 1.121-.155l.26-.303c.226-.275.353-.451.262-.775c-.007-.043-2.397-7.352-2.397-7.352c-.225-.782-.782-1.212-1.642-1.226h-3.546c-.542 0-.824.112-1.141.479l-.966 1.283c-.67.951-.592 1.459.338 2.22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.196 20.014l-7.711-5.836c-.48-.31-.733-.268-1.121.155l-.26.303c-.226.275-.353.451-.262.775c.007.043 2.397 7.352 2.397 7.352c.225.782.782 1.212 1.642 1.226h3.545c.543 0 .825-.112 1.142-.479l.966-1.283c.67-.951.592-1.459-.338-2.22m-10.22-5.8L9.81 6.494c.31-.48.268-.733-.155-1.12l-.303-.261c-.275-.226-.45-.353-.775-.261c-.042.007-7.352 2.396-7.352 2.396C.444 7.475.014 8.032 0 8.892v3.545c0 .543.113.825.48 1.142l1.282.965c.952.67 1.46.593 2.22-.338m16.043-4.412l-5.836 7.71c-.31.48-.268.734.155 1.122l.303.26c.275.226.45.353.775.261c.042-.007 7.352-2.396 7.352-2.396c.782-.226 1.212-.783 1.226-1.643v-3.545c0-.543-.113-.825-.48-1.142l-1.282-.965c-.952-.67-1.46-.593-2.22.338M9.79 3.986l7.711 5.836c.48.31.733.268 1.121-.155l.26-.303c.226-.275.353-.451.262-.775c-.007-.043-2.397-7.352-2.397-7.352c-.225-.782-.782-1.212-1.642-1.226h-3.546c-.542 0-.824.112-1.141.479l-.966 1.283c-.67.951-.592 1.459.338 2.22"/></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%22currentColor%22%20d%3D%22m14.196%2020.014l-7.711-5.836c-.48-.31-.733-.268-1.121.155l-.26.303c-.226.275-.353.451-.262.775c.007.043%202.397%207.352%202.397%207.352c.225.782.782%201.212%201.642%201.226h3.545c.543%200%20.825-.112%201.142-.479l.966-1.283c.67-.951.592-1.459-.338-2.22m-10.22-5.8L9.81%206.494c.31-.48.268-.733-.155-1.12l-.303-.261c-.275-.226-.45-.353-.775-.261c-.042.007-7.352%202.396-7.352%202.396C.444%207.475.014%208.032%200%208.892v3.545c0%20.543.113.825.48%201.142l1.282.965c.952.67%201.46.593%202.22-.338m16.043-4.412l-5.836%207.71c-.31.48-.268.734.155%201.122l.303.26c.275.226.45.353.775.261c.042-.007%207.352-2.396%207.352-2.396c.782-.226%201.212-.783%201.226-1.643v-3.545c0-.543-.113-.825-.48-1.142l-1.282-.965c-.952-.67-1.46-.593-2.22.338M9.79%203.986l7.711%205.836c.48.31.733.268%201.121-.155l.26-.303c.226-.275.353-.451.262-.775c-.007-.043-2.397-7.352-2.397-7.352c-.225-.782-.782-1.212-1.642-1.226h-3.546c-.542%200-.824.112-1.141.479l-.966%201.283c-.67.951-.592%201.459.338%202.22%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%22currentColor%22%20d%3D%22m14.196%2020.014l-7.711-5.836c-.48-.31-.733-.268-1.121.155l-.26.303c-.226.275-.353.451-.262.775c.007.043%202.397%207.352%202.397%207.352c.225.782.782%201.212%201.642%201.226h3.545c.543%200%20.825-.112%201.142-.479l.966-1.283c.67-.951.592-1.459-.338-2.22m-10.22-5.8L9.81%206.494c.31-.48.268-.733-.155-1.12l-.303-.261c-.275-.226-.45-.353-.775-.261c-.042.007-7.352%202.396-7.352%202.396C.444%207.475.014%208.032%200%208.892v3.545c0%20.543.113.825.48%201.142l1.282.965c.952.67%201.46.593%202.22-.338m16.043-4.412l-5.836%207.71c-.31.48-.268.734.155%201.122l.303.26c.275.226.45.353.775.261c.042-.007%207.352-2.396%207.352-2.396c.782-.226%201.212-.783%201.226-1.643v-3.545c0-.543-.113-.825-.48-1.142l-1.282-.965c-.952-.67-1.46-.593-2.22.338M9.79%203.986l7.711%205.836c.48.31.733.268%201.121-.155l.26-.303c.226-.275.353-.451.262-.775c-.007-.043-2.397-7.352-2.397-7.352c-.225-.782-.782-1.212-1.642-1.226h-3.546c-.542%200-.824.112-1.141.479l-.966%201.283c-.67.951-.592%201.459.338%202.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/mailbox.svg?color=%231a73e8&size=48