Free Favicon Generator

Upload an image to create your website's favicon in seconds.

Upload a square image (PNG, JPG, SVG) for best results.
Original
Your image will appear here
Favicon Preview (32x32)
Preview

What is a Favicon?

A favicon (short for "favorite icon") is a small icon that represents your website. It is most commonly found in browser tabs, but also appears in bookmark lists, browsing history, and other places in the web browser's user interface. It acts as a visual identifier for your brand on the web.

Why is a Favicon Important?

How to Add a Favicon to Your Website

Once you've downloaded your favicon (e.g., as favicon.png), upload it to the root directory of your website. Then, add one of the following lines of code to the <head> section of your HTML pages:

For a PNG file:

<link rel="icon" type="image/png" href="/favicon.png">

For an ICO file (the traditional format):

<link rel="icon" type="image/x-icon" href="/favicon.ico">

Modern browsers support multiple sizes. It's common practice to also include larger sizes for Apple and Android devices, such as a 180x180 apple-touch-icon.png.