Title: Forma Favicon
Author: Justus Deitert
Published: <strong>12. April 2026</strong>
Last modified: 7. Mai 2026

---

Plugins durchsuchen

![](https://ps.w.org/forma-favicon/assets/icon-256x256.png?rev=3504579)

# Forma Favicon

 Von [Justus Deitert](https://profiles.wordpress.org/justusdeitert/)

[Herunterladen](https://downloads.wordpress.org/plugin/forma-favicon.1.1.0.zip)

 * [Details](https://de.wordpress.org/plugins/forma-favicon/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/forma-favicon/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/forma-favicon/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/forma-favicon/#developers)

 [Support](https://wordpress.org/support/plugin/forma-favicon/)

## Beschreibung

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 embedded
 * Apple Touch Icon (180×180)
 * Android Chrome icons (192×192 and 512×512)
 * `site.webmanifest` for PWA support
 * `browserconfig.xml` for 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:

 1. Clone the repository: `git clone https://github.com/justusdeitert/forma-favicon.
    git`
 2. Install dependencies: `npm install`
 3. Run the build: `npm run build`

## Installation

 1. Upload the `forma-favicon` folder to `/wp-content/plugins/`
 2. Activate the plugin through the **Plugins** menu
 3. Go to **Appearance  Favicon**
 4. Upload a source image and click **Generate Favicons**

#### Requirements

 * WordPress 6.2 or higher
 * PHP 7.4 or higher with the GD extension enabled

## FAQ

### What image formats can I use as a source?

PNG, JPEG, GIF, WebP, and SVG. SVG files are converted to raster images client-side
before processing.

### What favicon sizes are generated?

16×16, 32×32, 48×48 (bundled into favicon.ico), 180×180 (Apple Touch Icon), 192×
192 and 512×512 (Android Chrome / PWA).

### Does this replace the WordPress Site Icon?

Yes. When Forma Favicon is active and favicons have been generated, it automatically
overrides the default WordPress Site Icon output to avoid duplicates.

### What happens if I have another favicon plugin installed?

Forma Favicon detects known conflicting plugins (like Favicon by RealFaviconGenerator)
and gives you the option to deactivate or delete them from the settings page.

### Can I use a transparent PNG?

Absolutely. You can set a background color behind transparent images using the icon
background color option, or leave it transparent.

### Where are the generated files stored?

All files are saved to `wp-content/uploads/favicon/`.

### Will deactivating the plugin remove my favicons?

No. Generated files remain in the uploads directory. You can delete them from the
plugin settings before deactivating if you want a clean removal.

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Forma Favicon“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin
mitgewirkt:

Mitwirkende

 *   [ Justus Deitert ](https://profiles.wordpress.org/justusdeitert/)

[Übersetze „Forma Favicon“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/forma-favicon)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/forma-favicon/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/forma-favicon/) 
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/forma-favicon/)
per [RSS](https://plugins.trac.wordpress.org/log/forma-favicon/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.1.0

 * Add free crop option for non-square selections in the crop modal
 * Fix aspect ratio for non-square SVG sources so wide or tall icons no longer stretch
 * Preserve aspect ratio in the live favicon preview

#### 1.0.4

 * Show source image and filenames in the generated files grid
 * Default the preview theme to the system color scheme
 * Let preview surfaces reflect the chosen icon shape
 * Rename icon styling controls for clarity
 * Rework favicon generator for mobile caching, source persistence, and rounded 
   shapes
 * Upgrade build dependencies and patch transitive vulnerabilities
 * Adopt Biome and PHP CS Fixer tooling

#### 1.0.3

 * Add image crop tool for non-square source images
 * Rename generate button to Generate & Apply
 * Drop standalone 16×16 PNG favicon output
 * Fix box shadow on tab icon in browser preview

#### 1.0.2

 * Add .distignore to exclude dev files from plugin package
 * Include compiled build assets in distribution

#### 1.0.1

 * Add WordPress.org plugin icons (128×128 and 256×256)

#### 1.0.0

 * Initial release
 * Upload PNG, JPEG, GIF, WebP, or SVG as favicon source
 * Generate all standard sizes: 16×16, 32×32, 48×48, 180×180, 192×192, 512×512
 * Create favicon.ico with multiple sizes embedded
 * Generate site.webmanifest and browserconfig.xml
 * Configurable theme color and background color
 * Icon styling: padding, border radius, and icon background color
 * Live browser-tab preview with light/dark mode toggle
 * Real-time client-side canvas preview
 * Unsaved changes indicator
 * Conflict detection for other favicon plugins
 * Automatic WordPress Site Icon override

## Meta

 *  Version **1.1.0**
 *  Zuletzt aktualisiert **vor 2 Stunden**
 *  Aktive Installationen **100+**
 *  WordPress-Version ** 6.2 oder höher **
 *  Getestet bis **6.9.4**
 *  PHP-Version ** 7.4 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/forma-favicon/)
 * Schlagwörter
 * [favicon](https://de.wordpress.org/plugins/tags/favicon/)[generator](https://de.wordpress.org/plugins/tags/generator/)
   [icon](https://de.wordpress.org/plugins/tags/icon/)[site icon](https://de.wordpress.org/plugins/tags/site-icon/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/forma-favicon/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

[Your review](https://wordpress.org/support/plugin/forma-favicon/reviews/#new-post)

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/forma-favicon/reviews/)

## Mitwirkende

 *   [ Justus Deitert ](https://profiles.wordpress.org/justusdeitert/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/forma-favicon/)