Index: /trunk/resources/data/defaultpresets.xml
===================================================================
--- /trunk/resources/data/defaultpresets.xml	(revision 19025)
+++ /trunk/resources/data/defaultpresets.xml	(revision 19026)
@@ -3109,4 +3109,17 @@
             </optional>
         </item> <!-- Public Bicycle Repair Station -->
+        <item name="Bicycle Wash" icon="presets/vehicle/bicycle_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
+            <link wiki="Tag:amenity=bicycle_wash" />
+            <space />
+            <key key="amenity" value="bicycle_wash" />
+            <optional>
+            <reference ref="name_operator" />
+            <text key="manufacturer" text="Manufacturer" />
+            <reference ref="oh" />
+            <check key="self_service" text="Self Service" />
+            <check key="automated" text="Automated" />
+            <check key="fee" text="Fee" />
+            </optional>
+        </item> <!-- Bicycle Wash -->
     </group> <!-- Bicycle -->
     <group name="Public Transport" icon="presets/transport/bus.svg">
Index: /trunk/resources/images/presets/vehicle/bicycle_wash.svg
===================================================================
--- /trunk/resources/images/presets/vehicle/bicycle_wash.svg	(revision 19026)
+++ /trunk/resources/images/presets/vehicle/bicycle_wash.svg	(revision 19026)
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Generator: Adobe Illustrator 28.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
+
+<svg
+   version="1.1"
+   id="bicycle_wash"
+   x="0px"
+   y="0px"
+   viewBox="0 0 512 512"
+   xml:space="preserve"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg">
+	<defs id="defs1" />
+	<rect id="rect1"
+		  style="fill:#ffffff;stroke-width:16"
+		  width="512"
+		  height="512"
+		  x="0"
+		  y="0" />
+	<path id="path4290-2"
+		  class="st1"
+		  style="stroke-width:1.29661"
+		  d="M 183,73.13 109.8,182.8
+		  	 H 73.23
+		  	 L 146.4,73.13
+		  	 Z m 146.3,0 73.2,109.67
+		  	 H 439
+		  	 L 365.9,73.13
+		  	 Z m -91.4,0 h 36.6
+		  	 V 182.8
+		  	 H 237.9 Z
+		  	 M 219.6,0 146.5,36.57
+		  	 H 365.9
+		  	 L 292.8,0
+		  	 Z m 73.2,197.5
+		  	 V 234 l 36.5,22 v 36.5
+		  	 H 190.3 183
+		  	 V 256 h 18.4 c 36.5,0 36.5,-36.6 0,-36.6 h -73.2 c -36.55,0 -36.55,36.6 0,36.6 h 18.3 v 36.5 l -21.9,51.3 h -3.7 c -47.53,0 -84.1,36.5 -84.1,84.1 0,47.6 36.57,84.1 84.1,84.1 47.6,0 84.2,-36.5 84.2,-84.1 0,-7.3 -3.6,-18.3 -3.6,-25.6 h 18.2 36.5 l 80.5,-73.1 v 0 l 11,25.5 c -21.9,14.7 -40.2,43.9 -40.2,73.2 0,47.6 36.6,84.1 84.2,84.1 47.5,0 84.1,-36.5 84.1,-84.1 0,-47.6 -40.2,-84.1 -84.1,-84.1 h -3.6
+		  	 L 366.2,292.5
+		  	 V 241.3
+		  	 Z M 175.6,329.2 h 113.3 l -47.5,43.9 h -54.8 c -7.3,-7.3 -11.1,-14.7 -18.4,-18.4 z m -54.8,54.9 c 25.6,0 43.8,18.2 43.8,43.8 0,25.5 -18.2,43.8 -43.8,43.8 -25.52,0 -43.81,-18.3 -43.81,-43.8 0,-25.6 18.29,-43.8 43.81,-43.8 z m 270.6,0 c 25.5,0 43.9,18.2 43.9,43.8 0,25.5 -18.4,43.8 -43.9,43.8 -25.5,0 -43.8,-18.3 -43.8,-43.8 0,-25.6 18.3,-43.8 43.8,-43.8 z"
+		  />
+</svg>
Index: /trunk/resources/styles/standard/elemstyles.mapcss
===================================================================
--- /trunk/resources/styles/standard/elemstyles.mapcss	(revision 19025)
+++ /trunk/resources/styles/standard/elemstyles.mapcss	(revision 19026)
@@ -3086,4 +3086,5 @@
 area[amenity=bicycle_rental],
 area[amenity=bicycle_repair_station],
+area[amenity=bicycle_wash],
 area[amenity=car_rental],
 area[amenity=car_pooling],
@@ -3138,4 +3139,8 @@
 node[amenity=bicycle_repair_station] {
     icon-image: "presets/vehicle/bicycle_repair_station.svg";
+    set icon_z17;
+}
+node[amenity=bicycle_wash] {
+    icon-image: "presets/vehicle/bicycle_wash.svg";
     set icon_z17;
 }
