postage-stamp from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
postage-stamp
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Use the postage stamp icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 2v3.5c1.1 0 2 1.12 2 2.5s-.9 2.5-2 2.5v3c1.1 0 2 1.12 2 2.5s-.9 2.5-2 2.5V22h3.5c0-1.1 1.12-2 2.5-2s2.5.9 2.5 2h3c0-1.1 1.12-2 2.5-2s2.5.9 2.5 2H22v-3.5c-1.1 0-2-1.12-2-2.5s.9-2.5 2-2.5v-3c-1.1 0-2-1.12-2-2.5s.9-2.5 2-2.5V2h-3.5c0 1.1-1.12 2-2.5 2s-2.5-.9-2.5-2h-3c0 1.1-1.12 2-2.5 2s-2.5-.9-2.5-2zm4 4h12v12H6zm3 1a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m8 3l-3 3l-2-1l-5 5h10z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPostageStamp(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="M2 2v3.5c1.1 0 2 1.12 2 2.5s-.9 2.5-2 2.5v3c1.1 0 2 1.12 2 2.5s-.9 2.5-2 2.5V22h3.5c0-1.1 1.12-2 2.5-2s2.5.9 2.5 2h3c0-1.1 1.12-2 2.5-2s2.5.9 2.5 2H22v-3.5c-1.1 0-2-1.12-2-2.5s.9-2.5 2-2.5v-3c-1.1 0-2-1.12-2-2.5s.9-2.5 2-2.5V2h-3.5c0 1.1-1.12 2-2.5 2s-2.5-.9-2.5-2h-3c0 1.1-1.12 2-2.5 2s-2.5-.9-2.5-2zm4 4h12v12H6zm3 1a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m8 3l-3 3l-2-1l-5 5h10z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 2v3.5c1.1 0 2 1.12 2 2.5s-.9 2.5-2 2.5v3c1.1 0 2 1.12 2 2.5s-.9 2.5-2 2.5V22h3.5c0-1.1 1.12-2 2.5-2s2.5.9 2.5 2h3c0-1.1 1.12-2 2.5-2s2.5.9 2.5 2H22v-3.5c-1.1 0-2-1.12-2-2.5s.9-2.5 2-2.5v-3c-1.1 0-2-1.12-2-2.5s.9-2.5 2-2.5V2h-3.5c0 1.1-1.12 2-2.5 2s-2.5-.9-2.5-2h-3c0 1.1-1.12 2-2.5 2s-2.5-.9-2.5-2zm4 4h12v12H6zm3 1a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m8 3l-3 3l-2-1l-5 5h10z"/></svg>
</template>

CSS

.icon-postage-stamp {
  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%22M2%202v3.5c1.1%200%202%201.12%202%202.5s-.9%202.5-2%202.5v3c1.1%200%202%201.12%202%202.5s-.9%202.5-2%202.5V22h3.5c0-1.1%201.12-2%202.5-2s2.5.9%202.5%202h3c0-1.1%201.12-2%202.5-2s2.5.9%202.5%202H22v-3.5c-1.1%200-2-1.12-2-2.5s.9-2.5%202-2.5v-3c-1.1%200-2-1.12-2-2.5s.9-2.5%202-2.5V2h-3.5c0%201.1-1.12%202-2.5%202s-2.5-.9-2.5-2h-3c0%201.1-1.12%202-2.5%202s-2.5-.9-2.5-2zm4%204h12v12H6zm3%201a2%202%200%200%200-2%202a2%202%200%200%200%202%202a2%202%200%200%200%202-2a2%202%200%200%200-2-2m8%203l-3%203l-2-1l-5%205h10z%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%22M2%202v3.5c1.1%200%202%201.12%202%202.5s-.9%202.5-2%202.5v3c1.1%200%202%201.12%202%202.5s-.9%202.5-2%202.5V22h3.5c0-1.1%201.12-2%202.5-2s2.5.9%202.5%202h3c0-1.1%201.12-2%202.5-2s2.5.9%202.5%202H22v-3.5c-1.1%200-2-1.12-2-2.5s.9-2.5%202-2.5v-3c-1.1%200-2-1.12-2-2.5s.9-2.5%202-2.5V2h-3.5c0%201.1-1.12%202-2.5%202s-2.5-.9-2.5-2h-3c0%201.1-1.12%202-2.5%202s-2.5-.9-2.5-2zm4%204h12v12H6zm3%201a2%202%200%200%200-2%202a2%202%200%200%200%202%202a2%202%200%200%200%202-2a2%202%200%200%200-2-2m8%203l-3%203l-2-1l-5%205h10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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