diff --git a/resources/themes/Blend of Gray/icons/handle-horizontal.svg b/resources/themes/Blend of Gray/icons/handle-horizontal.svg
new file mode 100644
index 00000000000..1d923d60cd8
--- /dev/null
+++ b/resources/themes/Blend of Gray/icons/handle-horizontal.svg
@@ -0,0 +1,51 @@
+
+image/svg+xml
\ No newline at end of file
diff --git a/resources/themes/Blend of Gray/icons/handle-vertical.svg b/resources/themes/Blend of Gray/icons/handle-vertical.svg
new file mode 100644
index 00000000000..3e3850f60c6
--- /dev/null
+++ b/resources/themes/Blend of Gray/icons/handle-vertical.svg
@@ -0,0 +1,52 @@
+
+image/svg+xml
\ No newline at end of file
diff --git a/resources/themes/Blend of Gray/icons/separator-horizontal.svg b/resources/themes/Blend of Gray/icons/separator-horizontal.svg
new file mode 100644
index 00000000000..180d0899f14
--- /dev/null
+++ b/resources/themes/Blend of Gray/icons/separator-horizontal.svg
@@ -0,0 +1,51 @@
+
+image/svg+xml
\ No newline at end of file
diff --git a/resources/themes/Blend of Gray/icons/separator-vertical.svg b/resources/themes/Blend of Gray/icons/separator-vertical.svg
new file mode 100644
index 00000000000..03179bf6f9a
--- /dev/null
+++ b/resources/themes/Blend of Gray/icons/separator-vertical.svg
@@ -0,0 +1,52 @@
+
+image/svg+xml
\ No newline at end of file
diff --git a/resources/themes/Blend of Gray/style.qss b/resources/themes/Blend of Gray/style.qss
index 165176de538..4abe875eb56 100644
--- a/resources/themes/Blend of Gray/style.qss
+++ b/resources/themes/Blend of Gray/style.qss
@@ -355,22 +355,22 @@ QToolBar {
QToolBar::handle:horizontal
{
- image: url(:/qss_icons/rc/Hmovetoolbar.png);
+ image: url(@theme_path/icons/handle-horizontal.svg);
}
QToolBar::handle:vertical
{
- image: url(:/qss_icons/rc/Vmovetoolbar.png);
+ image: url(@theme_path/icons/handle-vertical.svg);
}
QToolBar::separator:horizontal
{
- image: url(:/qss_icons/rc/Hsepartoolbar.png);
+ image: url(@theme_path/icons/separator-horizontal.svg);
}
QToolBar::separator:vertical
{
- image: url(:/qss_icons/rc/Vsepartoolbars.png);
+ image: url(@theme_path/icons/separator-vertical.svg);
}
QMenu::separator