Convert PNG, text, or emoji into a complete favicon package.
Download ICO + all PNG sizes + site.webmanifest in one click.
Choose PNG, Text, or Emoji mode. Customize colors, fonts, and shapes until your favicon looks perfect.
Click "Download Favicon Package". You'll get a ZIP with ICO, all PNG sizes, and a webmanifest.
Drop the files in your website root and paste the HTML snippet from the README into your
.Every file your website needs across all browsers, OS, and devices.
<link rel="icon" type="image/x-icon"
href="/favicon.ico">
<link rel="icon" type="image/png"
sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png"
sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon"
sizes="180x180"
href="/apple-touch-icon.png">
<link rel="manifest"
href="/site.webmanifest">