diff --git a/README.md b/README.md
index 5d1f72d..b302791 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Steam Economy Enhancer
+# Steam Economy Enhancer
A free userscript to enhance your Steam Inventory, Steam Market and Steam Tradeoffers.
diff --git a/assets/icon.svg b/assets/icon.svg
new file mode 100644
index 0000000..416aeb0
--- /dev/null
+++ b/assets/icon.svg
@@ -0,0 +1,4 @@
+
diff --git a/code.user.js b/code.user.js
index 40b6347..f5b39ad 100644
--- a/code.user.js
+++ b/code.user.js
@@ -1,6 +1,6 @@
// ==UserScript==
// @name Steam Economy Enhancer
-// @icon https://upload.wikimedia.org/wikipedia/commons/8/83/Steam_icon_logo.svg
+// @icon data:image/svg+xml,%0A%3Csvg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 267 267"%3E%3Ccircle cx="133.3" cy="133.3" r="133.3" fill="%2326566c"/%3E%3Cpath fill="%23ebebeb" fill-rule="nonzero" d="m50 133 83-83 84 83-84 84-83-84Zm83 62 62-61-62-62v123Z"/%3E%3C/svg%3E
// @namespace https://github.com/Nuklon
// @author Nuklon
// @license MIT