Frequently asked questions.
Quick answers about favicon files, previews, platform support, stack packages, checker results, privacy, and troubleshooting.
Categories
ScrollGeneralWhat is Favico Studio?
+
What is Favico Studio?
Favico Studio helps you create, preview, check, and install modern favicons. You can upload a logo, create a simple logo, customize platform previews, then download a stack-specific favicon package.
GeneralHow is this different from a normal favicon generator?
+
How is this different from a normal favicon generator?
The workflow is the difference. Favico Studio does not only create files. It previews browser tabs, search results, iOS icons, Android/PWA screens, and then gives installation guidance for your exact framework or stack.
FilesWhich modern favicon files are generated?
+
Which modern favicon files are generated?
The modern package focuses on favicon.ico, favicon.svg, favicon-96x96.png, apple-touch-icon.png, web-app-manifest-192x192.png, web-app-manifest-512x512.png, and a manifest file such as site.webmanifest or manifest.json depending on the selected stack.
FilesWhy are old legacy icons not included by default?
+
Why are old legacy icons not included by default?
Older favicon packages often include many Android and iOS legacy sizes. Favico Studio defaults to a cleaner modern package so users do not download unnecessary files. The goal is simple, current, and easy-to-install output.
Browser & SearchWhat does the browser tab preview show?
+
What does the browser tab preview show?
It shows how your favicon may appear in a real browser tab, including light and dark browser contexts when supported by your configuration.
Browser & SearchWhat does the Google result preview show?
+
What does the Google result preview show?
It shows how your favicon may appear beside your website in a search result. Search engines may cache favicons, so changes can take time to appear publicly even after your setup is correct.
iOSWhat is apple-touch-icon.png used for?
+
What is apple-touch-icon.png used for?
It is used when a visitor saves your website to an iPhone or iPad home screen. Favico Studio lets you preview and customize the Apple Touch Icon before generating the package.
Android / PWAWhat is the web app manifest used for?
+
What is the web app manifest used for?
The manifest describes your web app name, short name, theme color, background color, and PWA icons. Android and PWA-capable browsers use it for home screen, splash screen, and app switcher behavior.
Android / PWAWhy do I need 192×192 and 512×512 icons?
+
Why do I need 192×192 and 512×512 icons?
These sizes are common modern PWA icon sizes. The 192×192 icon is used for normal app icon contexts, while the 512×512 icon gives browsers a large source for install and splash-related uses.
Stack guidesWhy does each stack need different guidance?
+
Why does each stack need different guidance?
Different frameworks serve static files from different places. React and Laravel commonly use public folders, SvelteKit and Hugo use static folders, Django uses static paths, and Next.js App Router has special app file conventions.
Stack guidesDoes Next.js use the same files as plain HTML?
+
Does Next.js use the same files as plain HTML?
The generated image assets are similar, but placement is different. Next.js App Router can use app/favicon.ico, app/icon.png, app/apple-icon.png, and app/manifest.json, while plain HTML usually links to root files directly.
Logo makerCan I create a logo before generating a favicon?
+
Can I create a logo before generating a favicon?
Yes. The Logo Maker lets you choose palettes, styles, colors, and text, then preview that logo as a favicon before sending it to the favicon generator.
Logo makerWhy does the logo maker warn about long text?
+
Why does the logo maker warn about long text?
Favicons are tiny. Long words can become unreadable at 16×16 or 32×32. The score helps you choose a logo that remains clear at small sizes.
CheckerWhat does the favicon checker inspect?
+
What does the favicon checker inspect?
The checker looks for common favicon setup issues such as missing favicon.ico, missing SVG or PNG favicon links, missing Apple Touch Icon, missing manifest, and unreachable files.
CheckerWhy does my favicon checker show warnings after installation?
+
Why does my favicon checker show warnings after installation?
Warnings usually mean the favicon mostly works but some recommended files or declarations are missing. Use the detailed report to see which file or link needs attention.
Privacy & SecurityAre uploaded logos stored permanently?
+
Are uploaded logos stored permanently?
No. Generated jobs should be treated as temporary. Uploaded logos and generated favicon files are used for preview and download, then should be cleaned up after a short time.
Privacy & SecurityHow should SVG uploads be handled safely?
+
How should SVG uploads be handled safely?
SVG files should be sanitized before processing. Scripts, external references, and unsafe markup should be removed or rejected to protect users and the server.
TroubleshootingWhy does my browser still show the old favicon?
+
Why does my browser still show the old favicon?
Browsers cache favicons aggressively. Try a hard refresh, clear site data, change the favicon filename or version query, and make sure the new files are deployed to the correct location.
TroubleshootingWhy does my favicon appear broken in search results?
+
Why does my favicon appear broken in search results?
Search engines may cache favicon data and refresh it slowly. First confirm your favicon works in the browser and checker. Then wait for the search engine to re-crawl and update its cached preview.
GeneralWhat is Favico Studio?
+
What is Favico Studio?
Favico Studio helps you create, preview, check, and install modern favicons. You can upload a logo, create a simple logo, customize platform previews, then download a stack-specific favicon package.
FilesWhich modern favicon files are generated?
+
Which modern favicon files are generated?
The modern package focuses on favicon.ico, favicon.svg, favicon-96x96.png, apple-touch-icon.png, web-app-manifest-192x192.png, web-app-manifest-512x512.png, and a manifest file such as site.webmanifest or manifest.json depending on the selected stack.
Browser & SearchWhat does the browser tab preview show?
+
What does the browser tab preview show?
It shows how your favicon may appear in a real browser tab, including light and dark browser contexts when supported by your configuration.
iOSWhat is apple-touch-icon.png used for?
+
What is apple-touch-icon.png used for?
It is used when a visitor saves your website to an iPhone or iPad home screen. Favico Studio lets you preview and customize the Apple Touch Icon before generating the package.
Android / PWAWhy do I need 192×192 and 512×512 icons?
+
Why do I need 192×192 and 512×512 icons?
These sizes are common modern PWA icon sizes. The 192×192 icon is used for normal app icon contexts, while the 512×512 icon gives browsers a large source for install and splash-related uses.
Stack guidesDoes Next.js use the same files as plain HTML?
+
Does Next.js use the same files as plain HTML?
The generated image assets are similar, but placement is different. Next.js App Router can use app/favicon.ico, app/icon.png, app/apple-icon.png, and app/manifest.json, while plain HTML usually links to root files directly.
Logo makerWhy does the logo maker warn about long text?
+
Why does the logo maker warn about long text?
Favicons are tiny. Long words can become unreadable at 16×16 or 32×32. The score helps you choose a logo that remains clear at small sizes.
CheckerWhy does my favicon checker show warnings after installation?
+
Why does my favicon checker show warnings after installation?
Warnings usually mean the favicon mostly works but some recommended files or declarations are missing. Use the detailed report to see which file or link needs attention.
Privacy & SecurityHow should SVG uploads be handled safely?
+
How should SVG uploads be handled safely?
SVG files should be sanitized before processing. Scripts, external references, and unsafe markup should be removed or rejected to protect users and the server.
TroubleshootingWhy does my favicon appear broken in search results?
+
Why does my favicon appear broken in search results?
Search engines may cache favicon data and refresh it slowly. First confirm your favicon works in the browser and checker. Then wait for the search engine to re-crawl and update its cached preview.
GeneralHow is this different from a normal favicon generator?
+
How is this different from a normal favicon generator?
The workflow is the difference. Favico Studio does not only create files. It previews browser tabs, search results, iOS icons, Android/PWA screens, and then gives installation guidance for your exact framework or stack.
FilesWhy are old legacy icons not included by default?
+
Why are old legacy icons not included by default?
Older favicon packages often include many Android and iOS legacy sizes. Favico Studio defaults to a cleaner modern package so users do not download unnecessary files. The goal is simple, current, and easy-to-install output.
Browser & SearchWhat does the Google result preview show?
+
What does the Google result preview show?
It shows how your favicon may appear beside your website in a search result. Search engines may cache favicons, so changes can take time to appear publicly even after your setup is correct.
Android / PWAWhat is the web app manifest used for?
+
What is the web app manifest used for?
The manifest describes your web app name, short name, theme color, background color, and PWA icons. Android and PWA-capable browsers use it for home screen, splash screen, and app switcher behavior.
Stack guidesWhy does each stack need different guidance?
+
Why does each stack need different guidance?
Different frameworks serve static files from different places. React and Laravel commonly use public folders, SvelteKit and Hugo use static folders, Django uses static paths, and Next.js App Router has special app file conventions.
Logo makerCan I create a logo before generating a favicon?
+
Can I create a logo before generating a favicon?
Yes. The Logo Maker lets you choose palettes, styles, colors, and text, then preview that logo as a favicon before sending it to the favicon generator.
CheckerWhat does the favicon checker inspect?
+
What does the favicon checker inspect?
The checker looks for common favicon setup issues such as missing favicon.ico, missing SVG or PNG favicon links, missing Apple Touch Icon, missing manifest, and unreachable files.
Privacy & SecurityAre uploaded logos stored permanently?
+
Are uploaded logos stored permanently?
No. Generated jobs should be treated as temporary. Uploaded logos and generated favicon files are used for preview and download, then should be cleaned up after a short time.
TroubleshootingWhy does my browser still show the old favicon?
+
Why does my browser still show the old favicon?
Browsers cache favicons aggressively. Try a hard refresh, clear site data, change the favicon filename or version query, and make sure the new files are deployed to the correct location.
Still need help?
Generate a favicon package, check an existing site, or open the stack installation guides for exact framework instructions.