Skip to content

Instantly share code, notes, and snippets.

@eivindml
Last active August 26, 2020 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eivindml/4b3045c938e55f52a708fa5c21722f41 to your computer and use it in GitHub Desktop.
Save eivindml/4b3045c938e55f52a708fa5c21722f41 to your computer and use it in GitHub Desktop.
Minimal default list of favicon formats to support.
<!-- Touch Icons - iOS and Android 2.1+ 180x180 pixels in size. -->
<link rel="apple-touch-icon" href="/path/to/apple-touch-icon.png">
<!-- Firefox, Chrome, Safari, IE 11+ and Opera. 192x192 pixels in size. -->
<link rel="icon" href="/path/to/favicon.png">
<!-- Vector image for Safari pinned tab. Single layer svg with viewBox 0 0 16 16. -->
<link rel="mask-icon" href="website_icon.svg" color="#151714">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment