diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62a290db75b..3da36124c60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## [`master`](https://github.com/elastic/eui/tree/master)
- Updated lodash to `v4.17.19` ([#3764](https://github.com/elastic/eui/pull/3764))
+- Added `returnKey` glyph to `EuiIcon` ([#3783](https://github.com/elastic/eui/pull/3783))
## [`27.2.0`](https://github.com/elastic/eui/tree/v27.2.0)
diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js
index 180512c64f7..384ed3cc0dc 100644
--- a/src-docs/src/views/icon/icons.js
+++ b/src-docs/src/views/icon/icons.js
@@ -162,6 +162,7 @@ export const iconTypes = [
'quote',
'refresh',
'reporter',
+ 'returnKey',
'save',
'scale',
'search',
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index f17958fee77..d3f96738f9e 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -6706,6 +6706,23 @@ exports[`EuiIcon props type reportingApp is rendered 1`] = `
`;
+exports[`EuiIcon props type returnKey is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type save is rendered 1`] = `