forest.svg 1.1 KB

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