Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Use Font Awesome Icon As Favicon

People also ask

Can I use Font Awesome as favicon?

It is not possible that you can use direct awesome font character as favicon without converting into image. You must convert character into image ..

Can I use Font Awesome icons for commercial use?

Font Awesome is fully open source and is GPL friendly. You can use it for commercial projects, open source projects, or really just about whatever you want.

How do I display Font Awesome icons?

You place Font Awesome icons by using the prefix fa and the icon's name.


EDIT: I suggest you use http://gauger.io/fonticon


I've created an online Font Awesome Favicon Generator to do just that!

See Font Awesome Favicon Generator.


I've also created an online Font Awesome Favicon Generator which has additional features that were missing from Paul Ferrett's solution.

favicon

  • preview of favicon live in browser
  • sizing of the icon
  • transparent icon and background
  • huge image size (icon can be as detailed as you want)
  • iconset can be updated via github pull request
  • update 06/2017 update to Font Awesome 4.7
  • update 06/2017 fuzzy search and keyword search
  • update 09/2017 stacked icons
  • update 06/2018 update to Font Awesome 5.0.13
  • update 11/2018 update to Font Awesome 5.5.0
  • update 04/2019 update to Font Awesome 5.8.1
  • update 11/2021 update to Font Awesome 5.15.4

If you want additional features please feel free to submit an issue or a pull request here.


Method 1

  1. Just visit fontawasome gallery.
  2. Now search and open your required icon i.e edit icon.
  3. Click on download svg as shown in given image.

enter image description here

  1. Now you can use this svg file in your website as favicon see How to set favicon.

Method 2

Take a screenshot of something with the desired character, cut the part you want and save it as an image (.ico).

Seriously now, you may want to check the formats supported by each browser: http://en.wikipedia.org/wiki/Favicon#File_format_support

If your characters are image or vector files, you'll be ok with most browsers but IE (because MS hates you). Otherwise, well, you'll really have to save them as images first.


Any image can be uploaded to a favicon generator site such as

http://favicon-generator.org/

or

http://www.favicon.cc/

follow the online instructions on the site you choose. Its usually just a three step process. Save the favicon in the top level of your site.

For compatibility across browsers I recommend always using images for favicons. Even if some sites you create are only for modern browsers still convert your favicon artwork to an image. Consistently using the same process gives you one less thing to worry about.