SVG — vector graphics — is fundamentally different from JPG. While JPG stores images as a grid of pixels, SVG stores images as mathematical descriptions of paths and colors. Meaning SVG images scale to any size — from a 16x16 pixel favicon to a billboard — without pixelation.Transforming JPG to SVG is a operation known as vectorization, and