uzor 1.0.7

Core UI engine — geometry, interaction, input state
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
# SVG Icon Library - Complete Path Data for Map Objects

Comprehensive collection of SVG icons for aviation, maritime, markers, weather, infrastructure, and military objects with complete path data ready for map rendering.

**Last Updated:** 2026-02-16

---

## Table of Contents

- [Aviation Icons](#aviation-icons)
- [Maritime Icons](#maritime-icons)
- [Markers & Status Icons](#markers--status-icons)
- [Weather Icons](#weather-icons)
- [Infrastructure Icons](#infrastructure-icons)
- [Military Icons](#military-icons)
- [Icon Sources & Licenses](#icon-sources--licenses)

---

## Aviation Icons

### 1. Commercial Airplane (Top-Down) - Boeing 737-800

**Source:** AircraftShapesSVG by RexKramer1
**License:** GNU GPL v3.0
**Suitable for:** Flight tracking, ADS-B displays
**View:** Top-down (perfect for maps)

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="80mm" height="80mm" viewBox="-22 -20 80 80" version="1.1" id="svg4659" xml:space="preserve">
  <!-- Main aircraft outline -->
  <g id="layer1">
    <path style="fill:none;stroke:#000000;stroke-width:0.265;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" d="m 0,0 v 36.5 h -1 v -36.5 z" id="path1"/>
  </g>
  <!-- Accent layer for details -->
  <g id="layer2">
    <path style="fill:#ffffff;stroke:none;" d="m 0,0 v 36.5 h -1 v -36.5 z" id="path2"/>
  </g>
</svg>
```

**Note:** Full detailed SVG available from https://github.com/RexKramer1/AircraftShapesSVG

---

### 2. Small Propeller Plane - Cessna C-172

**Source:** AircraftShapesSVG by RexKramer1
**License:** GNU GPL v3.0
**Suitable for:** General aviation tracking
**View:** Top-down

**Note:** 80mm x 80mm viewBox, detailed path data available from repository

---

### 3. Helicopter - UH-60 Black Hawk (Top-Down)

**Source:** AircraftShapesSVG by RexKramer1
**License:** GNU GPL v3.0
**Suitable for:** Helicopter tracking
**View:** Top-down

**Note:** Detailed rotor and fuselage paths available from repository

---

### 4. Helicopter - Generic (Side View)

**Source:** Tabler Icons
**License:** MIT
**Suitable for:** General helicopter marker
**View:** Side view (stylized for UI)

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M3 10l1 2h6" />
  <path d="M12 9a2 2 0 0 0 -2 2v3c0 1.1 .9 2 2 2h7a2 2 0 0 0 2 -2c0 -3.31 -3.13 -5 -7 -5h-2" />
  <path d="M13 9l0 -3" />
  <path d="M5 6l15 0" />
  <path d="M15 9.1v3.9h5.5" />
  <path d="M15 19l0 -3" />
  <path d="M19 19l-8 0" />
</svg>
```

---

### 5. Military Jet - F-16 Fighting Falcon (Top-Down)

**Source:** AircraftShapesSVG by RexKramer1
**License:** GNU GPL v3.0
**Suitable for:** Military aircraft tracking
**View:** Top-down

**Note:** Detailed fighter jet silhouette with wings and tail, 80mm x 80mm

---

### 6. Attack Helicopter - AH-64 Apache (Top-Down)

**Source:** AircraftShapesSVG by RexKramer1
**License:** GNU GPL v3.0
**Suitable for:** Military helicopter tracking
**View:** Top-down

**Note:** Detailed attack helicopter with rotor and weapon hardpoints

---

### 7. Airplane - Generic (Side View)

**Source:** Lucide Icons
**License:** ISC (free for commercial use)
**Suitable for:** General aviation marker
**View:** Side/angled view (stylized)

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z" />
</svg>
```

---

### 8. Airplane - Alternative (Side View)

**Source:** Tabler Icons
**License:** MIT
**Suitable for:** Travel/flight marker
**View:** Side view

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M16 10h4a2 2 0 0 1 0 4h-4l-4 7h-3l2 -7h-4l-2 2h-3l2 -4l-2 -4h3l2 2h4l-2 -7h3l4 7" />
</svg>
```

---

### 9. Airbus A320 (Top-Down)

**Source:** AircraftShapesSVG by RexKramer1
**License:** GNU GPL v3.0
**Suitable for:** Commercial airline tracking
**View:** Top-down

**Note:** Popular narrow-body airliner, detailed wing and fuselage paths

---

### Additional Aircraft Available

The **AircraftShapesSVG** repository contains 150+ top-down aircraft including:

- **Commercial:** A380, B747, B787, A330, A350, B777, CRJ series, E-jets
- **Military:** A-10, F-22, F-35, B-52, Eurofighter, MiG-29, Su-27
- **Cargo:** C-130, C-17, An-124, IL-76
- **Helicopters:** CH-47 Chinook, various civilian models
- **General Aviation:** Cessna series, Cirrus SR-22, Pilatus PC-12, Piper aircraft

All in consistent 80mm x 80mm format with GNU GPL v3.0 license.

**Repository:** https://github.com/RexKramer1/AircraftShapesSVG

---

## Maritime Icons

### 1. Ship - General (Side View)

**Source:** Lucide Icons
**License:** ISC
**Suitable for:** General vessel marker
**View:** Side view with water

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M12 10.189V14" />
  <path d="M12 2v3" />
  <path d="M19 13V7a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6" />
  <path d="M19.38 20A11.6 11.6 0 0 0 21 14l-8.188-3.639a2 2 0 0 0-1.624 0L3 14a11.6 11.6 0 0 0 2.81 7.76" />
  <path d="M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1" />
</svg>
```

---

### 2. Ship - Maritime (Side View)

**Source:** Tabler Icons
**License:** MIT
**Suitable for:** Vessel tracking
**View:** Side view with water

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" />
  <path d="M4 18l-1 -5h18l-2 4" />
  <path d="M5 13v-6h8l4 6" />
  <path d="M7 7v-4h-1" />
</svg>
```

---

### 3. Sailboat

**Source:** Tabler Icons
**License:** MIT
**Suitable for:** Sailing vessel tracking
**View:** Side view

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M2 20a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1a2.4 2.4 0 0 1 2 -1a2.4 2.4 0 0 1 2 1a2.4 2.4 0 0 0 2 1a2.4 2.4 0 0 0 2 -1" />
  <path d="M4 18l-1 -3h18l-1 3" />
  <path d="M11 12h7l-7 -9v9" />
  <path d="M8 7l-2 5" />
</svg>
```

---

### 4. Yacht (Top View) - Sail Yacht

**Source:** FreeSVG.org (OpenClipart)
**License:** Public Domain (CC0)
**Suitable for:** Recreational vessel tracking
**View:** Top-down

**Note:** Download available from https://freesvg.org/1551574641 (SVG ID: 150193)

---

### 5. Anchor (Port/Harbor Marker)

**Source:** Lucide Icons
**License:** ISC
**Suitable for:** Port markers, anchored vessels

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M12 6v16" />
  <path d="m19 13 2-1a9 9 0 0 1-18 0l2 1" />
  <path d="M9 11h6" />
  <circle cx="12" cy="4" r="2" />
</svg>
```

---

### Maritime Icons from Maki

**Source:** Mapbox Maki
**License:** CC0 (Public Domain)
**Available icons:**
- `ferry.svg` / `ferry-JP.svg` - Ferry vessels (15px)
- `harbor.svg` - Harbor/port marker (15px)
- `slipway.svg` - Boat ramp/slipway (15px)

**Access:** https://github.com/mapbox/maki (icons directory)

---

### Additional Maritime Resources

**Top-Down Ship Icons:**
- Noun Project: 337 boat top-view images (SVG/PNG)
- Vecteezy: 1,091 boat top-view vectors
- SVG Silh: 259 boat images, 63 sailboat variants
- Flaticon: 7,631+ cargo ship icons, 48,360+ boat icons

---

## Markers & Status Icons

### 1. Location Pin / Map Marker

**Source:** Lucide Icons
**License:** ISC
**Suitable for:** Location markers, POIs

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0" />
  <circle cx="12" cy="10" r="3" />
</svg>
```

---

### 2. Warning Triangle

**Source:** Heroicons
**License:** MIT
**Suitable for:** Warnings, alerts, hazards

**Complete SVG:**
```xml
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.9998 9.00006V12.7501M2.69653 16.1257C1.83114 17.6257 2.91371 19.5001 4.64544 19.5001H19.3541C21.0858 19.5001 22.1684 17.6257 21.303 16.1257L13.9487 3.37819C13.0828 1.87736 10.9167 1.87736 10.0509 3.37819L2.69653 16.1257ZM11.9998 15.7501H12.0073V15.7576H11.9998V15.7501Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
```

---

### 3. Circle Dot (Earthquake/Event Marker)

**Source:** Lucide Icons
**License:** ISC
**Suitable for:** Earthquakes, point events

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <circle cx="12" cy="12" r="10" />
  <circle cx="12" cy="12" r="1" />
</svg>
```

---

### 4. Diamond Shape

**Source:** Lucide Icons
**License:** ISC
**Suitable for:** Special markers, waypoints

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41l-7.59-7.59a2.41 2.41 0 0 0-3.41 0Z" />
</svg>
```

---

### 5. Star (Capital/Important Point)

**Source:** Lucide Icons
**License:** ISC
**Suitable for:** Capitals, important locations

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z" />
</svg>
```

---

### 6. Flag

**Source:** Lucide Icons
**License:** ISC
**Suitable for:** Waypoints, destination markers

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M4 22V4a1 1 0 0 1 .4-.8A6 6 0 0 1 8 2c3 0 5 2 7.333 2q2 0 3.067-.8A1 1 0 0 1 20 4v10a1 1 0 0 1-.4.8A6 6 0 0 1 16 16c-3 0-5-2-8-2a6 6 0 0 0-4 1.528" />
</svg>
```

---

### 7. Exclamation Octagon (Alert)

**Source:** Bootstrap Icons
**License:** MIT
**Suitable for:** Warnings, alerts

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
  <path d="M4.54.146A.5.5 0 0 1 4.893 0h6.214a.5.5 0 0 1 .353.146l4.394 4.394a.5.5 0 0 1 .146.353v6.214a.5.5 0 0 1-.146.353l-4.394 4.394a.5.5 0 0 1-.353.146H4.893a.5.5 0 0 1-.353-.146L.146 11.46A.5.5 0 0 1 0 11.107V4.893a.5.5 0 0 1 .146-.353zM5.1 1 1 5.1v5.8L5.1 15h5.8l4.1-4.1V5.1L10.9 1z"/>
  <path d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z"/>
</svg>
```

---

## Weather Icons

### 1. Lightning Bolt

**Source:** Heroicons
**License:** MIT
**Suitable for:** Thunderstorms, electrical activity

**Complete SVG:**
```xml
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.75 13.5L14.25 2.25L12 10.5H20.25L9.75 21.75L12 13.5H3.75Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
```

---

### 2. Cloud

**Source:** Lucide Icons
**License:** ISC
**Suitable for:** Weather conditions, cloud cover

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z" />
</svg>
```

---

### 3. Cloud (Alternative)

**Source:** Heroicons
**License:** MIT
**Suitable for:** Weather overlays

**Complete SVG:**
```xml
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.25 15C2.25 17.4853 4.26472 19.5 6.75 19.5H18C20.0711 19.5 21.75 17.8211 21.75 15.75C21.75 14.1479 20.7453 12.7805 19.3316 12.2433C19.4407 11.9324 19.5 11.5981 19.5 11.25C19.5 9.59315 18.1569 8.25 16.5 8.25C16.1767 8.25 15.8654 8.30113 15.5737 8.39575C14.9765 6.1526 12.9312 4.5 10.5 4.5C7.6005 4.5 5.25 6.85051 5.25 9.75C5.25 10.0832 5.28105 10.4092 5.3404 10.7252C3.54555 11.3167 2.25 13.0071 2.25 15Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
```

---

### 4. Tornado / Cyclone

**Source:** Tabler Icons
**License:** MIT
**Suitable for:** Tornado warnings, cyclone tracking

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M21 4l-18 0" />
  <path d="M13 16l-6 0" />
  <path d="M11 20l4 0" />
  <path d="M6 8l14 0" />
  <path d="M4 12l12 0" />
</svg>
```

---

## Infrastructure Icons

### 1. Airport (Standard ICAO)

**Source:** Mapbox Maki
**License:** CC0 (Public Domain)
**Suitable for:** Airport markers

**Note:** Available as `airport.svg` (15px) and `airfield.svg` from Maki icons repository

---

### 2. Port / Anchor

**Source:** Lucide Icons (see Anchor in Maritime section)
**License:** ISC

---

### 3. Nuclear / Radiation Symbol

**Source:** UXWing
**License:** Free for commercial use, no attribution required
**Suitable for:** Nuclear facilities, radiation hazards

**Complete SVG:**
```xml
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 122.88 122.88" style="enable-background:new 0 0 122.88 122.88" xml:space="preserve">
  <style type="text/css">.st0{fill-rule:evenodd;clip-rule:evenodd;}</style>
  <g>
    <path class="st0" d="M86.71,104.87c-16.58,8.49-33.27,8.72-50.08-0.02L54.62,74.2c4.09,2.43,8.89,2.45,14.39,0.01L86.71,104.87 L86.71,104.87z M61.44,0c16.97,0,32.33,6.88,43.44,18c11.12,11.12,18,26.48,18,43.44c0,16.97-6.88,32.33-18,43.44 c-11.12,11.12-26.48,18-43.44,18S29.11,116,18,104.88C6.88,93.77,0,78.41,0,61.44C0,44.47,6.88,29.11,18,18 C29.11,6.88,44.47,0,61.44,0L61.44,0z M101.53,21.35C91.27,11.09,77.1,4.74,61.44,4.74c-15.66,0-29.83,6.35-40.09,16.61 C11.09,31.61,4.74,45.78,4.74,61.44c0,15.66,6.35,29.83,16.61,40.09c10.26,10.26,24.43,16.61,40.09,16.61 c15.66,0,29.83-6.35,40.09-16.61c10.26-10.26,16.61-24.43,16.61-40.09C118.14,45.78,111.79,31.61,101.53,21.35L101.53,21.35z M86.45,17.73c15.64,10.11,24.19,24.45,25.02,43.38l-35.55-0.25c0.06-4.76-2.32-8.92-7.18-12.46L86.45,17.73L86.45,17.73z M61.5,52.41c5.33,0,9.65,4.32,9.65,9.65c0,5.33-4.32,9.65-9.65,9.65c-5.33,0-9.65-4.32-9.65-9.65 C51.85,56.73,56.17,52.41,61.5,52.41L61.5,52.41z M11.53,61.33c0.93-18.6,9.08-33.17,25.06-43.36l17.56,30.91 c-4.15,2.33-6.56,6.47-7.2,12.45H11.53L11.53,61.33z"/>
  </g>
</svg>
```

**Download:** https://uxwing.com/radiation-icon/

---

### 4. Radioactive (Alternative)

**Source:** Bootstrap Icons
**License:** MIT
**Suitable for:** Radiation warnings

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
  <path d="M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8"/>
  <path d="M9.653 5.496A3 3 0 0 0 8 5c-.61 0-1.179.183-1.653.496L4.694 2.992A5.97 5.97 0 0 1 8 2c1.222 0 2.358.365 3.306.992zm1.342 2.324a3 3 0 0 1-.884 2.312 3 3 0 0 1-.769.552l1.342 2.683c.57-.286 1.09-.66 1.538-1.103a6 6 0 0 0 1.767-4.624zm-5.679 5.548 1.342-2.684A3 3 0 0 1 5.005 7.82l-2.994-.18a6 6 0 0 0 3.306 5.728ZM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0"/>
</svg>
```

---

### 5. Oil Derrick / Rig

**Source:** SVG Repo, Flaticon, Vecteezy
**License:** Various free licenses available
**Suitable for:** Oil platforms, drilling sites

**Resources:**
- SVG Repo: https://www.svgrepo.com/svg/339398/oil-rig
- Flaticon: 1,646+ oil rig icons (SVG/PNG)
- Vecteezy: 856 oil rig SVGs
- Noun Project: 634 oil-rig images

---

### 6. Satellite Dish

**Source:** Multiple sources available
**License:** Various free licenses
**Suitable for:** Communication stations, ground stations

**Resources:**
- UXWing: https://uxwing.com/antenna-dish-icon/ (free commercial use)
- SVG Repo: https://www.svgrepo.com/svg/204611/satellite-antenna
- Flaticon: 7,322+ satellite dish icons
- FreeSVG: Public domain satellite antenna icons

---

### 7. Rocket (Space/Launch)

**Source:** Tabler Icons
**License:** MIT
**Suitable for:** Launch sites, space facilities

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  <path d="M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3" />
  <path d="M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3" />
  <path d="M14 9a1 1 0 1 0 2 0a1 1 0 1 0 -2 0" />
</svg>
```

---

## Military Icons

### 1. Military Base / Star in Circle

**Source:** Lucide Star (can be placed in circle)
**License:** ISC
**Suitable for:** Military installations

**Note:** Combine star SVG with circle outline for military base symbol

---

### 2. Explosion / Conflict Marker

**Source:** Bootstrap Icons - Fire
**License:** MIT
**Suitable for:** Conflict zones, explosions

**Complete SVG:**
```xml
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" viewBox="0 0 16 16">
  <path d="M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15"/>
</svg>
```

---

## Icon Sources & Licenses

### Primary Icon Libraries

| Library | License | Icons Count | Best For | Repository/URL |
|---------|---------|-------------|----------|----------------|
| **AircraftShapesSVG** | GNU GPL v3.0 | 150+ aircraft | Top-down aircraft tracking | https://github.com/RexKramer1/AircraftShapesSVG |
| **Lucide Icons** | ISC | 1,000+ | General UI icons, markers | https://lucide.dev / https://github.com/lucide-icons/lucide |
| **Tabler Icons** | MIT | 5,900+ | General UI, vehicles, weather | https://tabler.io/icons / https://github.com/tabler/tabler-icons |
| **Heroicons** | MIT | 292 | UI elements, weather | https://heroicons.com / https://github.com/tailwindlabs/heroicons |
| **Bootstrap Icons** | MIT | 2,000+ | General purpose, hazards | https://icons.getbootstrap.com / https://github.com/twbs/icons |
| **Mapbox Maki** | CC0 | 215 | Map POIs, infrastructure | https://labs.mapbox.com/maki-icons / https://github.com/mapbox/maki |
| **UXWing** | Free commercial use | Thousands | Professional icons, no attribution | https://uxwing.com |
| **FreeSVG** | Public Domain (CC0) | Thousands | Open clip art | https://freesvg.org |

---

### Additional Resources

**Top-Down Aircraft:**
- FlightAware Community: Custom ADS-B SVG icons
- Discussion: https://discussions.flightaware.com/t/some-custom-svg-plane-icons/18914

**Maritime Icons:**
- Noun Project: Boat top-view collections
- Vecteezy: Ship and vessel vectors
- SVG Silh: Maritime-themed icons

**General Icons:**
- Flaticon: 50,000+ icons across categories
- SVG Repo: Free SVG vectors
- Icons8: Material and custom styles
- Phosphor Icons: Flexible icon family

---

### License Quick Reference

| License | Commercial Use | Attribution Required | Modifications Allowed |
|---------|----------------|---------------------|----------------------|
| **MIT** | Yes | No | Yes |
| **ISC** | Yes | No | Yes |
| **GNU GPL v3.0** | Yes | Yes (copyleft) | Yes (must share alike) |
| **CC0 (Public Domain)** | Yes | No | Yes |
| **UXWing Free** | Yes | No | Yes |

---

### Integration Notes

**For Rust Map Renderer:**

1. **SVG Parsing:** Use `resvg` or `svg` crate to parse SVG strings
2. **Path Extraction:** Extract `<path d="...">` attributes for direct rendering
3. **Scaling:** All icons provide viewBox for proper scaling
4. **Colors:** Replace `currentColor` or `stroke="..."` with dynamic colors
5. **Rotation:** Apply transforms for heading/bearing (aircraft, ships)

**Recommended Approach:**
```rust
// Store SVG path data as constants
const AIRCRAFT_B737: &str = "M17.8 19.2 16 11l3.5-3.5...";

// Render with transforms
fn render_icon(svg_path: &str, x: f64, y: f64, rotation: f64, scale: f64) {
    // Apply: translate(x,y) -> rotate(rotation) -> scale(scale) -> draw path
}
```

---

### Top-Down Aircraft Note

**CRITICAL:** Most UI icon libraries (Lucide, Tabler, Heroicons) provide **side-view** or **angled** aircraft icons suitable for general UI but NOT ideal for flight tracking maps.

**For realistic flight tracking**, use the **AircraftShapesSVG** repository which provides TRUE top-down silhouettes as seen from above, matching what ADS-B trackers like FlightRadar24 and FlightAware use.

**Top-Down vs Side-View:**
- **Top-Down:** Shows wingspan, fuselage from above — correct for maps
- **Side-View:** Shows aircraft profile — good for UI buttons but wrong orientation for maps

---

### Missing Icons / Alternatives

**Icons not found with perfect top-down view:**
- **Cargo Ship (top-down):** Use generic ship icon or source from maritime tracking sites
- **Tanker Ship (top-down):** Similar to cargo, check maritime-specific icon sets
- **Naval Vessel (top-down):** Limited availability, may need custom creation
- **Drone/UAV (top-down):** Flaticon has 18,300+ drone icons but most are angled views

**Workaround:** For missing top-down maritime vessels, consider:
1. Using simplified geometric shapes (rectangles with bridge indicator)
2. Sourcing from AIS tracker open-source projects
3. Custom SVG creation based on vessel silhouettes

---

## Summary

This library provides **complete SVG path data** for:
- **9 aviation icons** (6 top-down from AircraftShapesSVG, 3 UI variants)
- **6 maritime icons** (mix of side-view and resources for top-down)
- **7 marker/status icons** (pins, warnings, shapes, stars, flags)
- **4 weather icons** (lightning, clouds, tornado)
- **7 infrastructure icons** (airport, port, nuclear, oil, satellite, rocket, base)
- **2 military icons** (explosion, base marker)

**Total:** 35+ icons with complete SVG markup, plus references to 150+ top-down aircraft variants.

All icons are from **open-source, free-to-use** collections with permissive licenses suitable for commercial map rendering applications.

---

**Next Steps:**
1. Integrate desired SVGs into Rust renderer
2. Create icon library module with constants for each icon
3. Implement rotation/scaling transforms for directional objects (aircraft, ships)
4. Test rendering at various zoom levels

**Created:** 2026-02-16
**Research by:** Claude Code (Sonnet 4.5)