diff --git a/src/Mod/Fem/Gui/Resources/Fem.qrc b/src/Mod/Fem/Gui/Resources/Fem.qrc
index 6b8c00c08d..a84855812f 100755
--- a/src/Mod/Fem/Gui/Resources/Fem.qrc
+++ b/src/Mod/Fem/Gui/Resources/Fem.qrc
@@ -30,7 +30,7 @@
icons/FEM_ElementFluid1D.svg
icons/FEM_ElementGeometry1D.svg
icons/FEM_ElementGeometry2D.svg
- icons/fem-element-rotation-1d.svg
+ icons/FEM_ElementRotation1D.svg
icons/fem-equation-elasticity.svg
icons/fem-equation-electrostatic.svg
icons/fem-equation-flow.svg
diff --git a/src/Mod/Fem/Gui/Resources/icons/fem-element-rotation-1d.svg b/src/Mod/Fem/Gui/Resources/icons/FEM_ElementRotation1D.svg
similarity index 100%
rename from src/Mod/Fem/Gui/Resources/icons/fem-element-rotation-1d.svg
rename to src/Mod/Fem/Gui/Resources/icons/FEM_ElementRotation1D.svg
diff --git a/src/Mod/Fem/femcommands/commands.py b/src/Mod/Fem/femcommands/commands.py
index ca12000e93..8f608208b7 100644
--- a/src/Mod/Fem/femcommands/commands.py
+++ b/src/Mod/Fem/femcommands/commands.py
@@ -341,7 +341,7 @@ class _ElementRotation1D(CommandManager):
def __init__(self):
super(_ElementRotation1D, self).__init__()
self.resources = {
- "Pixmap": "fem-element-rotation-1d",
+ "Pixmap": "FEM_ElementRotation1D",
"MenuText": QtCore.QT_TRANSLATE_NOOP(
"FEM_ElementRotation1D",
"Beam rotation"
diff --git a/src/Mod/Fem/femguiobjects/_ViewProviderFemElementRotation1D.py b/src/Mod/Fem/femguiobjects/_ViewProviderFemElementRotation1D.py
index a3980d5e29..f7e6dd59fe 100644
--- a/src/Mod/Fem/femguiobjects/_ViewProviderFemElementRotation1D.py
+++ b/src/Mod/Fem/femguiobjects/_ViewProviderFemElementRotation1D.py
@@ -44,7 +44,7 @@ class _ViewProviderFemElementRotation1D(ViewProviderFemConstraint.ViewProxy):
"""
def getIcon(self):
- return ":/icons/fem-element-rotation-1d.svg"
+ return ":/icons/FEM_ElementRotation1D.svg"
"""
# do not activate the task panel, since rotation with reference shapes is not yet supported