diff --git a/core/misc/icons/ea2800/error.svg b/core/misc/icons/e32700/error.svg
similarity index 84%
rename from core/misc/icons/ea2800/error.svg
rename to core/misc/icons/e32700/error.svg
index a715b96cb017995e905373d9d2b927d63e169155..151a1e67c929d1d8b01950224811c0a658e1aea9 100644
--- a/core/misc/icons/ea2800/error.svg
+++ b/core/misc/icons/e32700/error.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#ea2800"><path d="M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z"/></svg>
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="#e32700"><path d="M8.002 1c-3.868 0-7.002 3.134-7.002 7s3.134 7 7.002 7c3.865 0 7-3.134 7-7s-3.135-7-7-7zm4.025 9.284c.062.063.1.149.1.239 0 .091-.037.177-.1.24l-1.262 1.262c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-2.283-2.283-2.286 2.283c-.064.062-.15.1-.24.1s-.176-.036-.24-.1l-1.261-1.262c-.063-.062-.1-.148-.1-.24 0-.088.036-.176.1-.238l2.283-2.285-2.283-2.284c-.063-.064-.1-.15-.1-.24s.036-.176.1-.24l1.262-1.262c.063-.063.149-.1.24-.1.089 0 .176.036.24.1l2.285 2.284 2.283-2.284c.064-.063.15-.1.24-.1s.176.036.24.1l1.262 1.262c.062.063.1.149.1.24 0 .089-.037.176-.1.24l-2.283 2.284 2.283 2.284z"/></svg>
diff --git a/core/modules/dblog/css/dblog.module.css b/core/modules/dblog/css/dblog.module.css
index d1820f8e39f0c1a27727609c3a36765104b8ce17..e844e14f86c91457a9a36d23c9eadbea87c9f035 100644
--- a/core/modules/dblog/css/dblog.module.css
+++ b/core/modules/dblog/css/dblog.module.css
@@ -33,5 +33,5 @@
 .admin-dblog .dblog-critical .icon,
 .admin-dblog .dblog-alert .icon,
 .admin-dblog .dblog-emergency .icon {
-  background-image: url(../../../misc/icons/ea2800/error.svg);
+  background-image: url(../../../misc/icons/e32700/error.svg);
 }
