Free mailbox svg

Here is a simple free mailbox SVG design:

<svg width="100" height="150">
  <rect x="10" y="10" width="80" height="130" fill="#F2F2F2" rx="10" />
  <rect x="20" y="20" width="60" height="110" fill="#FFFFFF" rx="10" />
  <path d="M 40 50 L 60 50 L 50 70 Z" fill="#000000" />
  <path d="M 40 90 L 60 90 L 50 110 Z" fill="#000000" />
  <text x="50" y="120" font-size="24" font-family="Arial" fill="#000000">Mailbox</text>
</svg>

You can copy and paste this code into your SVG editor or use it as a starting point to create your own design.

Here's a breakdown of the elements in this design:

You can customize this design by changing the colors, shapes, and sizes to fit your needs. You can also add more details, such as a mailbox flag or a postal symbol, to make it more realistic.