diff --git a/interface/resources/icons/hud-01.svg b/interface/resources/icons/hud-01.svg
deleted file mode 100644
index 4929389268..0000000000
--- a/interface/resources/icons/hud-01.svg
+++ /dev/null
@@ -1,105 +0,0 @@
-
-
-
diff --git a/interface/resources/icons/hud.svg b/interface/resources/icons/hud.svg
new file mode 100644
index 0000000000..9e77aa6040
--- /dev/null
+++ b/interface/resources/icons/hud.svg
@@ -0,0 +1,258 @@
+
+
+
diff --git a/interface/resources/qml/hifi/Desktop.qml b/interface/resources/qml/hifi/Desktop.qml
index 169542c0f0..7a7a6b63df 100644
--- a/interface/resources/qml/hifi/Desktop.qml
+++ b/interface/resources/qml/hifi/Desktop.qml
@@ -56,7 +56,7 @@ OriginalDesktop.Desktop {
var sysToolbar = desktop.getToolbar("com.highfidelity.interface.toolbar.system");
var toggleHudButton = sysToolbar.addButton({
objectName: "hudToggle",
- imageURL: "../../../icons/hud-01.svg",
+ imageURL: "../../../icons/hud.svg",
visible: true,
pinned: true,
});
diff --git a/scripts/system/assets/images/tools/directory-01.svg b/scripts/system/assets/images/tools/directory-01.svg
deleted file mode 100644
index d038611d69..0000000000
--- a/scripts/system/assets/images/tools/directory-01.svg
+++ /dev/null
@@ -1,194 +0,0 @@
-
-
-
diff --git a/scripts/system/assets/images/tools/directory.svg b/scripts/system/assets/images/tools/directory.svg
new file mode 100644
index 0000000000..912243c52e
--- /dev/null
+++ b/scripts/system/assets/images/tools/directory.svg
@@ -0,0 +1,366 @@
+
+
+
diff --git a/scripts/system/assets/images/tools/edit-01.svg b/scripts/system/assets/images/tools/edit-01.svg
deleted file mode 100644
index c661c6f678..0000000000
--- a/scripts/system/assets/images/tools/edit-01.svg
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
diff --git a/scripts/system/assets/images/tools/edit.svg b/scripts/system/assets/images/tools/edit.svg
new file mode 100644
index 0000000000..13389a2b14
--- /dev/null
+++ b/scripts/system/assets/images/tools/edit.svg
@@ -0,0 +1,234 @@
+
+
+
diff --git a/scripts/system/assets/images/tools/examples-01.svg b/scripts/system/assets/images/tools/examples-01.svg
deleted file mode 100644
index ec4758dcde..0000000000
--- a/scripts/system/assets/images/tools/examples-01.svg
+++ /dev/null
@@ -1,306 +0,0 @@
-
-
-
diff --git a/scripts/system/assets/images/tools/hmd-switch-01.svg b/scripts/system/assets/images/tools/hmd-switch-01.svg
deleted file mode 100644
index 31389d355c..0000000000
--- a/scripts/system/assets/images/tools/hmd-switch-01.svg
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-
diff --git a/scripts/system/assets/images/tools/market.svg b/scripts/system/assets/images/tools/market.svg
new file mode 100644
index 0000000000..fa4a3d7256
--- /dev/null
+++ b/scripts/system/assets/images/tools/market.svg
@@ -0,0 +1,258 @@
+
+
+
diff --git a/scripts/system/assets/images/tools/mic.svg b/scripts/system/assets/images/tools/mic.svg
new file mode 100644
index 0000000000..f3afccca70
--- /dev/null
+++ b/scripts/system/assets/images/tools/mic.svg
@@ -0,0 +1,164 @@
+
+
+
diff --git a/scripts/system/assets/images/tools/switch.svg b/scripts/system/assets/images/tools/switch.svg
new file mode 100644
index 0000000000..23655d747d
--- /dev/null
+++ b/scripts/system/assets/images/tools/switch.svg
@@ -0,0 +1,230 @@
+
+
+
diff --git a/scripts/system/edit.js b/scripts/system/edit.js
index 9d5585e353..6810bae590 100644
--- a/scripts/system/edit.js
+++ b/scripts/system/edit.js
@@ -192,7 +192,7 @@ var toolBar = (function() {
});
activeButton = toolBar.addTool({
- imageURL: toolIconUrl + "edit-01.svg",
+ imageURL: toolIconUrl + "edit.svg",
subImage: {
x: 0,
y: Tool.IMAGE_WIDTH,
diff --git a/scripts/system/examples.js b/scripts/system/examples.js
index 4d838bc8af..0ec2644f9c 100644
--- a/scripts/system/examples.js
+++ b/scripts/system/examples.js
@@ -53,7 +53,7 @@ function toggleExamples() {
var toolBar = Toolbars.getToolbar("com.highfidelity.interface.toolbar.system");
var browseExamplesButton = toolBar.addButton({
- imageURL: toolIconUrl + "examples-01.svg",
+ imageURL: toolIconUrl + "market.svg",
objectName: "examples",
buttonState: 1,
alpha: 0.9
diff --git a/scripts/system/goto.js b/scripts/system/goto.js
index 4650e72dad..24c402ab85 100644
--- a/scripts/system/goto.js
+++ b/scripts/system/goto.js
@@ -14,7 +14,7 @@ var toolBar = Toolbars.getToolbar("com.highfidelity.interface.toolbar.system");
var button = toolBar.addButton({
objectName: "goto",
- imageURL: Script.resolvePath("assets/images/tools/directory-01.svg"),
+ imageURL: Script.resolvePath("assets/images/tools/directory.svg"),
visible: true,
buttonState: 1,
alpha: 0.9,
diff --git a/scripts/system/hmd.js b/scripts/system/hmd.js
index 0d6a273975..305557b60c 100644
--- a/scripts/system/hmd.js
+++ b/scripts/system/hmd.js
@@ -30,7 +30,7 @@ function onClicked(){
if (headset) {
button = toolBar.addButton({
objectName: "hmdToggle",
- imageURL: Script.resolvePath("assets/images/tools/hmd-switch-01.svg"),
+ imageURL: Script.resolvePath("assets/images/tools/switch.svg"),
visible: true,
alpha: 0.9,
});
diff --git a/scripts/system/mute.js b/scripts/system/mute.js
index f91ecbafae..cd29e8faae 100644
--- a/scripts/system/mute.js
+++ b/scripts/system/mute.js
@@ -14,7 +14,7 @@ var toolBar = Toolbars.getToolbar("com.highfidelity.interface.toolbar.system");
var button = toolBar.addButton({
objectName: "mute",
- imageURL: Script.resolvePath("assets/images/tools/mic-01.svg"),
+ imageURL: Script.resolvePath("assets/images/tools/mic.svg"),
visible: true,
alpha: 0.9,
});