diff --git a/.changeset/unlucky-ligers-burn.md b/.changeset/unlucky-ligers-burn.md
new file mode 100644
index 000000000..f94b700d5
--- /dev/null
+++ b/.changeset/unlucky-ligers-burn.md
@@ -0,0 +1,5 @@
+---
+"@primer/octicons": minor
+---
+
+Save zoom-in-24.svg, zoom-out-24.svg, zoom-out-16.svg, zoom-in-16.svg
diff --git a/icons/zoom-in-16.svg b/icons/zoom-in-16.svg
new file mode 100644
index 000000000..878d79c0b
--- /dev/null
+++ b/icons/zoom-in-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/zoom-in-24.svg b/icons/zoom-in-24.svg
new file mode 100644
index 000000000..6212b98d0
--- /dev/null
+++ b/icons/zoom-in-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/zoom-out-16.svg b/icons/zoom-out-16.svg
new file mode 100644
index 000000000..0d604d7cd
--- /dev/null
+++ b/icons/zoom-out-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/zoom-out-24.svg b/icons/zoom-out-24.svg
new file mode 100644
index 000000000..ac0b75bbc
--- /dev/null
+++ b/icons/zoom-out-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/keywords.json b/keywords.json
index a1c81cd69..e98990129 100644
--- a/keywords.json
+++ b/keywords.json
@@ -218,5 +218,7 @@
"workflow": ["workflow", "actions"],
"workflow-all": ["workflow", "actions"],
"x": ["remove", "close", "delete"],
- "zap": ["electricity", "lightning", "props", "like", "star", "save"]
+ "zap": ["electricity", "lightning", "props", "like", "star", "save"],
+ "zoom-in": ["zoom", "in", "plus", "bigger"],
+ "zoom-out": ["zoom", "out", "minus", "smaller"]
}
diff --git a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
index 7da850cbb..351c17f24 100644
--- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
+++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
@@ -305,6 +305,8 @@ exports[`@primer/octicons-react should not update exports without a semver chang
"XCircleIcon",
"XIcon",
"ZapIcon",
+ "ZoomInIcon",
+ "ZoomOutIcon",
"default",
]
`;