SVG to QOI

Convert SVG files to QOI files for free online.This tool can convert multiple svg files to QOI format.And, you can customize the output files' name , width/height and color.

Tool is loading
This tool converts SVG to QOI completely free and without any functional limitations. Since it is based on the browser API, the processing speed is the fastest because all files are processed locally on your device and are not uploaded to our server.
About SVG files
SVG (Scalable Vector Graphics) is an XML-based vector image format that defines graphics using mathematical descriptions rather than pixels. It can scale infinitely without quality loss, making it perfect for logos, icons, and responsive web design. SVG files are typically smaller than raster formats and support interactivity, animation, and styling via CSS. Widely supported by modern browsers, SVG is ideal for crisp graphics at any size.
About QOI files
QOI (Quite OK Image) is a fast, lossless image format designed for simplicity and speed. It offers extremely fast encoding and decoding with minimal code complexity, making it ideal for real-time applications and embedded systems. QOI provides lossless compression comparable to PNG but with much faster processing. While file sizes are typically larger than compressed formats, QOI excels in scenarios where speed and simplicity are prioritized over file size.

About SVG to QOI

How to use it?

With this tool , you can convert a svg file to multiple sizes of QOI files, customize your output width and height in the Options. Click Options to open the settings dialog , and set the width and height as desired. You can also upload a directory to convert.

  • Save Name : You can set {name} , {width} , {height} to customize the output filenames. If multiple files need to be generated , you must set {width} and {height} tags to distinguish files of different sizes. {name} is same as the filename of the source file.
  • Width and Height : You can customize the width/height of output files. The maximum of width/height is 2000px.
  • Change Color: You can change the color of output files. This option is only valid on some SVG files using monochrome color or no background colors.
  • Example settings:
  • Save Name :

    {name}_{width}_{height} .QOI

  • Width and Height

    60 X 60

  • Width and Height

    120 X 120

  • If you upload a icon.svg , 2 files will be generated and named as below :
  • icon_60_60.QOI Width and Height: 60x60
  • icon_120_120.QOI Width and Height: 60x60
  • You can click Save All button to save them to a local directory without downloading.

    Why do I use SVG?

    SVG files are vector graphics format and stored in XML text files. SVG files can be arbitrarily scaled without distortion. Therefore, it can be widely used in web browser and mobile apps. Bring a better visual experience to users. In web applications, svg files occupy smaller sizes than jpg, png, and gif, so they can save more bandwidth for the website.