diff --git a/frontend/app/assets/integrations/zustand.svg b/frontend/app/assets/integrations/zustand.svg
new file mode 100644
index 000000000..7c252628a
--- /dev/null
+++ b/frontend/app/assets/integrations/zustand.svg
@@ -0,0 +1,26 @@
+
diff --git a/frontend/app/components/Client/Integrations/Integrations.tsx b/frontend/app/components/Client/Integrations/Integrations.tsx
index 67dcba20c..3a718a2a2 100644
--- a/frontend/app/components/Client/Integrations/Integrations.tsx
+++ b/frontend/app/components/Client/Integrations/Integrations.tsx
@@ -358,8 +358,8 @@ const integrations = [
{
title: 'Zustand',
subtitle: 'Capture Zustand mutations/state and inspect them later on while replaying session recordings.',
- icon: '',
- header: '🐻',
+ icon: 'integrations/zustand',
+ // header: '🐻',
component:
}
]