45 lines
1.7 KiB
XML
Executable File
45 lines
1.7 KiB
XML
Executable File
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1a1a2e"/>
|
|
<stop offset="100%" style="stop-color:#0f0f1a"/>
|
|
</linearGradient>
|
|
<linearGradient id="circle" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#00d9ff"/>
|
|
<stop offset="50%" style="stop-color:#7b2cbf"/>
|
|
<stop offset="100%" style="stop-color:#e94560"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background -->
|
|
<rect width="400" height="400" fill="url(#bg)"/>
|
|
|
|
<!-- Main circle -->
|
|
<circle cx="200" cy="200" r="140" fill="url(#circle)"/>
|
|
<circle cx="200" cy="200" r="120" fill="none" stroke="rgba(255,255,255,0.2)" stroke-width="2"/>
|
|
|
|
<!-- H3R7 text -->
|
|
<text x="200" y="180" text-anchor="middle" font-family="Arial Black, sans-serif" font-size="64" font-weight="bold" fill="white">H3R7</text>
|
|
|
|
<!-- TECH text -->
|
|
<text x="200" y="225" text-anchor="middle" font-family="Arial, sans-serif" font-size="24" font-weight="bold" fill="#00d9ff">TECH</text>
|
|
|
|
<!-- Tech dots -->
|
|
<circle cx="320" cy="100" r="6" fill="#00d9ff"/>
|
|
<circle cx="335" cy="125" r="4" fill="#7b2cbf"/>
|
|
<circle cx="345" cy="155" r="3" fill="#e94560"/>
|
|
|
|
<!-- Claw marks -->
|
|
<g stroke="#e94560" stroke-width="8" stroke-linecap="round" fill="none">
|
|
<!-- Left claw -->
|
|
<path d="M 140 280 L 120 310 L 140 320"/>
|
|
<!-- Right claw -->
|
|
<path d="M 260 280 L 280 310 L 260 320"/>
|
|
<!-- Center -->
|
|
<line x1="200" y1="290" x2="200" y2="330"/>
|
|
</g>
|
|
|
|
<!-- Shine effect -->
|
|
<ellipse cx="160" cy="140" rx="60" ry="30" fill="rgba(255,255,255,0.1)" transform="rotate(-30 160 140)"/>
|
|
</svg>
|