SignForge

Email Signature with Logo

A company logo in your email signature reinforces brand identity on every email sent. Getting it right requires three things: the correct dimensions and format, a public HTTPS hosting URL (Gmail and Outlook don't accept base64), and the Outlook DPI fix to prevent the logo from scaling up on high-resolution Windows displays.

Add Your Logo to a Signature

Paste your logo URL, pick a template, copy to Gmail or Outlook. Free, no signup.

Create My Signature →

Works with Gmail, Outlook, Apple Mail & more

Logo Specifications

Horizontal wordmark120–200px wide, ≤50px tall

The standard range. At 160px, a wordmark sits proportionately next to 14px contact text. Going above 200px risks overflowing on mobile email views (320px viewport minus padding).

Square / icon mark40–60px square

Icon-only logos used alongside text. At 40px they're clearly recognisable. Below 32px they become unclear on standard displays.

Stacked logo80–120px wide, ≤80px tall

If your stacked logo runs tall, consider using the horizontal variant for email signatures. Tall logos push contact details far down.

File formatPNG with transparency

Lossless. Supports transparent backgrounds so the logo works on any email background colour. SVG is not supported in desktop Outlook. JPG adds visible artefacts on logo text and edges.

File sizeUnder 20KB

Compress with TinyPNG before uploading. A 160px logo PNG should be under 15KB. Large images slow down email loading and increase data usage on mobile.

Correct HTML for Logo in Email

The following pattern works across Outlook, Gmail, and Apple Mail:

<img src="https://yoursite.com/logo.png" width="160" height="42" alt="Company Name" style="width:160px;max-width:160px;height:42px;display:block;border:0;" />

width="160" — HTML attribute. Overrides Outlook DPI scaling. Required.

height="42" — Prevents layout shift while the image loads. Set to actual pixel height.

max-width:160px — Prevents overflow in narrow webmail views.

display:block — Removes the 4px phantom gap below inline images.

border:0 — Removes the blue border some email clients add around linked images.

Retina-Sharp Logos

Export your logo at 2× the display size. Set the width attribute to the display size. On standard displays the logo appears at the correct size. On retina displays it renders at double pixel density — sharp instead of blurry.

Example: display at 160px

  • → Export logo-320.png at 320px wide from your design tool
  • → Compress with TinyPNG (target under 20KB)
  • → Host at your HTTPS URL
  • → Set width="160" and style="width:160px"
  • → Result: crisp logo on retina Macs, iPhones, and HiDPI Windows displays

Hosting Your Logo

Your company website

e.g. https://yourcompany.com/assets/logo.png — the most reliable option. You control the URL and it won't change.

CDN (Cloudinary, Cloudflare Images)

Free tiers available. Provides fast global delivery, automatic image optimisation, and stable URLs.

Public GitHub / Vercel / Netlify

Any publicly accessible static deployment works. GitHub raw file URLs are reliable.

Google Drive / OneDrive / Dropbox

Direct file links either require authentication or use unstable URL patterns. Avoid — links break for external recipients.

Base64 inline

Gmail strips base64-encoded images from email signatures. This approach fails silently — the logo won't appear to Gmail recipients.

Related Guides

Add Your Logo to a Professional Signature

Paste your logo URL — SignForge applies the Outlook DPI fix automatically. Free, no signup.

Create My Signature →

Works with Gmail, Outlook, Apple Mail & more