diff --git a/README.md b/README.md
index 29312c65..842bf962 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+
+
# Flask
Flask is a lightweight [WSGI] web application framework. It is designed
diff --git a/docs/_static/flask-horizontal.png b/docs/_static/flask-horizontal.png
deleted file mode 100644
index a0df2c61..00000000
Binary files a/docs/_static/flask-horizontal.png and /dev/null differ
diff --git a/docs/_static/flask-horizontal.svg b/docs/_static/flask-horizontal.svg
new file mode 100644
index 00000000..1f2877b4
--- /dev/null
+++ b/docs/_static/flask-horizontal.svg
@@ -0,0 +1 @@
+
diff --git a/docs/_static/flask-icon.svg b/docs/_static/flask-icon.svg
new file mode 100644
index 00000000..dc320312
--- /dev/null
+++ b/docs/_static/flask-icon.svg
@@ -0,0 +1 @@
+
diff --git a/docs/_static/flask-vertical.png b/docs/_static/flask-vertical.png
deleted file mode 100644
index d1fd1499..00000000
Binary files a/docs/_static/flask-vertical.png and /dev/null differ
diff --git a/docs/_static/flask-vertical.svg b/docs/_static/flask-vertical.svg
new file mode 100644
index 00000000..213d49d8
--- /dev/null
+++ b/docs/_static/flask-vertical.svg
@@ -0,0 +1 @@
+
diff --git a/docs/_static/shortcut-icon.png b/docs/_static/shortcut-icon.png
deleted file mode 100644
index 4d3e6c37..00000000
Binary files a/docs/_static/shortcut-icon.png and /dev/null differ
diff --git a/docs/conf.py b/docs/conf.py
index eca4f810..e3451cae 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -58,8 +58,8 @@ html_sidebars = {
}
singlehtml_sidebars = {"index": ["project.html", "localtoc.html", "ethicalads.html"]}
html_static_path = ["_static"]
-html_favicon = "_static/shortcut-icon.png"
-html_logo = "_static/flask-vertical.png"
+html_favicon = "_static/flask-icon.svg"
+html_logo = "_static/flask-vertical.svg"
html_title = f"Flask Documentation ({version})"
html_show_sourcelink = False
diff --git a/docs/index.rst b/docs/index.rst
index f9ab9bd9..ae499ea5 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,8 +3,9 @@
Welcome to Flask
================
-.. image:: _static/flask-horizontal.png
+.. image:: _static/flask-horizontal.svg
:align: center
+ :height: 200px
Welcome to Flask's documentation. Flask is a lightweight WSGI web application framework.
It is designed to make getting started quick and easy, with the ability to scale up to