6 min read
2026-01-22
Favicon is a small icon that appears in browser tabs, bookmarks, and search results. This is an important element of website branding.
| Size | Destination |
|---|---|
| 16x16 | Browser tab |
| 32x32 | Taskbar, shortcut |
| 48x48 | Windows shortcuts |
| 180x180 | Apple Touch Icon |
| 192x192 | Android Chrome |
| 512x512 | PWA icon |
Classic format, supports multiple sizes in one file. Required for older browsers.
Modern standard with transparency. Supported by all current browsers.
###SVG
Vector format is ideal for scaling, but support is limited.
Upload your logo or image to [Favicon Generator](/tools/favicon-generator)
Set the display to small size
Download a set of icons of all sizes you need
Connect to the site via HTML tags
Add the appropriate `` tags for each icon size to the `
` section of your HTML.See also: SVG editor, Image compression, Base64 image