All you have to do to get those is use a favicon. Favicon is somewhat your favorite icon that you want to be used as your websites symbol. Generally how you get one is by creating an image in either photoshop or other softwares and use a
favicon generator. Next upload it to your server and link to it using the following code. Place the code in the <head> section of your website.
CODE
<!--LOAD FAVICON-->
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />