postman logo
postman from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- postman
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the postman logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.527.099C6.955-.744.942 3.9.099 10.473c-.843 6.572 3.8 12.584 10.373 13.428c6.573.843 12.587-3.801 13.428-10.374C24.744 6.955 20.101.943 13.527.099m2.471 7.485a.86.86 0 0 0-.593.25l-4.453 4.453l-.307-.307l-.643-.643c4.389-4.376 5.18-4.418 5.996-3.753m-4.863 4.861l4.44-4.44a.62.62 0 1 1 .847.903l-4.699 4.125zm.33.694l-1.1.238a.06.06 0 0 1-.067-.032a.06.06 0 0 1 .01-.073l.645-.645zm-2.803-.459l1.172-1.172l.879.878l-1.979.426a.074.074 0 0 1-.085-.039a.07.07 0 0 1 .013-.093m-3.646 6.058a.076.076 0 0 1-.069-.083a.1.1 0 0 1 .022-.046h.002l.946-.946l1.222 1.222zm2.425-1.256a.23.23 0 0 0-.117.256l.203.865a.125.125 0 0 1-.211.117h-.003l-.934-.934l-.294-.295l3.762-3.758l1.82-.393l.874.874c-1.255 1.102-2.971 2.201-5.1 3.268m5.279-3.428h-.002l-.839-.839l4.699-4.125a1 1 0 0 0 .119-.127c-.148 1.345-2.029 3.245-3.977 5.091m3.657-6.46l-.003-.002a1.822 1.822 0 0 1 2.459-2.684l-1.61 1.613a.12.12 0 0 0 0 .169l1.247 1.247a1.82 1.82 0 0 1-2.093-.343m2.578 0a1.7 1.7 0 0 1-.271.218h-.001l-1.207-1.207l1.533-1.533c.661.72.637 1.832-.054 2.522m-.1-1.544a.14.14 0 0 0-.053.157a.42.42 0 0 1-.053.45a.14.14 0 0 0 .023.197a.14.14 0 0 0 .084.03a.14.14 0 0 0 .106-.05a.69.69 0 0 0 .087-.751a.14.14 0 0 0-.194-.033"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsPostman(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="M13.527.099C6.955-.744.942 3.9.099 10.473c-.843 6.572 3.8 12.584 10.373 13.428c6.573.843 12.587-3.801 13.428-10.374C24.744 6.955 20.101.943 13.527.099m2.471 7.485a.86.86 0 0 0-.593.25l-4.453 4.453l-.307-.307l-.643-.643c4.389-4.376 5.18-4.418 5.996-3.753m-4.863 4.861l4.44-4.44a.62.62 0 1 1 .847.903l-4.699 4.125zm.33.694l-1.1.238a.06.06 0 0 1-.067-.032a.06.06 0 0 1 .01-.073l.645-.645zm-2.803-.459l1.172-1.172l.879.878l-1.979.426a.074.074 0 0 1-.085-.039a.07.07 0 0 1 .013-.093m-3.646 6.058a.076.076 0 0 1-.069-.083a.1.1 0 0 1 .022-.046h.002l.946-.946l1.222 1.222zm2.425-1.256a.23.23 0 0 0-.117.256l.203.865a.125.125 0 0 1-.211.117h-.003l-.934-.934l-.294-.295l3.762-3.758l1.82-.393l.874.874c-1.255 1.102-2.971 2.201-5.1 3.268m5.279-3.428h-.002l-.839-.839l4.699-4.125a1 1 0 0 0 .119-.127c-.148 1.345-2.029 3.245-3.977 5.091m3.657-6.46l-.003-.002a1.822 1.822 0 0 1 2.459-2.684l-1.61 1.613a.12.12 0 0 0 0 .169l1.247 1.247a1.82 1.82 0 0 1-2.093-.343m2.578 0a1.7 1.7 0 0 1-.271.218h-.001l-1.207-1.207l1.533-1.533c.661.72.637 1.832-.054 2.522m-.1-1.544a.14.14 0 0 0-.053.157a.42.42 0 0 1-.053.45a.14.14 0 0 0 .023.197a.14.14 0 0 0 .084.03a.14.14 0 0 0 .106-.05a.69.69 0 0 0 .087-.751a.14.14 0 0 0-.194-.033"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.527.099C6.955-.744.942 3.9.099 10.473c-.843 6.572 3.8 12.584 10.373 13.428c6.573.843 12.587-3.801 13.428-10.374C24.744 6.955 20.101.943 13.527.099m2.471 7.485a.86.86 0 0 0-.593.25l-4.453 4.453l-.307-.307l-.643-.643c4.389-4.376 5.18-4.418 5.996-3.753m-4.863 4.861l4.44-4.44a.62.62 0 1 1 .847.903l-4.699 4.125zm.33.694l-1.1.238a.06.06 0 0 1-.067-.032a.06.06 0 0 1 .01-.073l.645-.645zm-2.803-.459l1.172-1.172l.879.878l-1.979.426a.074.074 0 0 1-.085-.039a.07.07 0 0 1 .013-.093m-3.646 6.058a.076.076 0 0 1-.069-.083a.1.1 0 0 1 .022-.046h.002l.946-.946l1.222 1.222zm2.425-1.256a.23.23 0 0 0-.117.256l.203.865a.125.125 0 0 1-.211.117h-.003l-.934-.934l-.294-.295l3.762-3.758l1.82-.393l.874.874c-1.255 1.102-2.971 2.201-5.1 3.268m5.279-3.428h-.002l-.839-.839l4.699-4.125a1 1 0 0 0 .119-.127c-.148 1.345-2.029 3.245-3.977 5.091m3.657-6.46l-.003-.002a1.822 1.822 0 0 1 2.459-2.684l-1.61 1.613a.12.12 0 0 0 0 .169l1.247 1.247a1.82 1.82 0 0 1-2.093-.343m2.578 0a1.7 1.7 0 0 1-.271.218h-.001l-1.207-1.207l1.533-1.533c.661.72.637 1.832-.054 2.522m-.1-1.544a.14.14 0 0 0-.053.157a.42.42 0 0 1-.053.45a.14.14 0 0 0 .023.197a.14.14 0 0 0 .084.03a.14.14 0 0 0 .106-.05a.69.69 0 0 0 .087-.751a.14.14 0 0 0-.194-.033"/></svg> </template>
CSS
.icon-postman {
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%22M13.527.099C6.955-.744.942%203.9.099%2010.473c-.843%206.572%203.8%2012.584%2010.373%2013.428c6.573.843%2012.587-3.801%2013.428-10.374C24.744%206.955%2020.101.943%2013.527.099m2.471%207.485a.86.86%200%200%200-.593.25l-4.453%204.453l-.307-.307l-.643-.643c4.389-4.376%205.18-4.418%205.996-3.753m-4.863%204.861l4.44-4.44a.62.62%200%201%201%20.847.903l-4.699%204.125zm.33.694l-1.1.238a.06.06%200%200%201-.067-.032a.06.06%200%200%201%20.01-.073l.645-.645zm-2.803-.459l1.172-1.172l.879.878l-1.979.426a.074.074%200%200%201-.085-.039a.07.07%200%200%201%20.013-.093m-3.646%206.058a.076.076%200%200%201-.069-.083a.1.1%200%200%201%20.022-.046h.002l.946-.946l1.222%201.222zm2.425-1.256a.23.23%200%200%200-.117.256l.203.865a.125.125%200%200%201-.211.117h-.003l-.934-.934l-.294-.295l3.762-3.758l1.82-.393l.874.874c-1.255%201.102-2.971%202.201-5.1%203.268m5.279-3.428h-.002l-.839-.839l4.699-4.125a1%201%200%200%200%20.119-.127c-.148%201.345-2.029%203.245-3.977%205.091m3.657-6.46l-.003-.002a1.822%201.822%200%200%201%202.459-2.684l-1.61%201.613a.12.12%200%200%200%200%20.169l1.247%201.247a1.82%201.82%200%200%201-2.093-.343m2.578%200a1.7%201.7%200%200%201-.271.218h-.001l-1.207-1.207l1.533-1.533c.661.72.637%201.832-.054%202.522m-.1-1.544a.14.14%200%200%200-.053.157a.42.42%200%200%201-.053.45a.14.14%200%200%200%20.023.197a.14.14%200%200%200%20.084.03a.14.14%200%200%200%20.106-.05a.69.69%200%200%200%20.087-.751a.14.14%200%200%200-.194-.033%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%22M13.527.099C6.955-.744.942%203.9.099%2010.473c-.843%206.572%203.8%2012.584%2010.373%2013.428c6.573.843%2012.587-3.801%2013.428-10.374C24.744%206.955%2020.101.943%2013.527.099m2.471%207.485a.86.86%200%200%200-.593.25l-4.453%204.453l-.307-.307l-.643-.643c4.389-4.376%205.18-4.418%205.996-3.753m-4.863%204.861l4.44-4.44a.62.62%200%201%201%20.847.903l-4.699%204.125zm.33.694l-1.1.238a.06.06%200%200%201-.067-.032a.06.06%200%200%201%20.01-.073l.645-.645zm-2.803-.459l1.172-1.172l.879.878l-1.979.426a.074.074%200%200%201-.085-.039a.07.07%200%200%201%20.013-.093m-3.646%206.058a.076.076%200%200%201-.069-.083a.1.1%200%200%201%20.022-.046h.002l.946-.946l1.222%201.222zm2.425-1.256a.23.23%200%200%200-.117.256l.203.865a.125.125%200%200%201-.211.117h-.003l-.934-.934l-.294-.295l3.762-3.758l1.82-.393l.874.874c-1.255%201.102-2.971%202.201-5.1%203.268m5.279-3.428h-.002l-.839-.839l4.699-4.125a1%201%200%200%200%20.119-.127c-.148%201.345-2.029%203.245-3.977%205.091m3.657-6.46l-.003-.002a1.822%201.822%200%200%201%202.459-2.684l-1.61%201.613a.12.12%200%200%200%200%20.169l1.247%201.247a1.82%201.82%200%200%201-2.093-.343m2.578%200a1.7%201.7%200%200%201-.271.218h-.001l-1.207-1.207l1.533-1.533c.661.72.637%201.832-.054%202.522m-.1-1.544a.14.14%200%200%200-.053.157a.42.42%200%200%201-.053.45a.14.14%200%200%200%20.023.197a.14.14%200%200%200%20.084.03a.14.14%200%200%200%20.106-.05a.69.69%200%200%200%20.087-.751a.14.14%200%200%200-.194-.033%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/postman.svg?color=%231a73e8&size=48