diff --git a/lib/ui/ui_helpers.dart b/lib/ui/ui_helpers.dart
index 930c10af193518a775ce73c1fd29b33b084d3842..0d6c770b56dcfb83ee5817bd22458450fbd26864 100644
--- a/lib/ui/ui_helpers.dart
+++ b/lib/ui/ui_helpers.dart
@@ -221,3 +221,10 @@ Future<Directory?> getAppSpecificExternalFilesDirectory(
   }
   return getExternalStorageDirectory();
 }
+
+ImageIcon get g1nkgoIcon => ImageIcon(
+      AssetImage(ginkgoIconLocation),
+      size: 24,
+    );
+
+String get ginkgoIconLocation => assets('img/favicon.png');