---
title: "Deprecation: #69705 - Add unified refresh icon"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-69705"
source: "Changelog/7.5/Deprecation-69705-AddUnifiedRefreshIcon.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Deprecation: #69705 - Add unified refresh icon

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

## Description

The icon `actions-system-refresh` has been marked as deprecated in `TYPO3CMSCoreImagingIconRegistry` and will be removed with TYPO3 CMS 8.
All requests for `actions-system-refresh` will now show `actions-refresh`.

## Impact

Using `IconUtility` or `IconFactory` to fetch the icon `actions-system-refresh` will trigger a deprecation log entry.

## Affected Installations

Installations with third party extensions that use the icon `actions-system-refresh`.

## Migration

Use the icon `actions-refresh` instead.
