Μετάβαση στο περιεχόμενο
Spellkit
Όλοι οι οδηγοί

SVG to PNG

SVG is a vector format that scales infinitely, but many places — social previews, email, older apps, thumbnails — need a raster PNG. This tool rasterizes your SVG at exactly the size you want.

Choosing the output size

  • Scale multiplies the SVG's intrinsic size by a factor (e.g. 2× for retina).
  • Width renders to an exact pixel width, computing the height from the aspect ratio.
  • Height does the same from a target height.

The tool reads the SVG's width/height attributes, or falls back to its viewBox, to determine the base size.

Transparency

Leave Transparent background on to keep the SVG's transparency in the PNG. Turn it off to flatten onto a solid color you pick — handy when the final surface isn't white.

Private by design

Rendering happens on a <canvas> in your browser. Your SVG is never uploaded — it's read, drawn, and exported entirely on your device, so even confidential logos and diagrams stay local.