--- styles/standard/elemstyles.mapcss
+++ styles/standard/elemstyles.mapcss
@@ -710,6 +710,10 @@
     icon-image: "vehicle/turning_circle.png";
     text: auto;
 }
+node[highway=turning_loop] {
+    icon-image: "vehicle/turning_loop.png";
+    text: auto;
+}
 node[highway=passing_place] {
     icon-image: "vehicle/passing_place.png";
     text: auto;
--- data/defaultpresets.xml
+++ data/defaultpresets.xml
@@ -1180,6 +1180,11 @@
                   ru.href="http://wiki.openstreetmap.org/wiki/RU:Tag:highway=turning_circle" />
             <key key="highway" value="turning_circle" />
         </item>
+        <item name="Turning Loop" icon="styles/standard/vehicle/turning_loop.png" type="node" preset_name_label="true">
+            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=turning_loop"
+                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=turning_loop" />
+            <key key="highway" value="turning_loop" />
+        </item>
         <item name="City Limit" icon="presets/citylimit.png" type="node" preset_name_label="true">
             <link href="http://wiki.openstreetmap.org/wiki/Tag:traffic_sign=city_limit"
                   de.href="http://wiki.openstreetmap.org/wiki/DE:Key:traffic_sign"
