How To Convert SVG To PNG
After you have chosen your image files you can choose to download them in either PNG or WebP format. You can set the width and heightt in pixels before downloading. When you change one the other will automatically adjust to keep the image in proportion. The width and height fields support simple multiplication and division so that you can scale an image easily. The conversion is done in your browser, so your file never has to be uploaded to our server.
What is SVG?
SVG files are a vector graphics format based on XML. Instead of containing the colours of each pixel, they contain a list of shapes to be drawn. This means that you can scale an SVG without having any pixellation effects.
Why Convert an SVG to a PNG?
Sometimes you have an image in an SVG file, but want to use in in a place that doesn't support SVG files such as favicons. You can convert to other image formats such as WebP which also support transparency. If your image does not have any transparency you can change it into a JPEG.
There can also be security concerns. SVG supports scripting with Javascript, which can cause cross site scripting security vulnerabilities.