diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c6e8d7d89c..97369a359f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
- Converted `EuiGlobalToastList` into ARIA live region by adding `role="region"` attribute to add NVDA/JAWS support ([#2055](https://github.com/elastic/eui/pull/2055))
- Added `magnifyWithMinus` and `magnifyWithPlus` glyphs to `EuiIcon` ([2056](https://github.com/elastic/eui/pull/2056))
- Added a fully black (no matter the theme) color SASS variable `$euiColorInk` ([2060](https://github.com/elastic/eui/pull/2060))
+- Changed `popout` glyph in `EuiIcon` to look more like external link ([2064](https://github.com/elastic/eui/pull/2064))
**Bug fixes**
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index 349c9f55881..e579d6d46a3 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -5220,8 +5220,7 @@ exports[`EuiIcon props type popout is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
`;
diff --git a/src/components/icon/assets/popout.js b/src/components/icon/assets/popout.js
index d781ae78a11..3bb0fc9581f 100644
--- a/src/components/icon/assets/popout.js
+++ b/src/components/icon/assets/popout.js
@@ -7,10 +7,7 @@ const EuiIconPopout = props => (
viewBox="0 0 16 16"
xmlns="http://www.w3.org/2000/svg"
{...props}>
-
+
);
diff --git a/src/components/icon/assets/popout.svg b/src/components/icon/assets/popout.svg
index 0199b37afe6..81854eadcec 100644
--- a/src/components/icon/assets/popout.svg
+++ b/src/components/icon/assets/popout.svg
@@ -1,3 +1,3 @@