Adding a Favicon and Apple Touch Icon
  • 31 Mar 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Adding a Favicon and Apple Touch Icon

  • Dark
    Light
  • PDF

Article summary

Favicon

Including a favicon.ico file with 16 x 16 pixels is considered best practice. A great tool for creating these is an online app called http://www.favicon.cc/

Include it in the header of your layouts like this:

<link rel="Shortcut Icon" href="https://documentation.vin65.com/favicon.ico" type="image/x-icon">

Apple Touch Icon

When creating an Apple Touch icon, use a 114 x 114-pixel png file.

Include it in the header of your layouts like this:

<link rel="apple-touch-icon" href="https://documentation.vin65.com/apple-touch-icon.png"/>

Was this article helpful?