Favicon Generator
Create perfect favicons for your website from text, emoji, or images. Preview all sizes instantly.
Square images work best.
How to use it (add to <head>):
<link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="icon" type="image/png" sizes="256x256" href="/favicon-256.png">
Frequently Asked Questions
favicon.ico and favicon.png files to your website's root directory. Then, add the HTML link tags provided in our code snippet to the <head> section of your HTML pages..ico was the standard and is supported by all browsers. Today, .png is widely supported and preferred for its superior transparency and color depth. It's recommended to provide both for maximum compatibility.