Files
Le-site-de-ma-mamounette/public/favicon.svg
T
Shaz a343bb23e9
Build & Deploy / build-push-deploy (push) Failing after 5s
en attendant les tarifs
2026-06-23 00:01:27 +02:00

165 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
role="img"
aria-labelledby="title desc">
<title id="title">La Maison de Cécile — favicon maison rivière pont</title>
<desc id="desc">Icône simple avec maison blanche, toit couleur tuile, pont en arc et rivière bleue en forme de S.</desc>
<defs>
<clipPath id="circleClip">
<circle cx="256" cy="256" r="240"/>
</clipPath>
<linearGradient id="backgroundGradient" x1="256" y1="16" x2="256" y2="496" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#7EA35F"/>
<stop offset="1" stop-color="#3F703A"/>
</linearGradient>
<linearGradient id="riverGradient" x1="210" y1="230" x2="285" y2="505" gradientUnits="userSpaceOnUse">
<stop offset="0" stop-color="#8CC2C6"/>
<stop offset="1" stop-color="#4E8F9A"/>
</linearGradient>
</defs>
<!-- Background circle -->
<circle cx="256" cy="256" r="240" fill="url(#backgroundGradient)"/>
<g clip-path="url(#circleClip)">
<!-- Distant soft hill -->
<path
d="M-20 242
C70 210 145 220 220 250
C315 288 392 240 532 210
L532 512 L-20 512 Z"
fill="#5D8749"
opacity="0.72"/>
<!-- Left foreground hill -->
<path
d="M-20 360
C65 292 150 282 235 338
C170 405 100 455 -20 512 Z"
fill="#315F31"/>
<!-- Right foreground hill -->
<path
d="M532 350
C455 286 360 283 280 338
C350 414 430 465 532 512 Z"
fill="#315F31"/>
<!-- River body, S shape -->
<path
d="M279 247
C226 275 224 313 267 337
C315 364 323 404 272 430
C235 449 206 470 198 512
L351 512
C373 466 359 431 320 407
C280 382 286 358 330 334
C381 306 380 264 322 239
Z"
fill="url(#riverGradient)"/>
<!-- River white banks/highlights -->
<path
d="M284 259
C238 282 242 309 277 327
C326 352 337 400 282 426"
fill="none"
stroke="#FFFFFF"
stroke-width="16"
stroke-linecap="round"
opacity="0.95"/>
<path
d="M221 452
C247 436 280 429 303 406"
fill="none"
stroke="#FFFFFF"
stroke-width="13"
stroke-linecap="round"
opacity="0.95"/>
<!-- Bridge deck -->
<path
d="M82 336
C148 300 204 283 256 283
C308 283 364 300 430 336
L430 373
C365 336 309 319 256 319
C203 319 147 336 82 373 Z"
fill="#E7DFC8"/>
<!-- Bridge arch cutout -->
<path
d="M204 372
C213 333 299 333 308 372
L308 410
L204 410 Z"
fill="#315F31"/>
<!-- Subtle bridge outline -->
<path
d="M87 336
C150 302 205 286 256 286
C307 286 362 302 425 336"
fill="none"
stroke="#FFFFFF"
stroke-width="8"
stroke-linecap="round"
opacity="0.95"/>
<!-- House body -->
<rect x="173" y="165" width="166" height="126" rx="6" fill="#FFFFFF"/>
<!-- Roof fill -->
<path
d="M151 170
L256 78
L361 170
L343 190
L256 113
L169 190 Z"
fill="#C96F3A"/>
<!-- Roof underside / clean edge -->
<path
d="M171 181
L256 108
L341 181"
fill="none"
stroke="#B95F32"
stroke-width="13"
stroke-linecap="round"
stroke-linejoin="round"/>
<!-- Chimney -->
<rect x="306" y="102" width="30" height="68" rx="5" fill="#FFFFFF"/>
<!-- Repaint roof over chimney base for clean overlap -->
<path
d="M151 170
L256 78
L361 170"
fill="none"
stroke="#C96F3A"
stroke-width="22"
stroke-linecap="round"
stroke-linejoin="round"/>
<!-- Door -->
<rect x="207" y="231" width="33" height="60" rx="4" fill="#315F31"/>
<!-- Window -->
<g fill="#315F31">
<rect x="272" y="212" width="20" height="20" rx="3"/>
<rect x="300" y="212" width="20" height="20" rx="3"/>
<rect x="272" y="240" width="20" height="20" rx="3"/>
<rect x="300" y="240" width="20" height="20" rx="3"/>
</g>
</g>
</svg>