diff --git a/app/sovran_systemsos_web/static/sovran-hub-icon.svg b/app/sovran_systemsos_web/static/sovran-hub-icon.svg
new file mode 100644
index 0000000..a19d719
--- /dev/null
+++ b/app/sovran_systemsos_web/static/sovran-hub-icon.svg
@@ -0,0 +1,16 @@
+
diff --git a/modules/core/sovran-hub.nix b/modules/core/sovran-hub.nix
index 2442871..01db940 100644
--- a/modules/core/sovran-hub.nix
+++ b/modules/core/sovran-hub.nix
@@ -263,7 +263,7 @@ let
cp icons/* $out/share/sovran-hub/icons/ 2>/dev/null || true
install -d $out/share/icons/hicolor/scalable/apps
- cp sovran_systemsos_web/static/logo-light.svg $out/share/icons/hicolor/scalable/apps/sovran-hub.svg
+ cp sovran_systemsos_web/static/sovran-hub-icon.svg $out/share/icons/hicolor/scalable/apps/sovran-hub.svg
install -d $out/share/applications
cat > $out/share/applications/sovran-hub.desktop <