Exported file formats

SVGator exports in multiple file formats:

  1. .svg files with Web export
  2. .js files with Mobile export for React Native
  3. .dart with Mobile export for Flutter
  4. Video exports in format:
    • .mp4
    • .avi
    • .mkv
    • .mov (with transparency)
    • .webm (with transparency)
  5. Animated Image exports in format:
    • .gif
    • .png
    • .webp
    • .zip (png image sequence)

Web and mobile formats (.svg, .js and .dart) can be exported as either static or animated. If you choose to export animated SVG, you can set JavaScript or CSS as the animation type.

Note:

When exporting .svg, we usually recommend selecting JavaScript instead of CSS, as it supports all advanced animators and interactive export options, therefore it will look the same in all major browsers.

Unfortunately, CSS doesn’t support advanced features such as morphing, curved motion path animations, or interactive export options such as starting the animation on click. However, you can use this format for simple animations such as CSS loaders. For more information, please see our compatibility table here.


More articles:

Export settings

Export React Native Animations

Export Flutter Animations

The exported file looks different than the original


Still got questions? Send us an email to contact@svgator.com and we will get back to you as soon as we can.