Forma Favicon is a modern favicon generator built into your WordPress admin. Upload any image — PNG, JPEG, GIF, WebP, or SVG — and the plugin generates every favicon format and size your site needs, all from a single source.
What it generates:
favicon.ico with 16×16, 32×32, and 48×48 embeddedsite.webmanifest for PWA supportbrowserconfig.xml for Windows tilesIcon styling controls:
Live preview:
Smart features:
The full uncompressed source code (TypeScript/TSX, SCSS) and build configuration are available on GitHub:
https://github.com/justusdeitert/forma-favicon
The build/ directory is generated from src/ using @wordpress/scripts with a custom webpack configuration.
To build from source:
git clone https://github.com/justusdeitert/forma-favicon.gitnpm installnpm run build