diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd7cb918467..e9b3ca7a996 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)
+- Added 3 new icons — `folderOpen`, `folderClosed`, and `crosshairs` ([#1350](https://github.com/elastic/eui/pull/1350))
- Added `bottomGraphic` prop to `EuiCard` for Kibana home page ([#1338](https://github.com/elastic/eui/pull/1338))
**Bug fixes**
diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js
index 9ef86c51ed3..3c3fbda4ca7 100644
--- a/src-docs/src/views/icon/icons.js
+++ b/src-docs/src/views/icon/icons.js
@@ -36,6 +36,7 @@ const iconTypes = [
'copy',
'copyClipboard',
'cross',
+ 'crosshairs',
'database',
'document',
'dot',
@@ -64,6 +65,8 @@ const iconTypes = [
'faceNeutral',
'faceSad',
'filter',
+ 'folderClosed',
+ 'folderOpen',
'fullScreen',
'gear',
'globe',
diff --git a/src/components/icon/__snapshots__/icon.test.js.snap b/src/components/icon/__snapshots__/icon.test.js.snap
index ca9e13ce1d2..06d6cdb6e62 100644
--- a/src/components/icon/__snapshots__/icon.test.js.snap
+++ b/src/components/icon/__snapshots__/icon.test.js.snap
@@ -1065,6 +1065,21 @@ exports[`EuiIcon props type crossClusterReplicationApp is rendered 1`] = `
`;
+exports[`EuiIcon props type crosshairs is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type dashboardApp is rendered 1`] = `