By Claire Yoon10 min read

What File Format Should a Logo Be? A Use-by-Use Guide (and What to Do If All You Have Is a PNG)

Which logo file format for web, print, embroidery, or a vendor request, in one decision table, plus how to recover a vector master when all you have is a PNG.

On this page

There's no single correct logo file format. The right one depends on where the logo is going: a website wants SVG, a printer wants EPS or PDF, a social profile wants PNG. What matters is keeping one editable vector master and exporting the others from it as you need them. The trouble most people actually have isn't picking from that list. It's that they were handed a folder of files they don't understand, or worse, they only have a PNG and a vendor is now asking for "the vector."

This guide does two things the usual format roundups skip. It gives you a straight use-by-use answer, and it covers what to do when the master file you're supposed to keep doesn't exist.

Short on time? Match the format to the job
  • Website, app, email signature: SVG if your platform allows it, PNG if it doesn't.
  • Print, signage, merch, a printer asked for "vector": EPS or print-ready PDF.
  • Social media avatars and posts: high-resolution PNG with a transparent background.
  • Editing or making variations: the source file (AI, or a layered SVG/EPS).
  • All you have is a PNG and someone needs a vector? That's a recovery job, covered below.

First, the only distinction that matters: vector vs raster

Every logo format is one of two kinds, and once that clicks the rest is easy.

Vector files store your logo as math, points and curves, so they scale to any size without ever blurring. They're your masters and your print files. SVG, EPS, AI, and properly-saved PDF are vector.

Raster files store it as a grid of pixels, sharp at their saved size and blocky if you push past it. They're your ready-to-use digital files. PNG, JPG, and WebP are raster.

Vector vs raster
A logo shown as a crisp scalable vector on the left and as a pixelated raster that breaks up when enlarged on the right
The same logo: a vector stays crisp at any size, a raster breaks up when you scale it past its resolution.

That one split explains the everyday logo headaches. A logo that looks pixelated is a raster stretched too far. A white box behind a logo is a JPG, which can't hold transparency. A printer bouncing your file usually means they need vector and you sent raster. There's a fuller treatment in PNG vs SVG if you want the format fundamentals.

The formats, briefly

You only really meet six.

