Categories

SVG Favicon Generator

Turn an SVG or raster logo into a complete favicon pack with ICO, PNG variants, Apple touch icon, and web manifest

Example Results

2 examples

Generate a standard favicon pack from SVG

Create ICO, PNG, Apple touch icon, manifest, and a ready-to-paste HTML snippet from a vector logo

svg-favicon-generator-example1.zip View File
View input parameters
{ "sourceFile": "/public/samples/svg/01-basic-shapes.svg", "backgroundColor": "#ffffff", "fitMode": "contain", "paddingPercent": 10, "siteName": "Studio Atlas", "themeColor": "#0f172a" }

Build an app icon set from a raster logo

Use cover fit and a dark theme to create a favicon suite for a startup landing page when the source asset is PNG

svg-favicon-generator-example2.zip View File
View input parameters
{ "sourceFile": "/public/samples/images/logo.png", "backgroundColor": "#020617", "fitMode": "cover", "paddingPercent": 4, "siteName": "North Grid", "themeColor": "#020617" }

Click to upload file or drag and drop file here

Maximum file size: 20MB Supported formats: image/svg+xml, image/png, image/jpeg, image/webp

0 8 35

Key Facts

Category
Media
Input Types
file, color, select, range, text
Output Type
file
Sample Coverage
4
API Ready
Yes

Overview

SVG Favicon Generator turns an SVG or raster logo into a production-ready favicon pack with ICO, PNG variants, Apple touch icon, and site.webmanifest in one step.

When to Use

  • When you only have an SVG logo and need the full favicon set for a website launch.
  • When you want a consistent icon pack for desktop browsers, iOS home screen, and Android manifest support.

How It Works

  • Upload an SVG or square logo image.
  • Choose the background color, fit mode, and padding.
  • Download a ZIP file containing favicon.ico, PNG sizes, Apple touch icon, manifest, and an HTML snippet.

Use Cases

Preparing favicon assets for a marketing site without opening a design tool.
Generating a consistent icon suite from a startup logo for a web app deployment.

Examples

1. Generate a favicon pack from a brand mark

Frontend developer
Background
You received a clean SVG logo from design.
Problem
You need every favicon asset for a new website without exporting each size manually.
How to Use
Upload the SVG, keep fit mode on contain, and set a white background.
Example Config
Padding 10%, Theme color #0f172a
Outcome
A ZIP with all core favicon files plus a manifest and HTML tags.

Try with Samples

xml, image, png

Related Hubs

FAQ

Does it support SVG input?

Yes. SVG is supported directly, and raster files such as PNG or JPG also work.

What files are included?

The ZIP includes favicon.ico, favicon PNG files, apple-touch-icon.png, android icon sizes, site.webmanifest, and a small HTML snippet.

API Documentation

Request Endpoint

POST /en/api/tools/svg-favicon-generator

Request Parameters

Parameter Name Type Required Description
sourceFile file (Upload required) Yes -
backgroundColor color No -
fitMode select No -
paddingPercent range No -
siteName text No -
themeColor color No -

File type parameters need to be uploaded first via POST /upload/svg-favicon-generator to get filePath, then pass filePath to the corresponding file field.

Response Format

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
File: File

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-svg-favicon-generator": {
      "name": "svg-favicon-generator",
      "description": "Turn an SVG or raster logo into a complete favicon pack with ICO, PNG variants, Apple touch icon, and web manifest",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=svg-favicon-generator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

Supports URL file links or Base64 encoding for file parameters.

If you encounter any issues, please contact us at [email protected]