How to create a .ico file


I made mine in Photoshop. But Photoshop doesn’t have by default the option to save a file in .ico format so I had to use a plugin.

icons

Download Plugin

To integrate your plugin with Photoshop go to Edit–>Preferences–>Plugins and select the path for your plugin. Remember to restart Photoshop after the changes.

Icons for websites have the dimension of 16X16 pixels.

To make the icon appear on your browser you have to save it where your site’s index file is saved. And then copy the following code

<link rel=”Shortcut Icon” href=”/favicon.ico”>

to your index file and save it.

Next time you open your site you will see your custom icon. Enjoy!

If you want to receive new video hacks, make sure you subscribe to my RSS feed!



Related Articles

3 Responses to “How to create a .ico file”

  1. 1 José Oliveira

    I made anarticle about this with some online tools… Put your own icon on the browser address: http://tools.visionmind.net/index.php/put-your-own-icon-on-the-browser-address/

  2. 2 projectgrafix

    Thanks, I was till now using ps for making other graphics only, now i can save them as icons too yay !!

  3. 3 Demo

    Thank you so much man,

Leave a Reply