mirror of
https://github.com/myronblair/tomtomgames
synced 2026-06-30 17:51:08 -05:00
31 lines
1.6 KiB
XML
31 lines
1.6 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
|
|
<defs>
|
|
<radialGradient id="bg" cx="50%" cy="70%" r="60%">
|
|
<stop offset="0%" stop-color="#2a0800"/>
|
|
<stop offset="100%" stop-color="#0a0200"/>
|
|
</radialGradient>
|
|
<linearGradient id="fire" x1="0%" y1="100%" x2="100%" y2="0%">
|
|
<stop offset="0%" stop-color="#FF2200"/>
|
|
<stop offset="50%" stop-color="#FF7700"/>
|
|
<stop offset="100%" stop-color="#FFDD00"/>
|
|
</linearGradient>
|
|
<filter id="glow">
|
|
<feGaussianBlur stdDeviation="2.5" result="blur"/>
|
|
<feMerge><feMergeNode in="blur"/><feMergeNode in="SourceGraphic"/></feMerge>
|
|
</filter>
|
|
</defs>
|
|
<rect width="120" height="120" rx="24" fill="url(#bg)"/>
|
|
<rect x="2" y="2" width="116" height="116" rx="22" fill="none" stroke="url(#fire)" stroke-width="1.5" opacity="0.6"/>
|
|
<!-- Fire wave bottom -->
|
|
<path d="M0 100 Q20 85 40 95 Q60 105 80 90 Q100 75 120 88 L120 120 L0 120 Z" fill="#FF2200" opacity="0.25"/>
|
|
<!-- Fire emoji -->
|
|
<text x="60" y="58" font-size="40" text-anchor="middle" filter="url(#glow)" font-family="Arial">🔥</text>
|
|
<!-- KIRIN text -->
|
|
<text x="60" y="82" font-size="13" font-weight="900" text-anchor="middle" fill="url(#fire)" font-family="Arial Black, sans-serif" letter-spacing="2" filter="url(#glow)">KIRIN</text>
|
|
<!-- Sparks -->
|
|
<circle cx="35" cy="35" r="2" fill="#FF7700" opacity="0.7"/>
|
|
<circle cx="85" cy="28" r="1.5" fill="#FFDD00" opacity="0.8"/>
|
|
<circle cx="25" cy="60" r="1.5" fill="#FF2200" opacity="0.6"/>
|
|
<circle cx="95" cy="55" r="2" fill="#FF7700" opacity="0.7"/>
|
|
</svg>
|