diff --git a/object_edit_linked.py b/object_edit_linked.py
index 96ed918154901ba3e47bb73c41006ca998046c67..820e9fea1b6de72d9a716357d8e137a1228ea3a1 100644
--- a/object_edit_linked.py
+++ b/object_edit_linked.py
@@ -180,7 +180,7 @@ class VIEW3D_PT_PanelLinkedEdit(bpy.types.Panel):
         layout = self.layout
         layout.use_property_split = True
         layout.use_property_decorate = False
-        icon = "OUTLINER_DATA_" + context.active_object.type
+        icon = "OUTLINER_DATA_" + context.active_object.type.replace("LIGHT_PROBE", "LIGHTPROBE")
 
         target = None