building.svg 817 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>Bâtiment urbain - icône</title>
  4. <rect width="100%" height="100%" fill="#f5f5f5" />
  5. <!-- Maison -->
  6. <g transform="translate(64,64)">
  7. <rect x="32" y="72" width="96" height="64" rx="2" fill="#e0e0e0" stroke="#bdbdbd" />
  8. <polygon points="24,72 128,16 232,72" fill="#757575" stroke="#616161" />
  9. <rect x="84" y="96" width="32" height="40" fill="#81c784" />
  10. <rect x="56" y="96" width="20" height="28" fill="#81c784" />
  11. <rect x="176" y="96" width="20" height="28" fill="#81c784" />
  12. <!-- petit jardin -->
  13. <ellipse cx="40" cy="156" rx="28" ry="10" fill="#dbeecf" />
  14. </g>
  15. <ellipse cx="128" cy="220" rx="110" ry="16" fill="rgba(0,0,0,0.04)" />
  16. </svg>