diff --git a/Makefile b/Makefile
index 895d9e9ac2..8c8898781a 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ dev: deploy-init deploy-css deploy-rnnoise-binary deploy-tflite deploy-meet-mode
source-package:
mkdir -p source_package/jitsi-meet/css && \
- cp -r *.js *.html resources/*.txt favicon.ico fonts images libs static sounds LICENSE lang source_package/jitsi-meet && \
+ cp -r *.js *.html resources/*.txt fonts images libs static sounds LICENSE lang source_package/jitsi-meet && \
cp css/all.css source_package/jitsi-meet/css && \
(cd source_package ; tar cjf ../jitsi-meet.tar.bz2 jitsi-meet) && \
rm -rf source_package
diff --git a/favicon.ico b/favicon.ico
deleted file mode 100644
index bb34caf1ff..0000000000
Binary files a/favicon.ico and /dev/null differ
diff --git a/images/favicon.ico b/images/favicon.ico
deleted file mode 100644
index 2197701f74..0000000000
Binary files a/images/favicon.ico and /dev/null differ
diff --git a/images/favicon.svg b/images/favicon.svg
new file mode 100644
index 0000000000..2a42fabc7f
--- /dev/null
+++ b/images/favicon.svg
@@ -0,0 +1,13 @@
+
\ No newline at end of file
diff --git a/title.html b/title.html
index f5928cfa17..c838502d46 100644
--- a/title.html
+++ b/title.html
@@ -6,4 +6,4 @@
-
+
\ No newline at end of file