diff --git a/core/modules/filter/filter.api.php b/core/modules/filter/filter.api.php
index 49351cbe1ce870a2d3cec980161950da992f2b40..a2ba9b079a6d73e9f2c93d0c7903bbbc9e1dbe94 100644
--- a/core/modules/filter/filter.api.php
+++ b/core/modules/filter/filter.api.php
@@ -35,7 +35,7 @@ function hook_filter_info_alter(&$info) {
  */
 function hook_filter_secure_image_alter(&$image) {
   // Turn an invalid image into an error indicator.
-  $image->setAttribute('src', base_path() . 'core/misc/icons/ea2800/error.svg');
+  $image->setAttribute('src', base_path() . 'core/misc/icons/e32700/error.svg');
   $image->setAttribute('alt', t('Image removed.'));
   $image->setAttribute('title', t('This image has been removed. For security reasons, only images from the local domain are allowed.'));
 
diff --git a/core/modules/filter/filter.module b/core/modules/filter/filter.module
index aa6d16c9c380daccace2dee36af3762522d081e8..6188006cf64b7dabf7c3d6ac0d51eec3e0e26bdf 100644
--- a/core/modules/filter/filter.module
+++ b/core/modules/filter/filter.module
@@ -834,7 +834,7 @@ function _filter_html_image_secure_process($text) {
  */
 function filter_filter_secure_image_alter(&$image) {
   // Turn an invalid image into an error indicator.
-  $image->setAttribute('src', base_path() . 'core/misc/icons/ea2800/error.svg');
+  $image->setAttribute('src', base_path() . 'core/misc/icons/e32700/error.svg');
   $image->setAttribute('alt', t('Image removed.'));
   $image->setAttribute('title', t('This image has been removed. For security reasons, only images from the local domain are allowed.'));
   $image->setAttribute('height', '16');
diff --git a/core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php b/core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php
index db8f9f86f51593bf50068bf39f82fc4f597e8573..e320af3e9b47b4b909758c3e8108104b5f299900 100644
--- a/core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php
+++ b/core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php
@@ -89,7 +89,7 @@ function testImageSource() {
     $csrf_path = $public_files_path . '/' . implode('/', array_fill(0, substr_count($public_files_path, '/') + 1, '..'));
 
     $druplicon = 'core/misc/druplicon.png';
-    $red_x_image = base_path() . 'core/misc/icons/ea2800/error.svg';
+    $red_x_image = base_path() . 'core/misc/icons/e32700/error.svg';
     $alt_text = t('Image removed.');
     $title_text = t('This image has been removed. For security reasons, only images from the local domain are allowed.');
 
diff --git a/core/modules/simpletest/src/Form/SimpletestResultsForm.php b/core/modules/simpletest/src/Form/SimpletestResultsForm.php
index 49c086cdded6098e6a0e565cebb1f6d44be2ce52..58e9d2cd1d6ef3411ae6b40854c134ca75312774 100644
--- a/core/modules/simpletest/src/Form/SimpletestResultsForm.php
+++ b/core/modules/simpletest/src/Form/SimpletestResultsForm.php
@@ -74,7 +74,7 @@ protected static function buildStatusImageMap() {
     );
     $image_fail = array(
       '#theme' => 'image',
-      '#uri' => 'core/misc/icons/ea2800/error.svg',
+      '#uri' => 'core/misc/icons/e32700/error.svg',
       '#width' => 18,
       '#height' => 18,
       '#alt' => 'Fail',
diff --git a/core/modules/system/css/components/form.theme.css b/core/modules/system/css/components/form.theme.css
index c54890082816d32f91e810f16aa20ce2c7fc7fd5..7ec4566ddded2211e3ede9fadc89195d3235586d 100644
--- a/core/modules/system/css/components/form.theme.css
+++ b/core/modules/system/css/components/form.theme.css
@@ -93,6 +93,6 @@ abbr.ajax-changed {
   height: 14px;
   width: 14px;
   vertical-align: sub;
-  background: url(../../../../misc/icons/ea2800/error.svg) no-repeat;
+  background: url(../../../../misc/icons/e32700/error.svg) no-repeat;
   background-size: contain;
 }
diff --git a/core/modules/system/css/components/messages.theme.css b/core/modules/system/css/components/messages.theme.css
index 80e2c41f49cad2a0110b07f002a840b7c3dbb5f0..6083f08ee0223c7bd6c3208d499976ce274991b1 100644
--- a/core/modules/system/css/components/messages.theme.css
+++ b/core/modules/system/css/components/messages.theme.css
@@ -59,7 +59,7 @@
 .messages--error {
   background-color: #fcf4f2;
   color: #a51b00;
-  background-image: url(../../../../misc/icons/ea2800/error.svg);
+  background-image: url(../../../../misc/icons/e32700/error.svg);
   border-color: #f9c9bf #f9c9bf #f9c9bf transparent;  /* LTR */
   box-shadow: -8px 0 0 #e62600; /* LTR */
 }
diff --git a/core/modules/system/css/system.admin.css b/core/modules/system/css/system.admin.css
index 1dd5da9198af1b3b3ad4cdf38e5047185a6c6d2d..dead982f2f0ec8866e0897420740472da743cc9c 100644
--- a/core/modules/system/css/system.admin.css
+++ b/core/modules/system/css/system.admin.css
@@ -208,7 +208,7 @@ small .admin-link:after {
   display: block;
 }
 .system-status-report__status-icon--error:before {
-  background-image: url(../../../misc/icons/ea2800/error.svg);
+  background-image: url(../../../misc/icons/e32700/error.svg);
 }
 .system-status-report__status-icon--warning:before {
   background-image: url(../../../misc/icons/e29700/warning.svg);
diff --git a/core/modules/update/update.report.inc b/core/modules/update/update.report.inc
index 8135003a4ce482fdbb2e32504e3fe5c29fe667f2..c3670f4441b9612bd49f5c97eb729d971b3b45ab 100644
--- a/core/modules/update/update.report.inc
+++ b/core/modules/update/update.report.inc
@@ -274,7 +274,7 @@ function template_preprocess_update_project_status(&$variables) {
     case UPDATE_NOT_SECURE:
     case UPDATE_REVOKED:
     case UPDATE_NOT_SUPPORTED:
-      $uri = 'core/misc/icons/ea2800/error.svg';
+      $uri = 'core/misc/icons/e32700/error.svg';
       $text = t('Error');
       break;
     case UPDATE_NOT_CHECKED: