diff --git a/apps/common/mobile/resources/less/material/icons.less b/apps/common/mobile/resources/less/material/icons.less
index c5ddd519b2..d13a8b6313 100644
--- a/apps/common/mobile/resources/less/material/icons.less
+++ b/apps/common/mobile/resources/less/material/icons.less
@@ -25,4 +25,13 @@
}
}
}
+ .navbar {
+ i.icon {
+ &.icon-collaboration {
+ width: 24px;
+ height: 24px;
+ .encoded-svg-background('');
+ }
+ }
+ }
}
diff --git a/apps/presentationeditor/mobile/src/less/icons-material.less b/apps/presentationeditor/mobile/src/less/icons-material.less
index c08714cd28..199f3c59c3 100644
--- a/apps/presentationeditor/mobile/src/less/icons-material.less
+++ b/apps/presentationeditor/mobile/src/less/icons-material.less
@@ -558,12 +558,6 @@
.encoded-svg-background('');
}
- &.icon-collaboration {
- width: 24px;
- height: 24px;
- .encoded-svg-background('');
- }
-
&.icon-add-slide {
width: 24px;
height: 24px;
diff --git a/apps/spreadsheeteditor/mobile/src/less/icons-material.less b/apps/spreadsheeteditor/mobile/src/less/icons-material.less
index 5582d00e6e..046876ee2b 100644
--- a/apps/spreadsheeteditor/mobile/src/less/icons-material.less
+++ b/apps/spreadsheeteditor/mobile/src/less/icons-material.less
@@ -456,11 +456,6 @@
height: 22px;
.encoded-svg-background('');
}
- &.icon-collaboration {
- width: 24px;
- height: 24px;
- .encoded-svg-background('');
- }
&.icon-add-chart {
width: 24px;
height: 24px;