diff --git a/src/Gui/Icons/CoordinateSystem.svg b/src/Gui/Icons/CoordinateSystem.svg
deleted file mode 100644
index 64454826a4..0000000000
--- a/src/Gui/Icons/CoordinateSystem.svg
+++ /dev/null
@@ -1,220 +0,0 @@
-
-
-
-
diff --git a/src/Gui/Icons/Std_CoordinateSystem.svg b/src/Gui/Icons/Std_CoordinateSystem.svg
index 2684ca0b45..1f3b26da2a 100644
--- a/src/Gui/Icons/Std_CoordinateSystem.svg
+++ b/src/Gui/Icons/Std_CoordinateSystem.svg
@@ -10,90 +10,81 @@
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- width="64px"
- height="64px"
- id="svg5821"
- sodipodi:version="0.32"
- inkscape:version="0.91 r13725"
- sodipodi:docname="Std_CoordinateSystem.svg"
- inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ width="64"
+ height="64"
+ viewBox="0 0 64 64"
+ id="svg2"
version="1.1"
- inkscape:export-filename="/media/data/Yorik/FreeCAD/icons/Sketcher.png"
- inkscape:export-xdpi="45"
- inkscape:export-ydpi="45">
+ inkscape:version="0.92.3 (2405546, 2018-03-11)"
+ sodipodi:docname="Std_CoordinateSystem.svg">
-
-
-
-
-
-
-
-
-
-
+ id="defs4">
+
+
+
+
+
+
+
+
+
+ xlink:href="#linearGradient4067-6"
+ id="radialGradient4081-3"
+ cx="16.481266"
+ cy="23.519165"
+ fx="16.481266"
+ fy="23.519165"
+ r="6"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.63761699,0.70479955,-0.91978898,0.75319585,27.605199,-5.8113614)" />
-
+ id="linearGradient4067-6">
+ id="stop4069-7" />
+ id="stop4071-5" />
+ inkscape:snap-bbox="true">
+ id="metadata7">
@@ -135,241 +124,96 @@
-
-
- [wmayer]
-
-
- Sketcher_Sketch
- 2011-10-10
- http://www.freecadweb.org/wiki/index.php?title=Artwork
-
-
- FreeCAD
-
-
- FreeCAD/src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Sketch.svg
-
-
- FreeCAD LGPL2+
-
-
- https://www.gnu.org/copyleft/lesser.html
-
-
- [agryson] Alexander Gryson
-
-
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-988.36216)">
+ id="g4036-9-5"
+ transform="matrix(0.92040759,-0.64428531,1.0101525,0.70710678,-1.7070363,1006.0233)"
+ style="fill:#73d216;stroke:#172a04;stroke-width:1.75300193;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1">
+ id="g4033-8-3"
+ transform="matrix(0.70857077,0.64561924,-0.7760537,0.70710678,30.848953,1.7173836)"
+ style="fill:#73d216;stroke:#172a04;stroke-width:1.75119007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ style="fill:#73d216;stroke:#172a04;stroke-width:1.75119007;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;fill-opacity:1"
+ id="rect3261-1-56"
+ width="23"
+ height="6"
+ x="-25"
+ y="-38"
+ transform="scale(-1,-1)" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/Gui/Icons/Std_CoordinateSystem_alt.svg b/src/Gui/Icons/Std_CoordinateSystem_alt.svg
new file mode 100644
index 0000000000..2684ca0b45
--- /dev/null
+++ b/src/Gui/Icons/Std_CoordinateSystem_alt.svg
@@ -0,0 +1,375 @@
+
+
+
+
diff --git a/src/Gui/Icons/Std_Placement.svg b/src/Gui/Icons/Std_Placement.svg
new file mode 100644
index 0000000000..694f1cce76
--- /dev/null
+++ b/src/Gui/Icons/Std_Placement.svg
@@ -0,0 +1,387 @@
+
+
+
+
diff --git a/src/Gui/Icons/resource.qrc b/src/Gui/Icons/resource.qrc
index 5685b07c36..43338dc69e 100644
--- a/src/Gui/Icons/resource.qrc
+++ b/src/Gui/Icons/resource.qrc
@@ -139,8 +139,9 @@
DrawStyleShaded.svg
DrawStyleWireFrame.svg
user.svg
- CoordinateSystem.svg
Std_CoordinateSystem.svg
+ Std_CoordinateSystem_alt.svg
+ Std_Placement.svg
MacroEditor.svg
Param_Bool.svg
Param_Float.svg
diff --git a/src/Gui/ViewProviderPlacement.cpp b/src/Gui/ViewProviderPlacement.cpp
index 3bd7cd7ad5..2c0698d4cc 100644
--- a/src/Gui/ViewProviderPlacement.cpp
+++ b/src/Gui/ViewProviderPlacement.cpp
@@ -73,7 +73,7 @@ ViewProviderPlacement::ViewProviderPlacement()
pcRoot->unref();
pcRoot = newRoot;
pcRoot->ref();
- sPixmap = "CoordinateSystem";
+ sPixmap = "Std_Placement";
OnTopWhenSelected.setValue(1);
}