Favicon Generator for websites and apps
Upload a clean source image and generate icon files that are ready for browser tabs, bookmarks, mobile shortcuts, and app surfaces.
Generate favicon.ico and matching PNG favicon sizes from one image.
Upload and convert
Upload a clean source image and generate icon files that are ready for browser tabs, bookmarks, mobile shortcuts, and app surfaces.
The converter packages the generated files into one download so icon handoff stays simple across design, development, and publishing workflows.
Use POST /api/image-conversion/favicon-generator/convert to create icon files automatically from an application or command-line workflow.
FAQ
It is an online converter for creating Favicon output from uploaded Image files.
Upload one or more files, adjust the available options, then start the conversion and download the result.
Yes. Batch uploads are supported, and multi-file results are returned as a ZIP package.
Quality controls are available for formats that support quality-based encoding, such as JPEG, WebP, AVIF, and HEIC.
Yes. You can set width, height, or one dimension only to preserve the original aspect ratio.
Yes. The remove metadata option strips image metadata before writing the converted output.
Transparency is preserved when the target format supports it. For JPEG/JPG output, transparent pixels are flattened onto the selected background color.
Yes. Enable Force ZIP when you want a ZIP file even for a single converted image.
No. The uploaded file is read for conversion, and the downloaded result is generated as a new file.
Yes. Favicon output can be used anywhere that supports that image or document format.
Yes. Send a multipart POST request to /api/image-conversion/favicon-generator/convert with one or more files.
The endpoint validates the expected input format and returns an error when the file is not Image.
Free conversion supports up to three files at once. Larger batch options are available with an upgraded plan.
The converted file keeps the original filename stem and changes the extension to the Favicon output format.
The default settings are tuned for a balanced output. Increase quality or detail only when the use case needs it.
API and CLI
curl -X POST "http://127.0.0.1:8013/api/image-conversion/favicon-generator/convert" \
-H "X-API-Key: 1d251a33bcf2e90689dd9eac608f70c0302faccec7afaedc" \
-F "files=@/path/to/input.png" \
-F "quality=82" \
-F "remove_metadata=true" \
-o converted-output.bin
python scripts/image_convert_cli.py favicon-generator ./input-1.png ./input-2.png \
--base-url http://127.0.0.1:8013 \
--api-key 1d251a33bcf2e90689dd9eac608f70c0302faccec7afaedc \
--output ./converted