PetroGlyphScout/Public/images/stone-griffin-standing.svg
2025-08-20 17:14:43 +02:00

59 lines
2.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!-- Stone griffin, wings extended, standing on hind legs
File: Public/images/stone-griffin-standing.svg
Design: minimal geometry, lightweight strokes, scalable
-->
<svg xmlns="http://www.w3.org/2000/svg" width="320" height="240" viewBox="0 0 320 240" role="img" aria-label="Grifo de piedra de pie con alas extendidas">
<defs>
<linearGradient id="g1" x1="0" x2="1" y1="0" y2="1">
<stop offset="0%" stop-color="#d1d1d1" />
<stop offset="100%" stop-color="#9a9a9a" />
</linearGradient>
<style><![CDATA[
.fill { fill: url(#g1); stroke: #6d6d6d; stroke-width: 3; stroke-linejoin: round }
.line { fill: none; stroke: #6d6d6d; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round }
.wing { fill: url(#g1); stroke: #6d6d6d; stroke-width: 2 }
]]></style>
</defs>
<!-- Ground/Plinth -->
<rect x="10" y="208" width="300" height="18" rx="4" class="fill" />
<!-- Body (lion-like torso) -->
<path class="fill" d="M90 160 C70 150, 60 130, 90 110 C140 80, 200 90, 230 120 C250 140, 245 170, 220 180 C190 190, 140 190, 110 185 Z" />
<!-- Hind legs (supporting, stylized) -->
<path class="fill" d="M150 180 L160 200 L140 204 L132 188 Z" />
<path class="fill" d="M190 176 L202 200 L182 204 L174 182 Z" />
<!-- Tail (curled) -->
<path class="line" d="M72 162 C60 150, 50 140, 58 130 C70 116, 92 120, 100 128"/>
<!-- Wings extended (large, feathered stylized shapes) -->
<g transform="translate(140,80)">
<path class="wing" d="M0 0 C -60 -10, -110 -30, -150 -20 C -120 -6, -90 10, -60 24 C -30 36, -10 46, 0 54 Z" />
<path class="wing" d="M12 4 C 40 -10, 80 -30, 120 -28 C 90 -6, 62 6, 32 18 C 16 24, 8 28, 12 4 Z" transform="scale(-1,1) translate(-24,0)"/>
<!-- feather accents -->
<path class="line" d="M-20 8 C -60 0, -90 -6, -124 -2"/>
<path class="line" d="M20 12 C 60 2, 90 -2, 120 -6"/>
</g>
<!-- Neck and head (eagle-like) -->
<path class="fill" d="M100 115 C112 90, 140 78, 160 90 C168 96, 170 108, 160 116 C150 124, 120 126, 104 120 Z" />
<!-- Beak -->
<path class="fill" d="M160 90 L178 94 L162 104 Z" />
<path class="line" d="M168 96 L176 100"/>
<!-- Eye -->
<circle cx="150" cy="100" r="3" fill="#333" />
<!-- Front talons (raised) -->
<path class="fill" d="M112 132 L120 140 L110 146 L104 138 Z" />
<path class="fill" d="M124 130 L134 138 L122 146 L116 138 Z" />
<!-- Stone cracks details -->
<path class="line" d="M120 150 C110 146, 100 148, 92 144"/>
<path class="line" d="M200 162 C190 156, 180 158, 170 154"/>
</svg>