FormatKindBest forDon't use for
SVGVectorWebsites, apps, faviconsSome print vendors won't take it
EPSVectorPrint, signage, merch, embroidery prepAnything web (won't open in a browser)
AIVectorThe editable source/masterSharing or uploading (needs Illustrator)
PDFVector or rasterSending to printers, portable sharingWeb use; check it's actually vector
PNGRasterWeb, social, email, transparent placementPrint, large sizes, scaling up
JPGRasterQuick previews, email where background doesn't matterLogos generally (no transparency, lossy)

Two honest notes the spec sheets gloss over. A PDF can be either vector or raster depending on how it was saved, so "I have a PDF" doesn't guarantee you have a usable master. And AI and EPS are the two you keep even if you can't open them yourself, because everything else exports from them.

Which format for which job

Here's the part the format roundups bury under definitions. Start from what you're doing, not from the file.

You need it forUseNotes
Your website logoSVGTiny, razor-sharp on any screen. If your CMS rejects it, use a high-res PNG
A faviconSVG or PNG setModern browsers take SVG; older ones want PNG sizes
Email signaturePNGTransparent background, fixed display size
Social profile and postsPNGHigh-res, transparent; platforms compress, so upload large
Business cards, flyers, printEPS or print-ready PDFVector, CMYK; this is what your printer means by "vector"
Signs, banners, vehicle wrapsEPS or PDFScales to any size with no quality loss
T-shirts and merch (screen print)EPS or AIOne vector layer per ink color
EmbroideryEPS or AI, then digitizedA technician converts it to a stitch file; very small text and fine lines don't stitch well
Laser cutting or vinylSVG or another vectorClosed vector paths the machine can follow
Editing the logo or making variantsAI, or a layered SVG/EPSAlways edit the master, never a flattened raster

If a vendor just says "send vector," EPS is the safe answer. If they say "send the logo for the website," it's SVG, or PNG when SVG won't upload.

What to do when all you have is a PNG

This is the situation no format guide wants to talk about, and it's the most common one. You don't have the AI or EPS master. Maybe the logo was made years ago, maybe in Canva, maybe by a freelancer you can't reach, maybe it just came to you as a PNG someone pulled off the old website. Now a printer or a merch supplier wants vector, and "keep your master file safe" is useless advice when you never had it.

You have two ways out: recreate the vector, or recover it.

Recreate means a designer redraws the logo as vector from scratch, or you do it yourself. You'll see this stated as the only option. The widely-repeated version goes further and claims you simply can't convert a raster logo to vector automatically, that any tool promising "PNG to SVG" is faking it. That's half right, and the half it gets wrong matters.

The warning is real for bad converters. Some so-called converters just wrap your PNG inside an SVG file. The result has an .svg extension but it's still pixels in a costume, and it blurs the moment you scale it. That's the "fake vector" worth avoiding: open it, zoom in, and if the edges go blocky you have an embed, not a real vector.

But a real AI vectorizer doesn't wrap, it traces. It rebuilds the logo as actual editable vector paths, the same kind a designer would draw, which scale cleanly and open in Illustrator, Figma, or Inkscape. For a logo, which is usually flat shapes and clean edges, that recovery works well and takes seconds instead of an afternoon of redrawing. Whether you should recreate or recover comes down to how clean your raster is and how complex the mark is, which is exactly what the how to vectorize a logo guide walks through.

What this looks like with PerfectVector

If your starting point is a raster logo and a vendor needs vector, PerfectVector is built for that recovery. It rebuilds the logo as clean, low-node vector paths you can export as SVG for the web or hand to a printer, and because the paths are real, you get an editable master back rather than a pixel image in an SVG wrapper.

Before
A logo that exists only as a low-resolution PNG, zoomed to show soft pixelated edges
All you have: a raster PNG with soft, pixelated edges.
After
The same logo recovered as a clean editable vector by PerfectVector, with smooth low-node paths shown
Recovered as clean, editable vector paths you can export to any format.

You can turn your PNG logo into a real vector and check the paths yourself, or use the general image to vector converter for non-logo art. Convert your first images free, no credit card required. Once you have the clean vector back, you're in the easy position the format guides assume you started in: one master, every other format a quick export away.

A few honest limits

  • A vectorizer is only as good as the raster you feed it. A crisp, high-contrast logo recovers cleanly. A tiny, blurry, or heavily compressed JPG may need a designer's hand instead.
  • Photographic or gradient-heavy logos don't vectorize well. If the mark is really a photo or a complex gradient illustration, keep it raster and use high-resolution PNGs.
  • Recovered isn't always pixel-identical. Vectorizing rebuilds the shapes faithfully, but for a trademark where every curve must match exactly, have a designer verify the result against the original.
  • One format genuinely can't do everything. Resist the urge to use a single PNG for print and a single EPS for web. Keep the master, export per use.

FAQ

What file format is best for a logo? There isn't one best format; it depends on use. Keep an editable vector master (AI, or a layered SVG/EPS) and export from it: SVG for websites, EPS or print-ready PDF for printing, and high-resolution PNG for social media and email. If a vendor just asks for "vector," send EPS.

Should a logo be PNG or SVG? For a website, SVG when your platform supports it, because it stays sharp at any size and loads fast. Use PNG when SVG isn't accepted, or for social media and email signatures, where its transparent background and fixed size are exactly what you want. SVG is vector; PNG is raster.

Is PNG or JPG better for a logo? PNG, in almost every case. PNG supports a transparent background, so your logo sits cleanly on any color, and its compression keeps edges sharp. JPG can't do transparency, which causes the white-box-behind-the-logo problem, and its lossy compression softens edges. Use JPG only for quick previews where the background doesn't matter.

Can I convert a PNG logo to a vector (SVG or EPS)? Yes, with a real vectorizer. Avoid converters that just embed the PNG inside an SVG file, since that doesn't actually scale. A genuine AI vectorizer traces the logo into true editable paths that you can export to SVG, EPS, or PDF. It works best on clean, flat logo art; very low-resolution or photographic logos may need a designer to redraw.

What logo files should I ask my designer for? Ask for the editable vector master (AI, or a layered SVG/EPS) plus ready-to-use exports: an SVG and transparent PNG for web, an EPS or print-ready PDF for printing. With the master in hand you can produce any other format yourself, so the master is the one file you never want to lose.


The format question is really a two-parter. If you have a vector master, match the file to the job using the table above and move on. If you don't, recover the vector first, then you're back to a simple export. Either way, the logo you keep is the editable one.

More from the blog

Ready to create
perfect vectors?