diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04d9369662d..f9653a9093e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
- Added SASS variables for text variants of the primary palette `$euiColorPrimaryText`, `$euiColorSecondaryText`, etc... Updated components to use these new variables. ([#2873](https://github.com/elastic/eui/pull/2873))
- Updated SASS mixin `makeHighContrastColor()` to default `$background: $euiPageBackgroundColor` and `$ratio: 4.5`. Created `makeGraphicContrastColor()` for graphic specific contrast levels of 3.0. ([#2873](https://github.com/elastic/eui/pull/2873))
+- Added `folderCheck`, `folderExclamation`, `push`, `quote`, `reporter` and `users` icons ([#2935](https://github.com/elastic/eui/pull/2935))
+- Updated `folderClosed` and `folderOpen` to match new additions and sit better on the pixel grid ([#2935](https://github.com/elastic/eui/pull/2935))
**Theme: Amsterdam**
diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js
index a462c769bf7..9b3fb3853f8 100644
--- a/src-docs/src/views/icon/icons.js
+++ b/src-docs/src/views/icon/icons.js
@@ -80,7 +80,9 @@ export const iconTypes = [
'faceSad',
'filter',
'flag',
+ 'folderCheck',
'folderClosed',
+ 'folderExclamation',
'folderOpen',
'fullScreen',
'gear',
@@ -151,8 +153,11 @@ export const iconTypes = [
'plusInCircle',
'plusInCircleFilled',
'popout',
+ 'push',
'questionInCircle',
+ 'quote',
'refresh',
+ 'reporter',
'save',
'scale',
'search',
@@ -193,6 +198,7 @@ export const iconTypes = [
'training',
'trash',
'user',
+ 'users',
'vector',
'videoPlayer',
'visArea',
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index 09376d2dd4d..aad571749d1 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -2369,6 +2369,24 @@ exports[`EuiIcon props type flag is rendered 1`] = `
`;
+exports[`EuiIcon props type folderCheck is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type folderClosed is rendered 1`] = `
+`;
+
+exports[`EuiIcon props type folderExclamation is rendered 1`] = `
+
`;
@@ -2398,7 +2434,7 @@ exports[`EuiIcon props type folderOpen is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
`;
@@ -6456,6 +6492,26 @@ exports[`EuiIcon props type popout is rendered 1`] = `
`;
+exports[`EuiIcon props type push is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type questionInCircle is rendered 1`] = `