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