The SVG (Scalable Vector Graphics) format is an XML-based text format that uses text to describe how the image will appear. As a result, the SVG file type falls outside of our supported image formats.
SVG files can be served through imgix without rendering, provided that they contain a valid XML declaration. Valid XML declarations are present on the top of the file and have the following form:
<?xml version="$VERSION_NUMBER">
SVG files should also contain the
image/svg+xml
Content-Type value in their response headers.