Favicon for iPhone Safari Favorites?

How do you get the favicon to display for the Favorites screen on Safari? Here is what I see now -

Example:

  • Site - www.justinreina.com
  • Public repo - www.github.com/justinmreina/portfolio

enter image description here

what gives? I have tried PNGs of all sorts and a crazy favicon, to no luck. This works for everything else

Question:

How do you create a favicon for the Apple iPhone's Favorite screen in Safari?


You need to use the following apple-touch-icon for Safari to pick up the image as a reference in Favorites tab. This has been implemented since iOS 1.1.3

<link rel="apple-touch-icon" href="apple-touch-icon.png">

Reference : Link