diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f06b5888e2..1a0baf5ef6f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
- Improved `EuiSelectable` keypress scenarios ([#5613](https://github.com/elastic/eui/pull/5613))
- Converted `FieldValueSelectionFilter` in `EuiSearchBar` to use `EuiSelectable` ([#5387](https://github.com/elastic/eui/issues/5387))
+- Added `lineDashed`, `lineDotted`, and `lineSolid` glyphs to `EuiIcon` ([#5633](https://github.com/elastic/eui/pull/5633))
## [`48.0.0`](https://github.com/elastic/eui/tree/v48.0.0)
diff --git a/src-docs/src/views/icon/icons.js b/src-docs/src/views/icon/icons.js
index 3a071d87e36..0637dc37f89 100644
--- a/src-docs/src/views/icon/icons.js
+++ b/src-docs/src/views/icon/icons.js
@@ -126,6 +126,9 @@ export const iconTypes = [
'kqlValue',
'layers',
'lettering',
+ 'lineDashed',
+ 'lineDotted',
+ 'lineSolid',
'link',
'list',
'listAdd',
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index afc12e659a9..a843dadc200 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -3871,6 +3871,60 @@ exports[`EuiIcon props type lettering is rendered 1`] = `
`;
+exports[`EuiIcon props type lineDashed is rendered 1`] = `
+
+`;
+
+exports[`EuiIcon props type lineDotted is rendered 1`] = `
+
+`;
+
+exports[`EuiIcon props type lineSolid is rendered 1`] = `
+
+`;
+
exports[`EuiIcon props type link is rendered 1`] = `