diff --git a/CHANGELOG.md b/CHANGELOG.md
index b58d614f2d2..d0f3b925ad8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)
-No public interface changes since `18.1.0`.
+- Added `rencentlyViewedApp` app icon to `EuiIcon` ([#2755](https://github.com/elastic/eui/pull/2755))
## [`18.1.0`](https://github.com/elastic/eui/tree/v18.1.0)
diff --git a/src-docs/src/views/icon/apps.js b/src-docs/src/views/icon/apps.js
index 49b26b5e324..c8944c0be84 100644
--- a/src-docs/src/views/icon/apps.js
+++ b/src-docs/src/views/icon/apps.js
@@ -51,6 +51,7 @@ const iconTypes = [
'notebookApp',
'packetbeatApp',
'pipelineApp',
+ 'recentlyViewedApp',
'reportingApp',
'savedObjectsApp',
'searchProfilerApp',
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index 70dfee9507c..1f255ca9840 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -6261,6 +6261,28 @@ exports[`EuiIcon props type questionInCircle is rendered 1`] = `
`;
+exports[`EuiIcon props type recentlyViewedApp is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type refresh is rendered 1`] = `