Home For Your Website

Main Menu

Login



Cool Sites

Advertisements

Advertisement

Favicons

Favicons by Elise

Favicons are the tiny images next to the url in the browsers address bar. You change your site's favicon to make it fit your site more. Mushmallow's favicon is a sprout, for instance.

By using these, you agree to our terms.

If you're not sure how to use them, read the tutorial below.


Animals:

bear bunny1 bunny2 cat1 frog lion monkey 1 monkey 2 mouse panda 1 panda 2 panda 3 butterfly1 butterfly2 butterfly3 butterfly4 butterfly5 butterfly6 butterfly7 butterfly8 dragonfly penguin 1 penguin 2 penguin 3 penguin 4

 


Food:

apple1 apple2 bread1 bread2 cherries fudgepops sushi 1 sushi 2 strawberry 1 strawberry 2 gumdrop 1 gumdrop 2 gumdrop 3 gumdrop 4 gumdrop 5 lollipop 1 lollipop 2 lollipop 3 lollipop 4 lollipop 5 marshmellow 1 marshmellow 2 onigiri 1 onigiri 2

 


Nature:

acorn1 acorn2 cactus1 cactus 2 cactus 3 clover flower 1 flower 2 flower 3 sun sun 2 leaf 1 leaf 2

 


Misc:

bomb bomb2 skull 1 skull 2 skull 3 skull 4 fire gold crown 1 gold crown 2 gold crown 3 silver crown 1 silver crown 2 silver crown 3 blue heart purple heart pink heart red heart orange heart green heart stripe heart stripe heart 2 pink and white heart blue star purple star pink star orange star green star silver star gold star headphones wing

 


Using Favicons:

Favicons are relatively easy to create and use. When I make them I prefer to start with a 16x16 or 32x32 canvas (in PS, PSP, MSPaint, etc.) since I usually do pixel art, but you can also just make a square image that can be resized to 16x16 or 32x32. If you're a Firefox user, you can preview what images look like as favicons just by right clicking and choosing view in Firefox.

If your program allows, save it as .ico or you can use an online generator to create/convert it instead. (For example: Chami, Dynamic Drive, Favicon.cc) Some browsers also support .gif and .png. Animation and transparency are both usually supported as well.

Save the file to your own website's server. Then place the following code in your site's html code between the two < head > </ head > tags.

.ico

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

 

.png

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

 

.gif

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

 

.ico and .gif

(which is useful if you're not sure which ones your visitors' browsers will support)

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

 

Most people do not worry about how their favicons look other than in the address bar, but you might want to take it into consideration. When someone saves your link to their desktop (which isn't that common as far as I can tell), usually there would be a 32x32 or 48x48 icon instead of the 16x16. This is also the case if you're using a browsers with bookmark toolbars, which the user can set to either small icons or large. If these things are important enough to you, you should try to save your favicon as an .ico file. This will allow you to save multiple sizes in one file that show up as whatever size for the occassion.

If you have any questions or info on favicons, please post them on our forum.

 
VALID CSS   |   VALID XHTML