road-straight.svg 752 B

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