diff --git a/html/logo.ico b/html/favicon.ico
similarity index 100%
rename from html/logo.ico
rename to html/favicon.ico
diff --git a/html/favicon.svg b/html/favicon.svg
new file mode 100644
index 000000000..6bab99352
--- /dev/null
+++ b/html/favicon.svg
@@ -0,0 +1,17 @@
+
+
+
+
diff --git a/webui.py b/webui.py
index e39c3ead6..758820bec 100644
--- a/webui.py
+++ b/webui.py
@@ -263,7 +263,8 @@ def start_ui():
max_threads=64,
show_api=False,
quiet=True,
- favicon_path='html/logo.ico',
+ # favicon_path='html/logo.ico',
+ favicon_path='html/favicon.svg',
allowed_paths=allowed_paths,
app_kwargs=fastapi_args,
_frontend=True and cmd_opts.share,