Index: /applications/editors/josm/plugins/flatlaf/build.xml
===================================================================
--- /applications/editors/josm/plugins/flatlaf/build.xml	(revision 35536)
+++ /applications/editors/josm/plugins/flatlaf/build.xml	(revision 35537)
@@ -7,4 +7,5 @@
     <property name="plugin.class" value="org.openstreetmap.josm.plugins.flatlaf.FlatLafPlugin"/>
     <property name="plugin.description" value="FlatLaf - Flat Look and Feel"/>
+    <property name="plugin.icon" value="images/FlatLaf.svg"/>
     <property name="plugin.early" value="true" />
     <property name="plugin.stage" value="-4" /><!-- very early plugin -->
Index: /applications/editors/josm/plugins/flatlaf/images/FlatLaf.svg
===================================================================
--- /applications/editors/josm/plugins/flatlaf/images/FlatLaf.svg	(revision 35537)
+++ /applications/editors/josm/plugins/flatlaf/images/FlatLaf.svg	(revision 35537)
@@ -0,0 +1,13 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
+  <defs>
+    <linearGradient id="flatlaf-a" x1="50%" x2="50%" y1="0%" y2="100%">
+      <stop offset="0%" stop-color="#DD6900"/>
+      <stop offset="100%" stop-color="#D45500"/>
+    </linearGradient>
+  </defs>
+  <g fill="none" fill-rule="evenodd">
+    <rect width="16" height="16" fill="url(#flatlaf-a)"/>
+    <polygon fill="#FFF" points="9 13 13 13 12.5 11.5 10.5 11.5 10.5 6.5 9 6"/>
+    <polygon fill="#FFF" points="4 12.5 4 3 9 3 8.5 4.5 5.5 4.5 5.5 7 7.5 7 7 8.5 5.5 8.5 5.5 12"/>
+  </g>
+</svg>
