| 12345678910111213141516171819 |
- <?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 droite - icône</title>
- <rect width="100%" height="100%" fill="#f1efe6" />
- <!-- Route centrale verticale -->
- <g transform="translate(128,128)">
- <rect x="-28" y="-120" width="56" height="240" fill="#c9b69b" rx="6" />
- <!-- bandes blanches centrales -->
- <g fill="#ffffff" opacity="0.95">
- <rect x="-6" y="-90" width="12" height="18" />
- <rect x="-6" y="-46" width="12" height="18" />
- <rect x="-6" y="-2" width="12" height="18" />
- <rect x="-6" y="42" width="12" height="18" />
- </g>
- </g>
- <ellipse cx="128" cy="220" rx="110" ry="16" fill="rgba(0,0,0,0.04)" />
- </svg>
|