diff --git a/src/Mod/PartDesign/Gui/Resources/PartDesign.qrc b/src/Mod/PartDesign/Gui/Resources/PartDesign.qrc
index fa8d6b1a01..30e408fb50 100644
--- a/src/Mod/PartDesign/Gui/Resources/PartDesign.qrc
+++ b/src/Mod/PartDesign/Gui/Resources/PartDesign.qrc
@@ -14,7 +14,6 @@
icons/PartDesign_BaseFeature.svg
icons/PartDesign_Body.svg
icons/PartDesign_Body.svg
- icons/PartDesign_Body_Tree.svg
icons/PartDesign_Boolean.svg
icons/PartDesign_Chamfer.svg
icons/PartDesign_Clone.svg
diff --git a/src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Body_Tree.svg b/src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Body_Tree.svg
deleted file mode 100644
index 2b2c4cda7e..0000000000
--- a/src/Mod/PartDesign/Gui/Resources/icons/PartDesign_Body_Tree.svg
+++ /dev/null
@@ -1,322 +0,0 @@
-
-
-
-
diff --git a/src/Mod/PartDesign/Gui/ViewProviderBody.cpp b/src/Mod/PartDesign/Gui/ViewProviderBody.cpp
index 874c49bc4b..68f47a28f5 100644
--- a/src/Mod/PartDesign/Gui/ViewProviderBody.cpp
+++ b/src/Mod/PartDesign/Gui/ViewProviderBody.cpp
@@ -66,7 +66,7 @@ ViewProviderBody::ViewProviderBody()
ADD_PROPERTY(DisplayModeBody,((long)0));
DisplayModeBody.setEnums(BodyModeEnum);
- sPixmap = "PartDesign_Body_Tree.svg";
+ sPixmap = "PartDesign_Body.svg";
Gui::ViewProviderOriginGroupExtension::initExtension(this);
}