diff --git a/frontend/blog/2024-01-13-simpleicons11.md b/frontend/blog/2024-01-13-simpleicons11.md
new file mode 100644
index 0000000000000000000000000000000000000000..ccb13dd42edc11c769619974c3e1de8405256c91
--- /dev/null
+++ b/frontend/blog/2024-01-13-simpleicons11.md
@@ -0,0 +1,21 @@
+---
+slug: simple-icons-11
+title: Simple Icons 11
+authors:
+  name: chris48s
+  title: Shields.io Core Team
+  url: https://github.com/chris48s
+  image_url: https://avatars.githubusercontent.com/u/6025893
+tags: []
+---
+
+Logos on Shields.io are provided by SimpleIcons. We've recently upgraded to SimpleIcons 11. This release removes the following 4 icons:
+
+- Babylon.js
+- Hulu
+- Pepsi
+- Uno
+
+More details can be found in the [release notes](https://github.com/simple-icons/simple-icons/releases/tag/11.0.0).
+
+Please remember that we are just consumers of SimpleIcons. Decisions about changes and removals are made by the [SimpleIcons](https://github.com/simple-icons/simple-icons) project.
diff --git a/package-lock.json b/package-lock.json
index 1e65ef180ab49e25bbe2ba9bba57b4b43b91a234..82ff199618eb872ddc12d11a80cce9f90445e53d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -51,7 +51,7 @@
         "qs": "^6.11.2",
         "query-string": "^8.1.0",
         "semver": "~7.5.4",
-        "simple-icons": "10.4.0",
+        "simple-icons": "11.0.0",
         "smol-toml": "1.1.3",
         "webextension-store-meta": "^1.0.5",
         "xpath": "~0.0.34"
@@ -23962,9 +23962,9 @@
       }
     },
     "node_modules/simple-icons": {
-      "version": "10.4.0",
-      "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-10.4.0.tgz",
-      "integrity": "sha512-XBoU1ljCsWjw59IVkaQ1nKc0PiaDAAKNFVx59ueC0tBy4WY/I4Q040sGj6ok2cZRLT8zBzL1HaTubi8MRqmojQ==",
+      "version": "11.0.0",
+      "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-11.0.0.tgz",
+      "integrity": "sha512-n6z6fQwODmhRfy4RBkNmnP67yzqGUa/0ETJDkMX8Fl2riLSl1O8nB3qAl5Ij0oyEwgYC0WbMLXn1dkyYSTDs1w==",
       "engines": {
         "node": ">=0.12.18"
       },
diff --git a/package.json b/package.json
index 795feed80f89472e915223502202f86558a12822..9ca3236cd0e8dcd5b4b2ee8f58fa63ac99be9f3b 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
     "qs": "^6.11.2",
     "query-string": "^8.1.0",
     "semver": "~7.5.4",
-    "simple-icons": "10.4.0",
+    "simple-icons": "11.0.0",
     "smol-toml": "1.1.3",
     "webextension-store-meta": "^1.0.5",
     "xpath": "~0.0.34"