Here's the code on how to put icon/logo on your blog.

1.Upload your icon to any directory your website

2.Put this code between <head> and </head> of your webpages:

<link rel="shortcut icon" href="http://www.yoursite.com/
yourdirectory/youricon.ico">

3.That's it!