road-left.svg 683 B

12345678910111213
  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">
  3. <title>Route tourne à gauche - icône</title>
  4. <rect width="100%" height="100%" fill="#f6f4ea" />
  5. <!-- Route courbe vers la gauche -->
  6. <path d="M216 220 C156 160, 124 140, 106 100 L86 80 C106 120, 136 140, 196 200 Z" fill="#cbb59a" stroke="#b79f83" stroke-width="2" />
  7. <!-- bande centrale approximative -->
  8. <path d="M174 186 C144 156, 120 140, 101 110" fill="none" stroke="#fff" stroke-width="6" stroke-dasharray="18 18" stroke-linecap="round" opacity="0.95" />
  9. <ellipse cx="128" cy="220" rx="110" ry="16" fill="rgba(0,0,0,0.04)" />
  10. </svg>