| 1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256" aria-labelledby="title">
- <title>Forêt - icône</title>
- <rect width="100%" height="100%" fill="#eaf7ea" />
- <!-- Petits bosquets -->
- <g transform="translate(48,140)">
- <ellipse cx="0" cy="20" rx="34" ry="14" fill="#72a85a" />
- <g transform="translate(-6,-28)">
- <path d="M16 48 L32 16 L48 48 Z" fill="#2f7a2f" />
- <circle cx="32" cy="36" r="12" fill="#3b8a3b" />
- </g>
- </g>
- <g transform="translate(140,120)">
- <ellipse cx="0" cy="30" rx="40" ry="16" fill="#6da250" />
- <g transform="translate(6,-30)">
- <path d="M20 60 L40 18 L60 60 Z" fill="#266b26" />
- <circle cx="40" cy="42" r="14" fill="#2f7b2f" />
- </g>
- </g>
- <g transform="translate(92,88)">
- <ellipse cx="0" cy="30" rx="30" ry="12" fill="#7bb468" />
- <g transform="translate(0,-28)">
- <path d="M14 56 L28 22 L42 56 Z" fill="#2e7a2e" />
- <circle cx="28" cy="40" r="11" fill="#3a8b3a" />
- </g>
- </g>
- <!-- sol/ombre -->
- <ellipse cx="128" cy="220" rx="110" ry="16" fill="rgba(0,0,0,0.04)" />
- </svg>
|