Check favicon tags
Paste your page’s <head> HTML below.
Recommended icon tags
Most small websites should include a basic favicon. Apple touch icons and a web app manifest are helpful for mobile devices and installable web apps.
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />