diff --git a/src/Mod/Fem/Gui/Resources/Fem.qrc b/src/Mod/Fem/Gui/Resources/Fem.qrc
index b9ee032dd0..6b8c00c08d 100755
--- a/src/Mod/Fem/Gui/Resources/Fem.qrc
+++ b/src/Mod/Fem/Gui/Resources/Fem.qrc
@@ -29,7 +29,7 @@
icons/FEM_ConstraintTransform.svg
icons/FEM_ElementFluid1D.svg
icons/FEM_ElementGeometry1D.svg
- icons/fem-element-geometry-2d.svg
+ icons/FEM_ElementGeometry2D.svg
icons/fem-element-rotation-1d.svg
icons/fem-equation-elasticity.svg
icons/fem-equation-electrostatic.svg
diff --git a/src/Mod/Fem/Gui/Resources/icons/fem-element-geometry-2d.svg b/src/Mod/Fem/Gui/Resources/icons/FEM_ElementGeometry2D.svg
similarity index 100%
rename from src/Mod/Fem/Gui/Resources/icons/fem-element-geometry-2d.svg
rename to src/Mod/Fem/Gui/Resources/icons/FEM_ElementGeometry2D.svg
diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py
index aeaa5e22d6..ca12000e93 100644
--- a/src/Mod/Fem/femcommands/commands.py
+++ b/src/Mod/Fem/femcommands/commands.py
@@ -320,7 +320,7 @@ class _ElementGeometry2D(CommandManager):
def __init__(self):
super(_ElementGeometry2D, self).__init__()
self.resources = {
- "Pixmap": "fem-element-geometry-2d",
+ "Pixmap": "FEM_ElementGeometry2D",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_ElementGeometry2D",
"Shell plate thickness"
diff --git a/src/Mod/Fem/femguiobjects/_ViewProviderFemElementGeometry2D.py b/src/Mod/Fem/femguiobjects/_ViewProviderFemElementGeometry2D.py
index 3fa72e900b..75a67e2702 100644
--- a/src/Mod/Fem/femguiobjects/_ViewProviderFemElementGeometry2D.py
+++ b/src/Mod/Fem/femguiobjects/_ViewProviderFemElementGeometry2D.py
@@ -44,7 +44,7 @@ class _ViewProviderFemElementGeometry2D(ViewProviderFemConstraint.ViewProxy):
"""
def getIcon(self):
- return ":/icons/fem-element-geometry-2d.svg"
+ return ":/icons/FEM_ElementGeometry2D.svg"
def setEdit(self, vobj, mode=0):
ViewProviderFemConstraint.ViewProxy.setEdit(