diff --git a/src/Mod/Part/Gui/Resources/Part.qrc b/src/Mod/Part/Gui/Resources/Part.qrc
index 194634f6c4..df656824f6 100644
--- a/src/Mod/Part/Gui/Resources/Part.qrc
+++ b/src/Mod/Part/Gui/Resources/Part.qrc
@@ -69,6 +69,7 @@
icons/Part_XOR.svg
icons/preferences-part_design.svg
icons/Tree_Part.svg
+ icons/Tree_Part2D.svg
icons/Tree_Part_Box_Parametric.svg
icons/Tree_Part_Cone_Parametric.svg
icons/Tree_Part_Cylinder_Parametric.svg
diff --git a/src/Mod/Part/Gui/Resources/icons/Tree_Part2D.svg b/src/Mod/Part/Gui/Resources/icons/Tree_Part2D.svg
new file mode 100644
index 0000000000..ad33c01ebb
--- /dev/null
+++ b/src/Mod/Part/Gui/Resources/icons/Tree_Part2D.svg
@@ -0,0 +1,266 @@
+
+
+
+
diff --git a/src/Mod/Part/Gui/ViewProvider2DObject.cpp b/src/Mod/Part/Gui/ViewProvider2DObject.cpp
index 4ac85cc5ee..9867392ef9 100644
--- a/src/Mod/Part/Gui/ViewProvider2DObject.cpp
+++ b/src/Mod/Part/Gui/ViewProvider2DObject.cpp
@@ -80,7 +80,7 @@ ViewProvider2DObject::ViewProvider2DObject()
pcRoot->addChild(GridRoot);
- sPixmap = "PartFeatureImport";
+ sPixmap = "Tree_Part2D";
}
ViewProvider2DObject::~ViewProvider2DObject()