24 lines
958 B
XML
24 lines
958 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800">
|
|
<defs>
|
|
<radialGradient id="bg" cx="50%" cy="40%" r="70%">
|
|
<stop offset="0" stop-color="#2a3046"/>
|
|
<stop offset="1" stop-color="#060912"/>
|
|
</radialGradient>
|
|
<linearGradient id="stone" x1="0" x2="1" y1="0" y2="1">
|
|
<stop offset="0" stop-color="#d6d8df"/>
|
|
<stop offset="1" stop-color="#636b80"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="1200" height="800" fill="url(#bg)"/>
|
|
<ellipse cx="600" cy="640" rx="360" ry="54" fill="#01040b" opacity=".58"/>
|
|
<g fill="url(#stone)">
|
|
<path d="M468 598h264l-28-88H496z"/>
|
|
<path d="M528 506h144l34-166H494z"/>
|
|
<circle cx="600" cy="278" r="82"/>
|
|
<path d="M510 356c-86 36-126 88-122 156h96c4-50 30-82 78-102z"/>
|
|
<path d="M690 356c86 36 126 88 122 156h-96c-4-50-30-82-78-102z"/>
|
|
</g>
|
|
<circle cx="570" cy="272" r="14" fill="#060912"/>
|
|
<circle cx="630" cy="272" r="14" fill="#060912"/>
|
|
</svg>
|