Turn any image into a complete favicon set: favicon.ico plus every standard PNG size.
Includes favicon.ico (16, 32, 48px) plus separate PNGs at 180px (Apple touch icon), 192px and 512px (Android/PWA).
Unzip the package and upload the files to your website's root folder, then add this to your HTML <head>:
<link rel="icon" href="/favicon.ico"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="192x192" href="/icon-192.png"> <link rel="icon" type="image/png" sizes="512x512" href="/icon-512.png">