diff --git a/Build/Sources/Sass/typo3/_element_cropper.scss b/Build/Sources/Sass/typo3/_element_cropper.scss
index e068f150214db654e9cd865310ed4fce8b760559..e1a176cd8aa09f83f7fdc7f92eb36a5c503c7502 100644
--- a/Build/Sources/Sass/typo3/_element_cropper.scss
+++ b/Build/Sources/Sass/typo3/_element_cropper.scss
@@ -78,6 +78,10 @@
             &.btn-default {
                 margin-bottom: 5px;
             }
+
+            &:not(.active) .icon {
+                display: none;
+            }
         }
     }
 
diff --git a/typo3/sysext/backend/Resources/Public/Css/backend.css b/typo3/sysext/backend/Resources/Public/Css/backend.css
index 32b4278658e9a84b9823198e6ba85797c2461ccf..dd98390233fa4b9ed4a38e3eae7bdcb29b988d3c 100644
--- a/typo3/sysext/backend/Resources/Public/Css/backend.css
+++ b/typo3/sysext/backend/Resources/Public/Css/backend.css
@@ -3896,6 +3896,7 @@ typo3-notification-message .alert{box-shadow:var(--typo3-component-box-shadow);m
 }
 .cropper .ratio-buttons{margin-bottom:10px}
 .cropper .ratio-buttons .btn.btn-default{margin-bottom:5px}
+.cropper .ratio-buttons .btn:not(.active) .icon{display:none}
 .cropper .panel-group{position:relative;margin:-15px}
 .cropper .panel-group [aria-expanded=true]{border-left:2px solid #ff8700;position:relative}
 .cropper .panel-group [aria-expanded=true][data-bs-toggle=collapse]{background-color:#333}