diff --git a/README.md b/README.md
index 13939e5..da48100 100644
--- a/README.md
+++ b/README.md
@@ -181,6 +181,7 @@ A list of extensions that use the [svgl API](https://svgl.app/api), created by t
|
| SVGL for VSCode | SVGL directly in your VSCode. | [girlazote](https://twitter.com/girlazote) | [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=EsteveSegura.svgl) |
|
| SVGL Badge | A beautiful badges with svgl SVG logos. | [ridemountainpig](https://twitter.com/ridemountainpig) | [Website](https://svgl-badge.vercel.app/) |
|
| Magic | AI extension for Cursor & other IDEs | [serafimcloud](https://x.com/serafimcloud) | [Website](https://21st.dev/magic) |
+|
| SVGL for PowerToys | Search & copy SVG logos in PowerToys Run. | [SameerJS6](https://x.com/Sameerjs6) | [Website](https://svgl.sameerjs.com/) |
## ✌️ Contributing
diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 99aa871..2e746a5 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3175,6 +3175,12 @@ export const svgs: iSVG[] = [
},
url: 'https://posthog.com/'
},
+ {
+ title: 'PowerToys',
+ category: 'Software',
+ route: '/library/powertoys.svg',
+ url: 'https://learn.microsoft.com/en-us/windows/powertoys/'
+ },
{
title: 'Lottielab',
category: 'Design',
diff --git a/static/library/powertoys.svg b/static/library/powertoys.svg
new file mode 100644
index 0000000..c826521
--- /dev/null
+++ b/static/library/powertoys.svg
@@ -0,0 +1 @@
+
\ No newline at end of file