diff --git a/typo3/sysext/beuser/Classes/ContextMenu/ItemProvider.php b/typo3/sysext/beuser/Classes/ContextMenu/ItemProvider.php
index ba1b89665cb5044df9722c1345c549c0f74e0c55..34c734dda3a56bfab7dfdabf2f5b46ddc8d194de 100644
--- a/typo3/sysext/beuser/Classes/ContextMenu/ItemProvider.php
+++ b/typo3/sysext/beuser/Classes/ContextMenu/ItemProvider.php
@@ -26,7 +26,7 @@ class ItemProvider extends PageProvider
         'permissions' => [
             'type' => 'item',
             'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_misc.xlf:CM_perms',
-            'iconIdentifier' => 'status-status-locked',
+            'iconIdentifier' => 'actions-lock',
             'callbackAction' => 'openPermissionsModule'
         ],
     ];
diff --git a/typo3/sysext/core/Classes/Imaging/IconRegistry.php b/typo3/sysext/core/Classes/Imaging/IconRegistry.php
index 2ebdd17b51dace71d27aaf61211089439d9e202c..39f751088e58e171d35edde1af3070aecb21bf35 100644
--- a/typo3/sysext/core/Classes/Imaging/IconRegistry.php
+++ b/typo3/sysext/core/Classes/Imaging/IconRegistry.php
@@ -2576,12 +2576,6 @@ class IconRegistry implements SingletonInterface
                 'name' => 'caret-right',
             ]
         ],
-        'status-status-locked' => [
-            'provider' => FontawesomeIconProvider::class,
-            'options' => [
-                'name' => 'lock',
-            ]
-        ],
         'status-status-reference-hard' => [
             'provider' => BitmapIconProvider::class,
             'options' => [
diff --git a/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php b/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php
index c2495342f2e66c5493dd1f1a584475970ea5f645..a5dc6e47e9e8ddcb656c2fc1f901dad228ce10c9 100644
--- a/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php
+++ b/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php
@@ -1513,7 +1513,7 @@ class DatabaseRecordList extends AbstractDatabaseRecordList
                 $href = BackendUtility::getModuleUrl('system_BeuserTxPermission') . '&id=' . $row['uid'] . '&returnId=' . $row['uid'] . '&tx_beuser_system_beusertxpermission[action]=edit';
                 $permsAction = '<a class="btn btn-default" href="' . htmlspecialchars($href) . '" title="'
                     . htmlspecialchars($this->getLanguageService()->getLL('permissions')) . '">'
-                    . $this->iconFactory->getIcon('status-status-locked', Icon::SIZE_SMALL)->render() . '</a>';
+                    . $this->iconFactory->getIcon('actions-lock', Icon::SIZE_SMALL)->render() . '</a>';
                 $this->addActionToCellGroup($cells, $permsAction, 'perms');
             }
             // "New record after" link (ONLY if the records in the table are sorted by a "sortby"-row