diff --git a/CHANGELOG.md b/CHANGELOG.md
index 46982f048f1..13f06d30853 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,8 @@
- Converted `EuiStepNumber` to TS ([#1893](https://github.com/elastic/eui/pull/1893))
- Converted `EuiFormControlLayoutClearButton` to TS ([#1922](https://github.com/elastic/eui/pull/1922))
- Added `data-test-subj` property to `EuiDraggable` and `EuiDroppable` ([#1943](https://github.com/elastic/eui/pull/1943))
-- Add type definitions to `EuiSuperSelect` ([##1752](https://github.com/elastic/eui/issues/1752))
+- Add type definitions to `EuiSuperSelect` ([#1752](https://github.com/elastic/eui/issues/1752))
+- Updated `EuiIcon` to use Slack's updated branding ([#1954](https://github.com/elastic/eui/issues/1954))
## [`11.1.0`](https://github.com/elastic/eui/tree/v11.1.0)
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index ef704818a9b..3fb86287e06 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -4537,15 +4537,29 @@ exports[`EuiIcon props type logoSlack is rendered 1`] = `
width="32"
xmlns="http://www.w3.org/2000/svg"
>
-
-
-
+
+
+
+
+
+
`;
diff --git a/src/components/icon/assets/logo_slack.js b/src/components/icon/assets/logo_slack.js
index 7b6965ca0fe..082b8a6f1a5 100644
--- a/src/components/icon/assets/logo_slack.js
+++ b/src/components/icon/assets/logo_slack.js
@@ -2,14 +2,32 @@ import React from 'react';
const EuiIconLogoSlack = props => (
);
diff --git a/src/components/icon/assets/logo_slack.svg b/src/components/icon/assets/logo_slack.svg
index ab36af3791d..94695bbd5ea 100644
--- a/src/components/icon/assets/logo_slack.svg
+++ b/src/components/icon/assets/logo_slack.svg
@@ -1,7 +1,8 @@