Index: trunk/resources/data/defaultpresets.xml
===================================================================
--- trunk/resources/data/defaultpresets.xml	(revision 18307)
+++ trunk/resources/data/defaultpresets.xml	(revision 18319)
@@ -1760,5 +1760,5 @@
             <preset_link preset_name="Access Restrictions" />
         </item> <!-- Log -->
-        <item name="Ditch" name_context="Barrier" type="way,closedway" preset_name_label="true">
+        <item name="Ditch" name_context="Barrier" icon="presets/barrier/ditch.svg" type="way,closedway" preset_name_label="true">
             <link wiki="Tag:barrier=ditch" />
             <key key="barrier" value="ditch" />
@@ -7202,5 +7202,5 @@
         </item> <!-- Farm Stand -->
         <separator/>
-        <item name="Organic" type="node,closedway,multipolygon" preset_name_label="true">
+        <item name="Organic" icon="presets/shop/groceries/organic.svg" type="node,closedway,multipolygon" preset_name_label="true">
             <link wiki="Key:organic" />
             <space />
Index: trunk/resources/images/presets/barrier/ditch.svg
===================================================================
--- trunk/resources/images/presets/barrier/ditch.svg	(revision 18319)
+++ trunk/resources/images/presets/barrier/ditch.svg	(revision 18319)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <defs>
+  <linearGradient id="linearGradient1446" x1="8" x2="8" y1="7" y2="15" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#c0971c" offset="0"/>
+   <stop stop-color="#73510d" offset="1"/>
+  </linearGradient>
+ </defs>
+ <path d="m1 1h5v10l1 1h2l1-1v-10h5v14h-14z" fill="url(#linearGradient1446)"/>
+</svg>
Index: trunk/resources/images/presets/shop/groceries/organic.svg
===================================================================
--- trunk/resources/images/presets/shop/groceries/organic.svg	(revision 18319)
+++ trunk/resources/images/presets/shop/groceries/organic.svg	(revision 18319)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <defs>
+  <radialGradient id="radialGradient3310" cx="8" cy="8" r="8" gradientUnits="userSpaceOnUse">
+   <stop stop-color="#00e54d" offset="0"/>
+   <stop stop-color="#008015" offset="1"/>
+  </radialGradient>
+ </defs>
+ <circle cx="8" cy="8" r="8" fill="url(#radialGradient3310)" fill-rule="evenodd" stroke-linecap="square" stroke-width=".2562" style="paint-order:stroke fill markers"/>
+ <path d="m2 6 2 6.5h8l2-6.5" fill="none" stroke="#fff" stroke-width="1px"/>
+ <g fill="#fff" fill-rule="evenodd">
+  <circle cx="6" cy="10" r="1" style="paint-order:stroke fill markers"/>
+  <circle cx="9" cy="10" r="1" style="paint-order:stroke fill markers"/>
+  <circle cx="8" cy="7" r="1" style="paint-order:stroke fill markers"/>
+  <circle cx="11" cy="7" r="1" style="paint-order:stroke fill markers"/>
+ </g>
+</svg>
