diff --git a/data/notifications.metainfo.xml.in b/data/notifications.metainfo.xml.in
index cdf3006..8d0c95a 100644
--- a/data/notifications.metainfo.xml.in
+++ b/data/notifications.metainfo.xml.in
@@ -6,7 +6,7 @@
CC0-1.0
GPL-2.0+
- preferences-system-notifications
+ io.elementary.notifications
Notifications Settings
Configure notification bubbles, sounds, and notification center
diff --git a/src/Plug.vala b/src/Plug.vala
index e6c75b7..321263a 100644
--- a/src/Plug.vala
+++ b/src/Plug.vala
@@ -20,7 +20,7 @@ public class NotificationsPlug : Switchboard.Plug {
code_name: "io.elementary.settings.notifications",
display_name: _("Notifications"),
description: _("Configure notification bubbles, sounds, and notification center"),
- icon: "preferences-system-notifications",
+ icon: "io.elementary.notifications",
supported_settings: settings);
}