diff --git a/fonts/FMIconFont/FMIconFont.svg b/fonts/FMIconFont/FMIconFont.svg
index 8181e1a..4f413e1 100644
--- a/fonts/FMIconFont/FMIconFont.svg
+++ b/fonts/FMIconFont/FMIconFont.svg
@@ -1,6 +1,4 @@
-
-
diff --git a/fonts/FMIconFont/FMIconFont.ttf b/fonts/FMIconFont/FMIconFont.ttf
index c8b8ea1..1375c6f 100644
Binary files a/fonts/FMIconFont/FMIconFont.ttf and b/fonts/FMIconFont/FMIconFont.ttf differ
diff --git a/fonts/FMIconFont/FMIconFont.woff b/fonts/FMIconFont/FMIconFont.woff
index 0b0d947..895432a 100644
Binary files a/fonts/FMIconFont/FMIconFont.woff and b/fonts/FMIconFont/FMIconFont.woff differ
diff --git a/fonts/FMIconFont/FMIconFont.woff2 b/fonts/FMIconFont/FMIconFont.woff2
index ebf2f18..bb83cf4 100644
Binary files a/fonts/FMIconFont/FMIconFont.woff2 and b/fonts/FMIconFont/FMIconFont.woff2 differ
diff --git a/fonts/FMIconFont/style.css b/fonts/FMIconFont/style.css
index 1cc9b8c..513315b 100644
--- a/fonts/FMIconFont/style.css
+++ b/fonts/FMIconFont/style.css
@@ -23,6 +23,30 @@
content: "b";
}
+.fm-trijntje:before {
+ content: "c";
+}
+
+.fm-satellite:before {
+ content: "d";
+}
+
+.fm-sensoterra:before {
+ content: "e";
+}
+
+.fm-blight:before {
+ content: "f";
+}
+
+.fm-agrodatacube:before {
+ content: "g";
+}
+
+.fm-app-menu:before {
+ content: "h";
+}
+
@font-face {
font-family: "FarmMaps";
src: url("./FMIconFont.woff") format("woff"), /* Modern Browsers */
diff --git a/projects/common/src/fm/components/app-menu/app-menu.component.html b/projects/common/src/fm/components/app-menu/app-menu.component.html
index 9dd1fe6..e06bc26 100644
--- a/projects/common/src/fm/components/app-menu/app-menu.component.html
+++ b/projects/common/src/fm/components/app-menu/app-menu.component.html
@@ -1,6 +1,6 @@