इस टूल में कोई समस्या है?

«Favicon जनरेटर ऑनलाइन» के बारे में

यह टूल एकल स्रोत छवि से फ़ेविकॉन फ़ाइलों का एक पूरा सेट उत्पन्न करता है। आउटपुट में क्लासिक favicon.ico, कई रिज़ॉल्यूशन पर PNG वेरिएंट, एक Apple टच आइकन और एक वेब मेनिफ़ेस्ट प्रविष्टि शामिल है।

प्रत्येक ब्राउज़र और ऑपरेटिंग सिस्टम की अपनी फ़ेविकॉन आवश्यकताएँ हैं।

एक उच्च-रिज़ॉल्यूशन वर्गाकार छवि अपलोड करें।

इस टूल का उपयोग कैसे करें

How to generate favicon PNGs for your site

  1. Upload a source image

    Drop a square (or near-square) image into the "Source image" field. Any format Sharp reads — PNG, JPEG, HEIC, AVIF, WebP, GIF. Highest quality artwork gives the best 16×16 result.

  2. What gets generated

    The tool emits three square PNGs at fixed sizes: 16×16, 32×32, and 48×48. Sharp resizes with fit: cover, so non-square sources are cropped to a square viewport from the centre.

  3. Press Run

    Result returns a files array with one entry per size: filename (favicon-16x16.png / favicon-32x32.png / favicon-48x48.png), mimeType, and base64 data. Download each with its own button.

  4. Wire it up in HTML

    Drop the PNGs at /favicon-16x16.png etc. on your server and add <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> in <head>. For ICO-only browsers, generate a separate .ico file with another tool.