diff --git a/mobile-widgets/3rdparty/icons.qrc b/mobile-widgets/3rdparty/icons.qrc
index f9a52534c..476db005b 100644
--- a/mobile-widgets/3rdparty/icons.qrc
+++ b/mobile-widgets/3rdparty/icons.qrc
@@ -21,5 +21,6 @@
breeze-icons/icons/actions/24/edit-copy.svg
breeze-icons/icons/actions/24/edit-paste.svg
breeze-icons/icons/actions/16/view-readermode.svg
+ breeze-icons/icons/actions/24/office-chart-bar-stacked.svg
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml
index 1fa3da74f..915cecc26 100644
--- a/mobile-widgets/qml/main.qml
+++ b/mobile-widgets/qml/main.qml
@@ -456,6 +456,10 @@ if you have network connectivity and want to sync your data to cloud storage."),
}
},
Kirigami.Action {
+ icon {
+ name: ":/icons/office-chart-bar-stacked.svg"
+ }
+
text: qsTr("Statistics")
onTriggered: {
showPage(statistics)