diff --git a/mailbox-android/src/main/java/org/briarproject/mailbox/android/MailboxNotificationManager.kt b/mailbox-android/src/main/java/org/briarproject/mailbox/android/MailboxNotificationManager.kt
index a259a3028f52f1c68ef15b1baca609495eb53eda..fa67a900c267f9c6c5aca638f52469ed4c759efe 100644
--- a/mailbox-android/src/main/java/org/briarproject/mailbox/android/MailboxNotificationManager.kt
+++ b/mailbox-android/src/main/java/org/briarproject/mailbox/android/MailboxNotificationManager.kt
@@ -74,7 +74,7 @@ class MailboxNotificationManager @Inject constructor(
             return NotificationCompat.Builder(ctx, CHANNEL_ID)
                 .setContentTitle(ctx.getString(R.string.notification_mailbox_title))
                 .setContentText(ctx.getString(R.string.notification_mailbox_content))
-                .setSmallIcon(R.drawable.ic_launcher_foreground)
+                .setSmallIcon(R.drawable.ic_notification_foreground)
                 .setContentIntent(pendingIntent)
                 .setPriority(PRIORITY_MIN)
                 .build()
diff --git a/mailbox-android/src/main/res/drawable-anydpi-v24/ic_notification_foreground.xml b/mailbox-android/src/main/res/drawable-anydpi-v24/ic_notification_foreground.xml
new file mode 100644
index 0000000000000000000000000000000000000000..e6104ddb4a95553cf9442da1e96bb54c49416511
--- /dev/null
+++ b/mailbox-android/src/main/res/drawable-anydpi-v24/ic_notification_foreground.xml
@@ -0,0 +1,15 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+	android:width="24dp"
+	android:height="24dp"
+	android:viewportWidth="24"
+	android:viewportHeight="24">
+	<group
+		android:scaleX="0.64941174"
+		android:scaleY="0.64941174"
+		android:translateX="2.2588236"
+		android:translateY="0.96">
+		<path
+			android:fillColor="#ffffff"
+			android:pathData="M3.334,0C2.4499,-0 1.6017,0.3579 0.9766,0.9941C0.3514,1.6304 0,2.4928 0,3.3926L0,25.1055C0,26.0053 0.3514,26.8696 0.9766,27.5059C1.6017,28.1421 2.4499,28.498 3.334,28.498L21.4902,28.498L27.5391,33.6426C28.5157,34.4732 30,33.766 30,32.4707L30,3.3926C30,2.4928 29.6485,1.6304 29.0234,0.9941C28.3983,0.3579 27.55,0 26.666,0L3.334,0zM5.334,5.4277L24.666,5.4277L24.666,15.0332L17.9121,15.0332L17.9121,18.3555L20.3828,18.3555C20.8283,18.3555 21.0512,18.904 20.7363,19.2246L15.4102,24.6445C15.2149,24.8432 14.8984,24.8432 14.7031,24.6445L9.377,19.2246C9.062,18.904 9.285,18.3555 9.7305,18.3555L12.2012,18.3555L12.2012,15.0332L5.334,15.0332L5.334,5.4277z" />
+	</group>
+</vector>
diff --git a/mailbox-android/src/main/res/drawable-hdpi/ic_notification_foreground.png b/mailbox-android/src/main/res/drawable-hdpi/ic_notification_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..3a8fb15ba1a045dd1d4d6bbf356103eae1bd8d11
Binary files /dev/null and b/mailbox-android/src/main/res/drawable-hdpi/ic_notification_foreground.png differ
diff --git a/mailbox-android/src/main/res/drawable-mdpi/ic_notification_foreground.png b/mailbox-android/src/main/res/drawable-mdpi/ic_notification_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..e2db859527dabf48159265d869503331ecf819a1
Binary files /dev/null and b/mailbox-android/src/main/res/drawable-mdpi/ic_notification_foreground.png differ
diff --git a/mailbox-android/src/main/res/drawable-xhdpi/ic_notification_foreground.png b/mailbox-android/src/main/res/drawable-xhdpi/ic_notification_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..c85b6626b9e7726309dbbad7f83c7c388ff987c9
Binary files /dev/null and b/mailbox-android/src/main/res/drawable-xhdpi/ic_notification_foreground.png differ
diff --git a/mailbox-android/src/main/res/drawable-xxhdpi/ic_notification_foreground.png b/mailbox-android/src/main/res/drawable-xxhdpi/ic_notification_foreground.png
new file mode 100644
index 0000000000000000000000000000000000000000..170f1d5ab39b5b45aeede7f546287831ffb6d294
Binary files /dev/null and b/mailbox-android/src/main/res/drawable-xxhdpi/ic_notification_foreground.png differ