15 lines
672 B
XML
15 lines
672 B
XML
<svg width="120" height="180" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="br-grad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#1a1a2e;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#0f0f1e;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="120" height="180" fill="url(#br-grad)"/>
|
|
<text x="60" y="90" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#00ff9f" text-anchor="middle">
|
|
BLADE
|
|
</text>
|
|
<text x="60" y="110" font-family="Arial, sans-serif" font-size="18" font-weight="bold" fill="#00ff9f" text-anchor="middle">
|
|
RUNNER
|
|
</text>
|
|
</svg>
|