Brand logo

It is time to rethink how we cook a set of favicons for modern browsers and stop the icon generator madness.

How to Favicon in 2021 by Andrey Sitnik.

Choose SVG to generate favicons pack

Copy the following snippet and paste it in your HTML:

<link rel="icon" href="/favicon.ico" sizes="32x32"/>	
<link rel="icon" href="/icon.svg" type="image/svg+xml"/>	
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/>	
<link rel="manifest" href="/manifest.webmanifest"/>