diff --git a/src/main.cpp b/src/main.cpp
index 7f7de112926c246a1be0c5c77c3af9e31a7728fe..74e7d82092288a6d1924a04294dd2806a5d0237c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -53,7 +53,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
QCoreApplication::setOrganizationDomain("eyecreate.org");
QCoreApplication::setApplicationName(aboutData.productName());
QCoreApplication::setApplicationVersion(aboutData.version());
- app.setWindowIcon(QIcon::fromTheme("org.eyecreate.vehiclevoyage"));
+ app.setWindowIcon(QIcon(":/logo.svg"));
QSqlDatabase db = QSqlDatabase::addDatabase("QSQLITE");
#ifdef Q_OS_ANDROID
diff --git a/src/resources.qrc b/src/resources.qrc
index 63a586627dc51533d35c25198feb00dc3d460f35..720af0fbc6b26c6205050c4d30eb5b98661d141f 100644
--- a/src/resources.qrc
+++ b/src/resources.qrc
@@ -3,6 +3,7 @@
contents/ui/main.qml
contents/speed.svg
contents/license.svg
+ ../packaging/org.eyecreate.vehiclevoyage.svg
qtquickcontrols2.conf