Free Favicon Generator

Submit an image (allowed ext: PNG, JPG, GIF), we will convert it to favicons/icons for your websites and applications.

Images size should be at least 60x60 for optimal results


What are Favicons?

Favicons, short for favorites icon, is a small icon file that is displayed in a browser's address bar next to a url of website. Additionally they're also displayed next to the name of website in a tab bar or bookmark bar of browser.

What are App Icons?

App Icons are thes image that are displayed on a smartphone to visualize identify of an application. The are many app icons sizes base on what smartphone's operation systems, models, and resolutions. So developers need to package a lot of icons with many sizes to the application.

What does this tool do?

This tool allow developer quickly convert any image to icons and app icons with different sizes which is supported by all modern web browsers and applications.

Using a favicon

After generating favicons, you have to save it to your public folder of your site, and include the code in the head of website, for examples:

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