Which of your site icons actually exist?
Paste a URL. Iconreport reads the page's <head>, collects every icon it declares — favicon.ico, apple-touch-icon, every <link rel="icon"> — then requests each one and reports what came back: present and the real pixel dimensions, present but the wrong format for what it claims, or missing entirely.
What it checks
- Parses
<link rel="icon">,apple-touch-icon,shortcut icondeclarations from the page's<head> - Checks convention paths
/favicon.icoand/apple-touch-icon.pngat the site root — requested without being declared - Detects image format from binary signatures: PNG, GIF, JPEG, ICO, WebP, SVG
- Reports real pixel dimensions parsed from format-specific header bytes
- Identifies which icon each consumer would use: browser tab, search result, iOS home screen