diff --git a/resources/qml/Topbar.qml b/resources/qml/Topbar.qml
index 7e1bfeb808..bf4c8b50ac 100644
--- a/resources/qml/Topbar.qml
+++ b/resources/qml/Topbar.qml
@@ -237,7 +237,7 @@ Rectangle
// #1 3d view
Button
{
- iconSource: UM.Theme.getIcon("category_machine")
+ iconSource: UM.Theme.getIcon("view_3d")
style: UM.Theme.styles.orientation_button
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{
@@ -248,7 +248,7 @@ Rectangle
// #2 Front view
Button
{
- iconSource: UM.Theme.getIcon("category_machine")
+ iconSource: UM.Theme.getIcon("view_fron")
style: UM.Theme.styles.orientation_button
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{
@@ -259,7 +259,7 @@ Rectangle
// #3 Top view
Button
{
- iconSource: UM.Theme.getIcon("category_machine")
+ iconSource: UM.Theme.getIcon("view_top")
style: UM.Theme.styles.orientation_button
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{
@@ -270,7 +270,7 @@ Rectangle
// #4 Left view
Button
{
- iconSource: UM.Theme.getIcon("category_machine")
+ iconSource: UM.Theme.getIcon("view_left")
style: UM.Theme.styles.orientation_button
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{
@@ -281,7 +281,7 @@ Rectangle
// #5 Left view
Button
{
- iconSource: UM.Theme.getIcon("category_machine")
+ iconSource: UM.Theme.getIcon("view_right")
style: UM.Theme.styles.orientation_button
anchors.verticalCenter: viewOrientationControl.verticalCenter
onClicked:{
diff --git a/resources/themes/cura-light/icons/view_3d.svg b/resources/themes/cura-light/icons/view_3d.svg
new file mode 100644
index 0000000000..de803ab2a6
--- /dev/null
+++ b/resources/themes/cura-light/icons/view_3d.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/resources/themes/cura-light/icons/view_fron.svg b/resources/themes/cura-light/icons/view_fron.svg
new file mode 100644
index 0000000000..68e43c43a0
--- /dev/null
+++ b/resources/themes/cura-light/icons/view_fron.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/resources/themes/cura-light/icons/view_left.svg b/resources/themes/cura-light/icons/view_left.svg
new file mode 100644
index 0000000000..729a7f18cd
--- /dev/null
+++ b/resources/themes/cura-light/icons/view_left.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/resources/themes/cura-light/icons/view_right.svg b/resources/themes/cura-light/icons/view_right.svg
new file mode 100644
index 0000000000..802da651ef
--- /dev/null
+++ b/resources/themes/cura-light/icons/view_right.svg
@@ -0,0 +1,56 @@
+
+
diff --git a/resources/themes/cura-light/icons/view_top.svg b/resources/themes/cura-light/icons/view_top.svg
new file mode 100644
index 0000000000..8c94744df0
--- /dev/null
+++ b/resources/themes/cura-light/icons/view_top.svg
@@ -0,0 +1,56 @@
+
+