How to set this icon for the web page?

icons, web

Solution

View source on SO, and you will see this `link` element:

<link rel="shortcut icon" href="http://cdn.sstatic.net/stackoverflow/img/favicon.ico">

Problem

I would like to know what is this little icon called? And how to set the icon for that? Thanks.

Original source