diff --git a/.github/banner.svg b/.github/banner.svg
new file mode 100644
index 000000000..35dc93eae
--- /dev/null
+++ b/.github/banner.svg
@@ -0,0 +1,31 @@
+
diff --git a/README.md b/README.md
index 8ce5ed354..adbe2392c 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,15 @@
-# YT-DLP
-A command-line program to download videos from YouTube and many other [video platforms](supportedsites.md)
+[](#readme)
-
-[](https://github.com/yt-dlp/yt-dlp/releases/latest)
-[](LICENSE)
+[](https://github.com/yt-dlp/yt-dlp/releases/latest)
+[](https://github.com/yt-dlp/yt-dlp/actions)
+[](LICENSE)
+[](supportedsites.md)
+[](https://discord.gg/H5MNcFW63r)
[](https://yt-dlp.readthedocs.io)
-[](https://discord.gg/H5MNcFW63r)
[](https://github.com/yt-dlp/yt-dlp/commits)
-[](https://github.com/yt-dlp/yt-dlp/commits)
+[](https://github.com/yt-dlp/yt-dlp/commits)
[](https://github.com/yt-dlp/yt-dlp/releases/latest)
[](https://pypi.org/project/yt-dlp)
diff --git a/devscripts/cloud.ico b/devscripts/cloud.ico
deleted file mode 100644
index 6d742ce63..000000000
Binary files a/devscripts/cloud.ico and /dev/null differ
diff --git a/devscripts/logo.ico b/devscripts/logo.ico
new file mode 100644
index 000000000..5503a4350
Binary files /dev/null and b/devscripts/logo.ico differ
diff --git a/pyinst.py b/pyinst.py
index eac97e52d..fb8eca3e5 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -73,7 +73,7 @@ excluded_modules = ['test', 'ytdlp_plugins', 'youtube-dl', 'youtube-dlc']
PyInstaller.__main__.run([
'--name=yt-dlp%s' % _x86,
'--onefile',
- '--icon=devscripts/cloud.ico',
+ '--icon=devscripts/logo.ico',
*[f'--exclude-module={module}' for module in excluded_modules],
*[f'--hidden-import={module}' for module in dependancies],
'--upx-exclude=vcruntime140.dll',