diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d75c6b1491..ff85b8023d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
## [`main`](https://github.com/elastic/eui/tree/main)
- Updated `testenv` mock for `EuiIcon` to render `aria-label` as text ([#5709](https://github.com/elastic/eui/pull/5709))
+- Added `editorChecklist` glyph to `EuiIcon` ([#5705](https://github.com/elastic/eui/pull/5705))
**Breaking changes**
diff --git a/src-docs/src/views/icon/editor.js b/src-docs/src/views/icon/editor.js
index 2b81c971cc5..be4adfd129c 100644
--- a/src-docs/src/views/icon/editor.js
+++ b/src-docs/src/views/icon/editor.js
@@ -13,6 +13,7 @@ const iconTypes = [
'editorAlignLeft',
'editorAlignRight',
'editorBold',
+ 'editorChecklist',
'editorCodeBlock',
'editorComment',
'editorDistributeHorizontal',
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index a843dadc200..0a7bc91d411 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -2109,6 +2109,25 @@ exports[`EuiIcon props type editorBold is rendered 1`] = `
`;
+exports[`EuiIcon props type editorChecklist is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type editorCodeBlock is rendered 1`] = `