Skip to main content

Favicon Generator

v1.0.0

Create text or emoji favicons in multiple sizes using the Canvas API, then copy as PNG data URLs.

Converts any image into a favicon package: ICO, PNG (16×16 to 512×512), and Apple Touch Icon.

How to use
  • Upload a square image (PNG works best) for the best results.
  • Download the ZIP package containing all generated sizes.
  • Follow the HTML snippet provided to link the favicons in your page.
#1e40af
#ffffff

Copy each size’s data URL and use as an inline favicon href.

16×16

PNG / ICO

32×32

PNG / ICO

64×64

PNG / ICO

128×128

PNG / ICO

HTML
<link rel="icon" href="/favicon-16.png" sizes="16x16" type="image/png">
<link rel="icon" href="/favicon-32.png" sizes="32x32" type="image/png">
<link rel="apple-touch-icon" href="/favicon-128.png">