favicon x shortcut icon

Solutions on MaxInterview for favicon x shortcut icon by the best coders in the world

showing results for - "favicon x shortcut icon"
Matilda
12 Jun 2020
1// Target ios browsers.
2<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
3// Target safari on MacOS.
4<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
5// The classic favicon displayed in tabs.
6<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
7// Used by Android Chrome for the "Add to home screen" icon and settings.
8<link rel="manifest" href="/site.webmanifest">
9// Used for Safari pinned tabs.
10<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#193860">
11// Target older browsers like IE 10 and lower.
12<link rel="icon" href="/favicon.ico">
13// Used by Chrome, Firefox OS, and opera to change the browser address bar.
14<meta name="theme-color" content="#ccccc7">
15// Used by windows 8, 8.1, and 10 for the start menu tiles.
16<meta name="msapplication-TileColor" content="#00aba9">