diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91264f0b3e3..b3cab0d4df9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## [`master`](https://github.com/elastic/eui/tree/master)
- Changed `EuiNavDrawerFlyout` title from `h5` to `div` ([#2040](https://github.com/elastic/eui/pull/2040))
+- Added `magnifyWithMinus` and `magnifyWithPlus` glyphs to `EuiIcon` ([2056](https://github.com/elastic/eui/pull/2056))
**Bug fixes**
diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js
index fb567f8dc06..960b1eac6eb 100644
--- a/src-docs/src/views/icon/icons.js
+++ b/src-docs/src/views/icon/icons.js
@@ -122,6 +122,8 @@ const iconTypes = [
'logstashInput',
'logstashOutput',
'logstashQueue',
+ 'magnifyWithMinus',
+ 'magnifyWithPlus',
'magnet',
'mapMarker',
'memory',
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index 33271e7d2f4..e36409fdf27 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -4752,6 +4752,36 @@ exports[`EuiIcon props type magnet is rendered 1`] = `
`;
+exports[`EuiIcon props type magnifyWithMinus is rendered 1`] = `
+
+`;
+
+exports[`EuiIcon props type magnifyWithPlus is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type managementApp is rendered 1`] = `