Developer Utility Tools

Favicon Generator

Generate favicons for your website from text, emoji, or uploaded images. Outputs multiple sizes for different platforms.

Source Type

Color Presets

Preview

64×64

32×32

16×16

Browser Preview

My Website

Download

HTML Code

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

About favicons

Favicons are the small icons displayed in browser tabs, bookmarks, and mobile home screens. Modern websites need favicons in multiple sizes and formats: ICO for legacy browser support, PNG for modern browsers (16×16, 32×32, 192×192), Apple Touch Icon (180×180), and Web App Manifest icons (192×192, 512×512).

This generator creates all required favicon sizes from a single input. You can start with an emoji, text character, or uploaded image, and the tool produces the icon files along with the HTML tags needed to include them in your site.