Free Favicon Generator

Upload your image to create a favicon

or click to browse files

Supports: JPEG, PNG, WEBP, SVG

  • Your favicon package includes
  • favicon.ico for browsers
    favicon.ico
    https://yourwebsite.com/favicon.ico

    Standard favicon format containing multiple sizes (16x16px to 256x256px) for browser compatibility.

  • favicon.svg for browsers
    favicon.svg
    https://yourwebsite.com/favicon.svg

    Vector format that scales perfectly to any size without quality loss.

  • apple-touch-icon.png icon for iPhones and iPads
    apple-touch-icon.png
    https://yourwebsite.com/apple-touch-icon.png

    Required for iOS home screen icons (180x180px).

  • manifest.webmanifest
    https://yourwebsite.com/manifest.webmanifest

    PWA manifest file with icon references. Edit the app name before use.

  • icons-192.png icon for android phones and tablets homescreen
    icons-192.png
    https://yourwebsite.com/icons-192.png

    Android Chrome home screen icon (192x192px).

  • icons-512.png for android phones and tablets homescreen
    icons-512.png
    https://yourwebsite.com/icons-512.png

    Android splash screen icon (512x512px).

HTML code for your website


    <!-- Favicon Code -->
    <link rel="icon" href="/favicon.ico" type="image/x-icon">
    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="manifest" href="/manifest.webmanifest">