| 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>Villa - icône</title>
- <rect width="100%" height="100%" fill="#f6f7f2" />
- <!-- Maison -->
- <g transform="translate(64,64)">
- <rect x="32" y="72" width="96" height="64" rx="6" fill="#f8f0e6" stroke="#d7c1a8" />
- <polygon points="24,72 128,16 232,72" fill="#c94a4a" stroke="#9b2f2f" />
- <rect x="84" y="96" width="32" height="40" fill="#6b8aa0" />
- <rect x="56" y="96" width="20" height="28" fill="#ffffff" />
- <rect x="176" y="96" width="20" height="28" fill="#ffffff" />
- <!-- 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>
|