Favicon Generator โ€” Full Icon Pack from One Image avatar

Favicon Generator โ€” Full Icon Pack from One Image

Pricing

from $0.01 / favicon pack generated

Go to Apify Store
Favicon Generator โ€” Full Icon Pack from One Image

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

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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.webmanifest icons.
  • 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" }
FieldTypeDescription
imageUrlstringSquare source logo (PNG/JPG/SVG/WebP), 512ร—512+ recommended.
pngSizesarrayPNG sizes to generate.
backgroundstringtransparent 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

FieldTypeDescription
typestringpng, ico, apple-touch-icon, html-snippet.
sizeintegerIcon size in pixels (where applicable).
urlstring (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.