PNG to SVG - Convert image online

Conversion Results:
# Output File Source File Action

How to convert PNG to SVG:

1. Click the "Choose Files" button to select multiple files on your computer or click the "URL" button to choose an online file from URL, Google Drive or Dropbox. Image file size can be up to 200M. You can use file analyzer to get source image's detailed information such as image size, resolution, quality and transparent color.

2. Set target image format, image quality and image size. You can use the original image size or select the "Change width and height" option and enter a custom image size. The format is [width]x[height], for example: 1920x1080. The image quality option only works on a few image formats such as JPG, WEBP or AVIF. The value ranges from 1 (lowest image quality and highest compression) to 100 (best quality but least effective compression). If this value is blank, the converter will use the estimated quality of your input image if it can be determined, otherwise 92. The target image format can be JPG, PNG, TIFF, GIF, HEIC, BMP, PS, PSD, WEBP, TGA, DDS, EXR, J2K, PNM, SVG, etc.

3. Click the "Convert Now!" button to start batch conversion. It will automatically retry conversion on another server if one fails, please be patient while converting. The output files will be listed in the "Conversion Results" section. Click icon to show file QR code or save file to cloud storage services such as Google Drive or Dropbox.

PNG vs SVG:
Name PNG SVG
Full name Portable Network Graphics Scalable Vector Graphics
File extension .png .svg, .svgz
MIME image/png image/svg+xml
Developed by PNG Development Group W3C
Type of format Lossless bitmap image format Vector graphics
Introduction Portable Network Graphics (PNG) is a raster graphics file format that supports lossless data compression. PNG was created as an improved, non-patented replacement for Graphics Interchange Format (GIF), and is the most used lossless image compression format on the Internet. PNG itself does not support animation at all. MNG is an extension to PNG that does; it was designed by members of the PNG Group. Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999.
Technical details PNG supports palette-based images (with palettes of 24-bit RGB or 32-bit RGBA colors), grayscale images (with or without alpha channel), and full-color non-palette-based RGB[A] images (with or without alpha channel). PNG was designed for transferring images on the Internet, not for professional-quality print graphics, and therefore does not support non-RGB color spaces such as CMYK. SVG images and their behaviors are defined in XML text files. This means that they can be searched, indexed, scripted, and compressed. As XML files, SVG images can be created and edited with any text editor, but are more often created with drawing software.
Associated programs Adobe Photoshop, Paint Shop Pro, the GIMP, GraphicConverter, Helicon Filter, ImageMagick, Inkscape, IrfanView, Pixel image editor, Paint.NET, Xara Photo & Graphic Designer. Mozilla Firefox, Internet Explorer, Google Chrome, Opera, Safari
Sample file sample.png sample.svg
Wikipedia PNG on Wikipedia SVG on Wikipedia