diff --git a/CHANGELOG.md b/CHANGELOG.md
index d7ef2195ad8..6cb4a277c4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,7 @@
- Converted `EuiRange` to TypeScript ([#2732](https://github.com/elastic/eui/pull/2732))
- Converted `EuiDualRange` to TypeScript ([#2732](https://github.com/elastic/eui/pull/2732))
- Converted `EuiRangeInput` to TypeScript ([#2732](https://github.com/elastic/eui/pull/2732))
+- Added `bellSlash` glyph to `EuiIcon` ([#2714](https://github.com/elastic/eui/pull/2714))
## [`18.0.0`](https://github.com/elastic/eui/tree/v18.0.0)
diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js
index 33586d0362a..7ff0536f4ee 100644
--- a/src-docs/src/views/icon/icons.js
+++ b/src-docs/src/views/icon/icons.js
@@ -34,6 +34,7 @@ export const iconTypes = [
'asterisk',
'beaker',
'bell',
+ 'bellSlash',
'bolt',
'boxesHorizontal',
'boxesVertical',
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index c0ade3ab941..70dfee9507c 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -802,6 +802,24 @@ exports[`EuiIcon props type bell is rendered 1`] = `
`;
+exports[`EuiIcon props type bellSlash is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type bolt is rendered 1`] = `