---
title: "Breaking: #77630 - Remove wizard icons"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-77630"
source: "Changelog/8.4/Breaking-77630-RemoveWizardIcons.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Breaking: #77630 - Remove wizard icons

See [forge#77630](https://forge.typo3.org/issues/77630)

## Description

The following icons have been removed from `typo3/sysext/backend/Resources/Public/Images/FormFieldWizard/`:

-   `wizard_add.gif`
-   `wizard_edit.gif`
-   `wizard_list.gif`
-   `wizard_table.gif`
-   `wizard_link.gif`
-   `wizard_rte.gif`

## Impact

The mentioned icons can not be used anymore.

## Affected Installations

Any installation using those icons.

## Migration

The TCA migration migrates the icon calls to the new output if used as wizard icon.

-   `wizard_add.gif` => `actions-add`
-   `wizard_edit.gif` => `actions-open`
-   `wizard_list.gif` => `actions-system-list-open`
-   `wizard_table.gif` => `content-table`
-   `wizard_link.gif` => `actions-wizard-link`
-   `wizard_rte.gif` => `actions-wizard-rte`
