Using the RiverSoftAVG SVG Component Library (RSCL) is very quick and easy with many options for how you want to display SVGs.
Choosing how to draw SVGs with the RSCL
Use the TRSSVGImage to display SVGs
Use the TRSSVGPanel to create controls from SVGs (FMX)
Use the TSVGDocument class to read SVGs and paint to a TCanvas
Load an SVG into a TBitmap/TGraphic
Using the TRSSVGImage to display SVGs (VCL and FMX)