36 lines
1.6 KiB
XML
36 lines
1.6 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" width="100%" height="100%">
|
|
<defs>
|
|
<linearGradient id="lpBg" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#485563"/>
|
|
<stop offset="100%" stop-color="#29323c"/>
|
|
</linearGradient>
|
|
<linearGradient id="rocketGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#FFFFFF"/>
|
|
<stop offset="100%" stop-color="#D0D4DC"/>
|
|
</linearGradient>
|
|
<linearGradient id="fireGrad" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#FFCC00"/>
|
|
<stop offset="100%" stop-color="#FF3B30"/>
|
|
</linearGradient>
|
|
<filter id="shadowLp" x="-10%" y="-10%" width="120%" height="120%">
|
|
<feDropShadow dx="0" dy="4" stdDeviation="4" flood-color="#000000" flood-opacity="0.35"/>
|
|
</filter>
|
|
</defs>
|
|
<rect x="10" y="10" width="108" height="108" rx="24" fill="url(#lpBg)" filter="url(#shadowLp)" stroke="#5A6675" stroke-width="1.5"/>
|
|
|
|
<!-- Rocket Body -->
|
|
<path d="M88 28 C74 34 52 50 44 68 C40 76 40 84 42 88 C46 90 54 90 62 86 C80 78 96 56 102 42 C104 36 102 30 96 28 C93 27 90 27 88 28 Z" fill="url(#rocketGrad)"/>
|
|
|
|
<!-- Rocket Window -->
|
|
<circle cx="74" cy="54" r="7" fill="#0A84FF" stroke="#FFFFFF" stroke-width="2"/>
|
|
|
|
<!-- Rocket Wing Left -->
|
|
<path d="M48 76 C40 76 30 84 26 92 C34 94 44 90 48 84 Z" fill="#E02438"/>
|
|
|
|
<!-- Rocket Wing Right -->
|
|
<path d="M76 48 C76 40 84 30 92 26 C94 34 90 44 84 48 Z" fill="#E02438"/>
|
|
|
|
<!-- Fire Exhaust -->
|
|
<path d="M42 88 C36 94 32 104 34 108 C38 106 48 102 54 96 Z" fill="url(#fireGrad)"/>
|
|
</svg>
|