| 12345678910111213 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
- <title>Route tourne à droite - icône</title>
- <rect width="100%" height="100%" fill="#f6f4ea" />
- <!-- Route courbe vers la droite -->
- <path d="M40 220 C100 160, 132 140, 150 100 L170 80 C150 120, 120 140, 60 200 Z" fill="#cbb59a" stroke="#b79f83" stroke-width="2" />
- <!-- bande centrale approximative -->
- <path d="M82 186 C112 156, 136 140, 155 110" fill="none" stroke="#fff" stroke-width="6" stroke-dasharray="18 18" stroke-linecap="round" opacity="0.95" />
- <ellipse cx="128" cy="220" rx="110" ry="16" fill="rgba(0,0,0,0.04)" />
- </svg>
|