What is the difference between PNG and SVG?
PNG stores pixels in a fixed grid, which makes it ideal for photos and detailed raster artwork. SVG describes shapes, paths, and colors mathematically, so it scales to any size without losing sharpness. That makes it perfect for logos, icons, and UI graphics.