diff --git a/changelogs/upcoming/7524.md b/changelogs/upcoming/7524.md
new file mode 100644
index 00000000000..44028850162
--- /dev/null
+++ b/changelogs/upcoming/7524.md
@@ -0,0 +1 @@
+- Added `newChat` glyph to `EuiIcon`
diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js
index e0a2ba19fb4..466c2d78186 100644
--- a/src-docs/src/views/icon/icons.js
+++ b/src-docs/src/views/icon/icons.js
@@ -183,6 +183,7 @@ export const iconTypes = [
'moon',
'namespace',
'nested',
+ 'newChat',
'node',
'number',
'offline',
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index 6db8621e773..e783f350314 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -7744,6 +7744,29 @@ exports[`EuiIcon props type nested is rendered 1`] = `
`;
+exports[`EuiIcon props type newChat is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type node is rendered 1`] = `