PSD to SVG

Traces a Photoshop PSD into SVG vectors. Good on logos and flat art, not photos.

What this does

This reads the flattened composite Photoshop saves inside your PSD and traces it into an SVG: regions of similar color are grouped and outlined with vector paths. The result is a new file made of colored shapes, not the original raster re-wrapped. Because it's tracing and not true vectorization, logos and flat illustrations trace cleanly while photographic PSDs turn into a blobby approximation.

How it works

  1. 1Drop your PSD files.
  2. 2The flattened composite gets traced into an SVG made of colored polygons.
  3. 3Download each one, or grab them all in a zip.

Built with open source

  • ag-psd Reads Photoshop PSD files. · MIT
  • ImageTracer.js Traces raster images into SVG vectors. · Unlicense

Frequently asked questions