diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 94389b90..3360d056 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3206,5 +3206,12 @@ export const svgs: iSVG[] = [
category: ['Secrets', 'Config', 'Devtool'],
route: '/library/dotenvx.svg',
url: 'https://dotenvx.com'
+ },
+ {
+ title: 'Apache Kafka',
+ category: 'Software',
+ route: '/library/apache-kafka.svg',
+ wordmark: '/library/apache-kafka-wordmark.svg',
+ url: 'https://kafka.apache.org'
}
];
diff --git a/static/library/apache-kafka-wordmark.svg b/static/library/apache-kafka-wordmark.svg
new file mode 100644
index 00000000..fdf52d4d
--- /dev/null
+++ b/static/library/apache-kafka-wordmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/apache-kafka.svg b/static/library/apache-kafka.svg
new file mode 100644
index 00000000..270d48c9
--- /dev/null
+++ b/static/library/apache-kafka.svg
@@ -0,0 +1 @@
+
\ No newline at end of file