diff --git a/devtools/client/aboutdebugging/aboutdebugging.css b/devtools/client/aboutdebugging/aboutdebugging.css
index 1a1370f81ca8..8d169f30dd1d 100644
--- a/devtools/client/aboutdebugging/aboutdebugging.css
+++ b/devtools/client/aboutdebugging/aboutdebugging.css
@@ -204,7 +204,7 @@ button {
height: 12px;
vertical-align: 0;
margin-inline-end: 8px;
- background-image: url(chrome://devtools/skin/images/alert.svg);
+ background-image: url(chrome://devtools/skin/images/alert-small.svg);
background-repeat: no-repeat;
background-size: contain;
}
diff --git a/devtools/client/jar.mn b/devtools/client/jar.mn
index 3e793686e0f0..7fb558f3d85d 100644
--- a/devtools/client/jar.mn
+++ b/devtools/client/jar.mn
@@ -69,7 +69,12 @@ devtools.jar:
skin/images/accessibility.svg (themes/images/accessibility.svg)
skin/images/add.svg (themes/images/add.svg)
skin/images/alert.svg (themes/images/alert.svg)
+ skin/images/alert-small.svg (themes/images/alert-small.svg)
skin/images/alert-tiny.svg (themes/images/alert-tiny.svg)
+ skin/images/error.svg (themes/images/error.svg)
+ skin/images/error-small.svg (themes/images/error-small.svg)
+ skin/images/info.svg (themes/images/info.svg)
+ skin/images/info-small.svg (themes/images/info-small.svg)
skin/images/arrow.svg (themes/images/arrow.svg)
skin/images/arrow-big.svg (themes/images/arrow-big.svg)
skin/images/arrowhead-left.svg (themes/images/arrowhead-left.svg)
@@ -122,8 +127,6 @@ devtools.jar:
skin/images/rules-view-print-simulation.svg (themes/images/rules-view-print-simulation.svg)
skin/markup.css (themes/markup.css)
skin/webconsole.css (themes/webconsole.css)
- skin/images/webconsole/error.svg (themes/images/webconsole/error.svg)
- skin/images/webconsole/info.svg (themes/images/webconsole/info.svg)
skin/images/webconsole/input.svg (themes/images/webconsole/input.svg)
skin/images/webconsole/navigation.svg (themes/images/webconsole/navigation.svg)
skin/images/webconsole/return.svg (themes/images/webconsole/return.svg)
diff --git a/devtools/client/netmonitor/src/assets/styles/NetworkDetailsPanel.css b/devtools/client/netmonitor/src/assets/styles/NetworkDetailsPanel.css
index da2343b5ec6d..2911ace70f72 100644
--- a/devtools/client/netmonitor/src/assets/styles/NetworkDetailsPanel.css
+++ b/devtools/client/netmonitor/src/assets/styles/NetworkDetailsPanel.css
@@ -475,7 +475,7 @@
height: 12px;
vertical-align: -1px;
margin-inline-start: 5px;
- background-image: url(chrome://devtools/skin/images/alert.svg);
+ background-image: url(chrome://devtools/skin/images/alert-small.svg);
background-size: cover;
-moz-context-properties: fill;
fill: var(--yellow-60);
diff --git a/devtools/client/themes/images/alert-small.svg b/devtools/client/themes/images/alert-small.svg
new file mode 100644
index 000000000000..8b9102cae3d0
--- /dev/null
+++ b/devtools/client/themes/images/alert-small.svg
@@ -0,0 +1,6 @@
+
+
diff --git a/devtools/client/themes/images/alert.svg b/devtools/client/themes/images/alert.svg
index 8b9102cae3d0..3c0e94a8b3c0 100644
--- a/devtools/client/themes/images/alert.svg
+++ b/devtools/client/themes/images/alert.svg
@@ -1,6 +1,6 @@
-