Drop an SVG file here or click to browse
Processed entirely in your browser. Never uploaded to a server.
Rasterize an SVG file into a PNG image for use in places that don't accept vector graphics, most email clients, some CMS image fields, or older software.
SVG is vector-based, meaning it's described as shapes and paths rather than a fixed grid of pixels. That's why it scales to any size without blurring. PNG doesn't have that property: it captures the SVG at one specific resolution, so it's the wrong direction to go if you still need to resize the image later without quality loss.
FAQ
What if my SVG has no explicit width/height?
What resolution does the PNG come out at?
Will embedded fonts or filters render correctly?
Not sure if SVG or PNG is right for this? Read SVG vs PNG: when should a logo be neither.
Advertisement
Ads help keep Kit-Bin free.