What is Favicon HTML Tag Generator?
Favicon markup tells browsers and devices which icons to use for tabs, bookmarks, home screen shortcuts, and web app installs. A small static site can still need several icon formats because desktop browsers, mobile browsers, and saved web apps use different files.
quickAnswer
Generate favicon HTML tags, Apple touch icon references, and web app manifest entries for static websites. Include both SVG and fallback icon paths for broad browser support.
Last updated: 2026-06-11
limitations
- Icon files must exist at the specified paths in the published output. The generated tags are only references; you must create or place the actual icon files at those paths.
- The Apple touch icon has specific size expectations. Apple devices expect a 180 by 180 pixel PNG for best results when users save the page to their home screen.
- The web manifest snippet requires valid JSON. A single syntax error in the manifest file can prevent browsers from reading the app metadata entirely.
Sources:MDN Web Docs · W3C Specifications · jquery.app on GitHub
How to use this tool
- Enter the base path where your icon files will be published.
- Add the app or site name plus theme and background colors.
- Copy the generated link and meta tags into your HTML head.
- Copy the manifest JSON snippet into your site.webmanifest file if you use one.
What you can use it for
- Add favicon markup to a plain HTML website.
- Prepare icon paths for GitHub Pages.
- Create a small web manifest JSON snippet.