| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none"> |
| 2 | <circle cx="32" cy="32" r="32" fill="#7a746c"/> |
| 3 | <!-- Trunk --> |
| 4 | <path d="M31 42 L30 53" stroke="white" stroke-width="2.5" stroke-linecap="round"/> |
| 5 | <path d="M30.5 46 L34 49.5" stroke="white" stroke-width="1.5" stroke-linecap="round"/> |
| 6 | <!-- Canopy — single organic leaf-like shape --> |
| 7 | <path d=" |
| 8 | M31 42 |
| 9 | C18 40, 11 32, 14 24 |
| 10 | C16 17, 24 12, 31 14 |
| 11 | C33 10, 40 12, 43 16 |
| 12 | C48 14, 52 22, 49 28 |
| 13 | C52 34, 46 40, 38 40 |
| 14 | C36 42, 33 43, 31 42 |
| 15 | Z |
| 16 | " fill="white"/> |
| 17 | </svg> |
| 18 | |