diff --git a/core/css/icons.css b/core/css/icons.css
index 14b2101b331e1555ad165c184927319f35eee3b0..dd34d03ae5c3a845778ec86f34b505bb4cdf4d0e 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -47,10 +47,12 @@
 .icon-checkmark {
 	background-image: url('../img/actions/checkmark.svg');
 }
-
 .icon-checkmark-white {
 	background-image: url('../img/actions/checkmark-white.svg');
 }
+.icon-checkmark-color {
+	background-image: url('../img/actions/checkmark-color.svg');
+}
 
 .icon-close {
 	background-image: url('../img/actions/close.svg');
@@ -82,6 +84,16 @@
 	background-image: url('../img/actions/edit.svg');
 }
 
+.icon-error {
+	background-image: url('../img/actions/error.svg');
+}
+.icon-error-white {
+	background-image: url('../img/actions/error-white.svg');
+}
+.icon-error-color {
+	background-image: url('../img/actions/error-color.svg');
+}
+
 .icon-external {
 	background-image: url('../img/actions/external.svg');
 }