Favicon Generator
A web app that generates a set of favicons and matching copy-paste code snippets matching modern web standards.
Features
- Resizes the input image into four different sizes using
sharp
- Generates the appropriate markup to add the generated icons into the user’s project
- Optimizes SVGs using
svgo
- Creates a ZIP file of the generated icons on the server
- Before downloading, the user can preview the contents of the ZIP file (implemented with
JSZip
) - Respects the user’s system theme and supports both light and dark modes