diff --git a/CHANGELOG.md b/CHANGELOG.md
index 356880702c27..4d92c9a760ae 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)
-No public interface changes since `13.4.1`.
+- Fixed `logoCloudEnterprise`, `logoLogging`, and `logoSecurity` SVGs in `EuiIcon` to be center aligned ([#2246](https://github.com/elastic/eui/pull/2246))
## [`13.4.1`](https://github.com/elastic/eui/tree/v13.4.1)
@@ -13,7 +13,7 @@ No public interface changes since `13.4.1`.
## [`13.4.0`](https://github.com/elastic/eui/tree/v13.4.0)
- Converted `EuiFacetButton` to TypeScript ([#2226](https://github.com/elastic/eui/pull/2226))
-- Adds an optional `onClear` prop to the the `EuiDatePicker` component ([#2235](https://github.com/elastic/eui/pull/2235))
+- Added an optional `onClear` prop to the the `EuiDatePicker` component ([#2235](https://github.com/elastic/eui/pull/2235))
- Added support for `onClick` and `href` props on `EuiListGroupItem` and converted to TypeScript ([#1933](https://github.com/elastic/eui/pull/1933))
**Bug fixes**
diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap
index cadc51691f36..abcd1c67ea3f 100644
--- a/src/components/icon/__snapshots__/icon.test.tsx.snap
+++ b/src/components/icon/__snapshots__/icon.test.tsx.snap
@@ -3165,27 +3165,18 @@ exports[`EuiIcon props type logoCloudEnterprise is rendered 1`] = `
width="32"
xmlns="http://www.w3.org/2000/svg"
>
-
-
-
-
-
-
+
+
+
`;
@@ -3857,15 +3848,15 @@ exports[`EuiIcon props type logoLogging is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
@@ -4461,16 +4452,16 @@ exports[`EuiIcon props type logoSecurity is rendered 1`] = `
xmlns="http://www.w3.org/2000/svg"
>
`;
diff --git a/src/components/icon/assets/logo_cloud_ece.js b/src/components/icon/assets/logo_cloud_ece.js
index a028ce10f943..265cd3c52840 100644
--- a/src/components/icon/assets/logo_cloud_ece.js
+++ b/src/components/icon/assets/logo_cloud_ece.js
@@ -7,24 +7,18 @@ const EuiIconLogoCloudEce = props => (
viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg"
{...props}>
-
-
-
-
-
-
+
+
+
);
diff --git a/src/components/icon/assets/logo_cloud_ece.svg b/src/components/icon/assets/logo_cloud_ece.svg
index d01658de6070..13a7fcb6089b 100644
--- a/src/components/icon/assets/logo_cloud_ece.svg
+++ b/src/components/icon/assets/logo_cloud_ece.svg
@@ -1,8 +1,5 @@
diff --git a/src/components/icon/assets/logo_logging.js b/src/components/icon/assets/logo_logging.js
index d6b83745f699..d7ac7caf9f3c 100644
--- a/src/components/icon/assets/logo_logging.js
+++ b/src/components/icon/assets/logo_logging.js
@@ -7,14 +7,14 @@ const EuiIconLogoLogging = props => (
viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg"
{...props}>
-
+
);
diff --git a/src/components/icon/assets/logo_logging.svg b/src/components/icon/assets/logo_logging.svg
index c1b242ad6091..1c7e3183a997 100644
--- a/src/components/icon/assets/logo_logging.svg
+++ b/src/components/icon/assets/logo_logging.svg
@@ -1,5 +1,5 @@
diff --git a/src/components/icon/assets/logo_security.js b/src/components/icon/assets/logo_security.js
index 568528718a13..b0d24a08c654 100644
--- a/src/components/icon/assets/logo_security.js
+++ b/src/components/icon/assets/logo_security.js
@@ -9,12 +9,12 @@ const EuiIconLogoSecurity = props => (
{...props}>
-
+
);
diff --git a/src/components/icon/assets/logo_security.svg b/src/components/icon/assets/logo_security.svg
index 6cf80189a148..f0dcdc04e799 100644
--- a/src/components/icon/assets/logo_security.svg
+++ b/src/components/icon/assets/logo_security.svg
@@ -1,5 +1,5 @@