Index: /trunk/data/defaultpresets.xml
===================================================================
--- /trunk/data/defaultpresets.xml	(revision 9154)
+++ /trunk/data/defaultpresets.xml	(revision 9155)
@@ -1248,5 +1248,5 @@
             <key key="highway" value="give_way" />
         </item> <!-- Give Way -->
-        <item name="Mini-Roundabout" icon="presets/roundabout_left.png" type="node" preset_name_label="true">
+        <item name="Mini-Roundabout" icon="styles/standard/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
             <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=mini_roundabout"
                   de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=mini_roundabout"
Index: /trunk/styles/standard/elemstyles.mapcss
===================================================================
--- /trunk/styles/standard/elemstyles.mapcss	(revision 9154)
+++ /trunk/styles/standard/elemstyles.mapcss	(revision 9155)
@@ -682,10 +682,10 @@
 }
 node[direction=clockwise] {
-    icon-image: "vehicle/restriction/roundabout_left.png";
+    icon-image: "vehicle/restriction/roundabout_left.svg";
     set icon_z17;
     text: auto;
 }
 node[highway=mini_roundabout] {
-    icon-image: "vehicle/restriction/roundabout_left.png";
+    icon-image: "vehicle/restriction/mini_roundabout_left.svg";
     set icon_z17;
     text: auto;
@@ -914,5 +914,5 @@
 
 node[junction=roundabout] {
-    icon-image: "vehicle/restriction/roundabout_left.png";
+    icon-image: "vehicle/restriction/roundabout_left.svg";
     set icon_z17;
     text: auto;
