EXIF Viewer
Check camera, shooting, orientation, and GPS metadata in photos.
MetadataExtract
Open toolFree Image Toolkit
Create website icon PNG sizes and HTML tag examples from an image.
No sign-up or payment is required, and files are processed in your browser whenever possible.
Modern browsers and web apps commonly support PNG favicons. If you do not specifically need an ICO file, a PNG icon package in multiple sizes is often enough.
Upload images
Click or drop files here
Large images may slow down your browser.
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> <link rel="manifest" href="/site.webmanifest">
{
"icons": [
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
]
}Files are processed in your browser whenever possible and are not stored on a server.
ICO workflows vary by browser; PNG favicon sets work well for many modern sites.