Forma Favicon
Favicon generator — upload a source, customize styling, and generate all required favicon sizes including ICO, Apple Touch, and Android Chrome.
The facts
- Active installs
- 200+
- Price
- Free
- Last updated
- 7 May 2026
- Added
- Apr 2026
- Requires WP
- 6.2
- Tested up to
- WP 6.9.7
- Requires PHP
- 7.4
- Downloads
- 1,900
Our analysis
AI-assistedForma Favicon is a WordPress plugin that allows you to generate favicons directly from your admin dashboard. You can upload various image formats, and the plugin creates all necessary favicon sizes and formats from a single source, including support for Apple Touch Icons and Android Chrome icons.
The plugin includes features for adjusting icon styling, such as padding and border radius, and provides a live preview of how your favicon will appear in different modes. It also resolves conflicts with other favicon plugins and automatically overrides the default Site Icon in WordPress.
Best for: This plugin is suitable for WordPress users looking to create and manage favicons easily.
What it does well
- ✓Generates multiple favicon formats and sizes from one image
- ✓Includes adjustable styling options for icons
- ✓Provides a live preview feature
- ✓Detects conflicts with other favicon plugins
- ✓Overrides the default WordPress Site Icon
Where it falls short
- •Data on rating and active installs is limited
- •No detailed user reviews or feedback available
Verdict
Forma Favicon offers a straightforward solution for favicon generation within WordPress. It is useful for users who want to customise their site's icons without technical expertise.
From the developer
Justus Deitert's own description of Forma Favicon, lightly tidied.
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.icowith 16×16, 32×32, and 48×48 embedded- Apple Touch Icon (180×180)
- Android Chrome icons (192×192 and 512×512)
site.webmanifestfor PWA supportbrowserconfig.xmlfor Windows tiles
Icon styling controls:
- Adjustable padding (0–40%) to give your icon breathing room
- Border radius (0–50%) for rounded or circular icons
- Custom icon background color behind transparent images
- Configurable theme color and background color for manifests
Live preview:
- Browser-tab mockup shows exactly how your favicon will look
- Light and dark mode toggle to preview against both backgrounds
- Changes update in real time via client-side canvas rendering
- “Unsaved” indicator when settings differ from the generated output
Smart features:
- Detects and resolves conflicts with other favicon plugins
- Automatically overrides the WordPress default Site Icon
- SVG source images are rasterized client-side before upload
- Clean admin page under Appearance → Favicon
Source Code
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:
- Clone the repository:
git clone https://github.com/justusdeitert/forma-favicon.git - Install dependencies:
npm install - Run the build:
npm run build