diff --git a/app/src/main/res/drawable/recsys.xml b/app/src/main/res/drawable/recsys.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d529661c8886c1e29ed290383084f94adad187f2
--- /dev/null
+++ b/app/src/main/res/drawable/recsys.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+        android:width="24dp"
+        android:height="24dp"
+        android:viewportWidth="24.0"
+        android:viewportHeight="24.0">
+    <path
+        android:fillColor="#FF000000"
+        android:pathData="M6,7h2.5L5,3.5 1.5,7L4,7v10L1.5,17L5,20.5 8.5,17L6,17L6,7zM10,5v2h12L22,5L10,5zM10,19h12v-2L10,17v2zM10,13h12v-2L10,11v2z"/>
+</vector>
diff --git a/app/src/main/res/menu/activity_dashboard_drawer.xml b/app/src/main/res/menu/activity_dashboard_drawer.xml
index 63dcd64fc2cb1e789ab46a917143f2e9018de6af..7e4045e776cbe73bef4e11949d78c96dad0d72a4 100644
--- a/app/src/main/res/menu/activity_dashboard_drawer.xml
+++ b/app/src/main/res/menu/activity_dashboard_drawer.xml
@@ -10,6 +10,12 @@
             android:id="@+id/nav_dashboard"
             android:icon="@drawable/ic_dashboard_"
             android:title="Dashboard" />
+
+        <item
+            android:id="@+id/nav_recsys"
+            android:icon="@drawable/recsys"
+            android:title="Recommendations" />
+
     </group>
 
     <item android:title="Account">