diff --git a/frontend/blog/2023-11-29-simpleicons10.md b/frontend/blog/2023-11-29-simpleicons10.md
new file mode 100644
index 0000000000000000000000000000000000000000..716b14c0f0d7eecd835a8a703406cf8720699347
--- /dev/null
+++ b/frontend/blog/2023-11-29-simpleicons10.md
@@ -0,0 +1,14 @@
+---
+slug: simple-icons-10
+title: Simple Icons 10
+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 10. This release removes 45 icons. A full list of the removals can be found in the [release notes](https://github.com/simple-icons/simple-icons/releases/tag/10.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 f8a2bd1de48150dfbd6dcea5faad26c2e03eb8a4..602d68fde18f298f059c87a478d0d2cf1d63f6e5 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": "9.20.0",
+        "simple-icons": "10.0.0",
         "smol-toml": "1.1.3",
         "webextension-store-meta": "^1.0.5",
         "xpath": "~0.0.33"
@@ -24403,9 +24403,9 @@
       }
     },
     "node_modules/simple-icons": {
-      "version": "9.20.0",
-      "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-9.20.0.tgz",
-      "integrity": "sha512-Qs4GyKT7gBrP6ZuWZqUkRmGH09dcYbWMlJNsF8RqOsvXRWI2vWCG7h3NHL/PDIAuMkMviaca/R6/HFtcGYoaig==",
+      "version": "10.0.0",
+      "resolved": "https://registry.npmjs.org/simple-icons/-/simple-icons-10.0.0.tgz",
+      "integrity": "sha512-oDCgnJ2n3+Ae9Q5hNIuzq0dKwGkmW7h3Jq+HZpd0e3jAQRW/Kp5lnMauakbcUjW/XjXz+v7uJz1ecDRVoQL/HA==",
       "engines": {
         "node": ">=0.12.18"
       },
diff --git a/package.json b/package.json
index 1638ed5d0e14bb1dc1324861c84e490577c7f01f..6a646a89bb6ae97ac6ecb32b1d8a4855c08c6fba 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": "9.20.0",
+    "simple-icons": "10.0.0",
     "smol-toml": "1.1.3",
     "webextension-store-meta": "^1.0.5",
     "xpath": "~0.0.33"