What is SVG?
SVG is a drawing rather than a grid of pixels: shapes, paths and text described in XML, so it stays sharp at any size. That makes it right for logos and icons and useless for photographs. Converting it to a raster format fixes the size it will ever be.
What is TGA?
Truevision TGA is a fixture of game development and 3D texturing, where its straightforward layout and real alpha channel have kept it in use long after browsers stopped caring about it. Files may be raw or run-length encoded.