SVG: Scalable Vector Graphics is an Extensible Markup Language-based vector image format for two-dimensional graphics with support for interactivity and animation.
JPEG: JPEG is a commonly used method of lossy compression for digital images, particularly for those images produced by digital photography.
PNG: Portable Network Graphics is a raster graphics file format that supports lossless data compression. PNG is a transparent image with no background.
- SVG is a vector object which can be expandable. JPEG and PNG are pixel objects which can be expandable but it loses quality.
- SVG has anchor points.
- When you create a logo use SVG file for websites.
- SVG should be expanded or editable through vector software(Illustrator > Object > Expand).
- Use a smooth tool in illustrator to reduce the SVG file size.
- You can use www.svgminify.com to optimize the SVG.
- SVG can be opened with a browser.
Watch the above video to see how SVG is saved and used again.
Source: Stack Overflow
8 FREE TOOLS LIKE PHOTOSHOP