Skip to main content

Delivering Logo Assets

Designing the logo is only half the job. The other half is delivering a complete, organized package of files that the client or team can use across every medium — from websites to printed signage. A professional delivery sets you apart and prevents countless follow-up requests.

Essential File Formats

Every logo package should include files in several formats, each serving a different purpose:

  • SVG (Scalable Vector Graphics): the most versatile format for digital use. SVGs scale infinitely, have tiny file sizes, and can be styled with CSS on the web. Include this for every logo variation.
  • PDF (Portable Document Format): ideal for print workflows. PDFs preserve vector data and can be opened by almost anyone. Printers and sign shops typically prefer PDF or EPS files.
  • PNG (Portable Network Graphics): a raster format with transparency support. Export PNGs at multiple sizes — 500px, 1000px, and 2000px wide are common. Include versions on transparent backgrounds.
  • JPG: useful for situations where transparency is not needed and file size must be minimal, such as email signatures. Export at high quality.
  • Favicon (ICO or 32x32 PNG): if the logo will be used on a website, include a simplified version optimized for very small sizes.

Color Variations

A single logo is never enough. Provide these standard color variations:

  • Full color — the primary version with all brand colors
  • Reversed (white) — for use on dark backgrounds
  • Black — a solid black version for single-color printing
  • Grayscale — for black-and-white print media

Organize your files in clearly named folders so the recipient can find the right version quickly. A common folder structure looks like this:

logo-package/
  full-color/
    logo-full-color.svg
    logo-full-color.png
    logo-full-color.pdf
  reversed/
    logo-reversed.svg
    logo-reversed.png
  black/
    logo-black.svg
    logo-black.png
  grayscale/
    logo-grayscale.svg
    logo-grayscale.png

Size Guidelines

Include guidance on minimum size — the smallest dimensions at which the logo remains legible and recognizable. Test your logo at various sizes and note the point where fine details start to break down. A common minimum for a web logo is around 40px in height.

For logos with a wordmark and an icon, you may also want to provide a compact version — the icon alone — for use at very small sizes like social media avatars or app icons.

Clear Space

Define a clear space zone around the logo where no other elements should intrude. A simple rule is to use the height of a key letter (like the "x-height") as the minimum padding on all sides. Clear space protects the logo's visibility and prevents it from looking crowded.

Brand Usage Rules

A short usage guide prevents misuse. At minimum, document:

  • Do not stretch or distort the logo
  • Do not change the colors outside of the approved variations
  • Do not add effects like shadows, outlines, or gradients
  • Do not rotate the logo
  • Do not place the full-color logo on a busy or low-contrast background

You can include these rules in a simple one-page PDF or as part of a larger brand style guide.

Checklist Before Delivery

Before sending the final package, run through this checklist:

  • All text has been converted to outlines (no font dependencies)
  • Strokes have been expanded to fills
  • Files are named clearly and consistently
  • PNGs include transparent backgrounds where appropriate
  • Color values (HEX, RGB, CMYK) are documented
  • The package includes at least SVG, PNG, and PDF formats
  • A brief usage guide is included

A thorough, well-organized delivery earns trust and makes the logo easy to implement correctly across every touchpoint.