Favicon Generator โ Full Icon Pack from One Image
Pricing
from $0.01 / favicon pack generated
Favicon Generator โ Full Icon Pack from One Image
Turn one logo into a complete favicon and app-icon pack โ favicon.ico, all PNG sizes, Apple touch icon, PWA manifest icons and the ready-to-paste HTML. Everything a site needs from a single image.
Pricing
from $0.01 / favicon pack generated
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Turn one logo into a complete favicon and app-icon pack. Give it a single square image and get back favicon.ico, every PNG size, the Apple touch icon, PWA manifest icons and the ready-to-paste HTML <head> snippet โ everything a modern website needs, in one run.
What it does
- Generates favicon.ico (16/32/48 multi-size) plus PNGs at every common size (16โ512).
- Adds the Apple touch icon (180ร180) and PWA
site.webmanifesticons. - Outputs a copy-paste HTML
<head>snippet. - Optional background fill for transparent/non-square logos.
Use cases
- Web developers โ get a full cross-device favicon set from one logo in seconds.
- Agencies โ generate favicon packs for many client sites at scale.
- PWA / mobile web โ produce the manifest icons and Apple touch icon in one go.
Input
{ "imageUrl": "https://example.com/logo.png", "pngSizes": [16,32,48,180,192,512], "background": "transparent" }
| Field | Type | Description |
|---|---|---|
imageUrl | string | Square source logo (PNG/JPG/SVG/WebP), 512ร512+ recommended. |
pngSizes | array | PNG sizes to generate. |
background | string | transparent or a hex color. |
Output
Each generated file is one dataset row, and all files are saved to your key-value store.
{ "type": "png", "size": 512, "url": "https://api.apify.com/v2/key-value-stores/.../records/favicon-512x512.png" }
Output schema
| Field | Type | Description |
|---|---|---|
type | string | png, ico, apple-touch-icon, html-snippet. |
size | integer | Icon size in pixels (where applicable). |
url | string (URL) | Link to the generated file. |
FAQ
What do I paste into my site? The head.html snippet row contains the exact <link> tags; upload the files to your site root.
Can I automate it? Yes โ via integrations on the Apify platform and the Apify API.
Notes
Original clean-room implementation.