Vector converter

A vector file is instructions rather than pixels — draw this line, fill this shape — which is why a logo stays perfectly sharp whether it is a favicon or a billboard. Converting one to an image means choosing a size, and that choice is the whole of the job.

Up to 100 files at once. Mixed formats are fine.

Every vector format we handle

4 formats in this category, 20 working conversions — 20 of them without your file leaving the device.

  • SVGSVG

    Vector graphics as XML. Sharp at any size, and one of the few image formats you can edit in a text editor.

Rasterising is a one-way door

Turning a vector into a PNG or a JPG fixes it at one resolution for ever. Blown up beyond that it goes soft, and there is no converting it back — the instructions are gone and only their output remains. Keep the original wherever you can, and rasterise copies as you need them.

When you do, pick the size for where it is actually going, and remember that screens at double density need twice the pixels you might expect. An icon shown at 64 pixels should usually be rendered at 128.

Which target to choose

PNG for anything with flat colour and sharp edges, which is most vector art — it is lossless and it supports transparency, so a logo keeps its clear background. JPG for the rare vector illustration that is photographic in character, and never for a logo: it has no transparency and it puts visible fringing around clean lines.

PDF is the target when the drawing needs to stay vector — printing, or handing artwork to somebody who will place it in a layout. It stays sharp at every size because it is still instructions rather than pixels.

Text is the first thing to check

A vector file containing live text references its fonts by name. Converted or opened on a machine without the typeface, something else is substituted, letter widths change, and a carefully positioned wordmark shifts or overflows the shapes around it.

Converting text to outlines turns every letter into a shape and guarantees the appearance anywhere. It also makes the text permanently uneditable and unsearchable. For a logo being delivered that is the right trade; for a diagram or a chart that will be maintained it is a problem handed forward, and keeping both versions costs one file.

CMYK to RGB, and the colours that shift

Vector files built for print are frequently CMYK and may carry named spot inks. Any screen format is RGB, and the two models cannot represent exactly the same range, so some colours change on conversion.

The shift concentrates on saturated cyans, deep blues and strong oranges, which come out slightly duller. Nothing has gone wrong and nothing can be done about it in the file. Send the original to the printer and treat the converted copy as the version people look at.

Effects that vector formats cannot express

Drop shadows, soft glows, feathered edges and transparency gradients are not shapes, and formats without a transparency model — EPS in particular — cannot describe them. Software saving to such a format fakes it by flattening the affected region into opaque shapes or a small embedded bitmap.

Both outcomes are permanent, and the second is why an apparently vector file sometimes fails to scale. If an enlarged export is sharp everywhere except around a shadow, an embedded raster is sitting there and the fix is upstream in the design file rather than in the export.

Choosing the pixel size when rasterising

Converting to PNG or JPG means committing to one size, and that decision is the whole of what is being given up. Export at the largest size the artwork will plausibly be used at rather than the size needed today — shrinking a large raster works, enlarging a small one does not.

For a logo, three exports usually cover everything: something around 2000 pixels for print and large placements, around 500 for ordinary web use, and a small one drawn deliberately rather than scaled. Keep the vector regardless; it is the only version that can still produce a fourth.

Vector converter: common questions

What size should I convert my SVG to?

The size it will actually be displayed at, doubled if it is going on a screen that might be high-density. Rasterising fixes the resolution permanently, so it is better to render a little larger than to discover later that it is too small.

Will the transparent background survive?

In PNG and WebP, yes. JPEG has no transparency at all, so anything transparent becomes solid — which is why a logo should not be converted to JPG.

Can I convert a PNG back into an SVG?

Yes, by tracing, and it is worth knowing what that means: going from pixels back to instructions guesses at shapes, so the result resembles the image rather than reproducing it. Flat artwork, logos and screenshots trace well; a photograph comes back as a posterised copy of itself.

Is my file uploaded?

No. Vector rendering runs in your browser, so unreleased artwork stays on your machine.