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.

#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">