88 lines
2.7 KiB
XML
88 lines
2.7 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 300">
|
|
<defs>
|
|
<!-- 主渐变 -->
|
|
<linearGradient id="mainGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#E60012;stop-opacity:1" />
|
|
<stop offset="50%" style="stop-color:#FF4757;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#00C3E3;stop-opacity:1" />
|
|
</linearGradient>
|
|
|
|
<!-- 阴影 -->
|
|
<filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
|
|
<feDropShadow dx="3" dy="6" stdDeviation="8" flood-color="rgba(0,0,0,0.2)"/>
|
|
</filter>
|
|
</defs>
|
|
|
|
<!-- Logo 图标 - 六边形 -->
|
|
<g transform="translate(100, 150)" filter="url(#shadow)">
|
|
<!-- 主体六边形 -->
|
|
<path d="M-60 -35 L-60 35 L0 70 L60 35 L60 -35 L0 -70 Z"
|
|
fill="url(#mainGradient)" />
|
|
|
|
<!-- 内部白色区域 -->
|
|
<path d="M-40 -23 L-40 23 L0 46 L40 23 L40 -23 L0 -46 Z"
|
|
fill="white" opacity="0.95"/>
|
|
|
|
<!-- 边框 -->
|
|
<path d="M-60 -35 L-60 35 L0 70 L60 35 L60 -35 L0 -70 Z"
|
|
fill="none" stroke="rgba(255,255,255,0.4)" stroke-width="2"/>
|
|
|
|
<!-- 文字 E -->
|
|
<text x="-22" y="18"
|
|
font-family="Arial Black, Arial, sans-serif"
|
|
font-size="45"
|
|
font-weight="900"
|
|
fill="#2D3436">E</text>
|
|
|
|
<!-- 小 2 -->
|
|
<text x="8" y="12"
|
|
font-family="Arial Black, Arial, sans-serif"
|
|
font-size="24"
|
|
font-weight="900"
|
|
fill="#E60012">2</text>
|
|
|
|
<!-- 小 D -->
|
|
<text x="8" y="32"
|
|
font-family="Arial Black, Arial, sans-serif"
|
|
font-size="20"
|
|
font-weight="900"
|
|
fill="#00C3E3">D</text>
|
|
</g>
|
|
|
|
<!-- Extra2D 文字 -->
|
|
<g transform="translate(200, 145)">
|
|
<!-- Extra - 深色 -->
|
|
<text x="0" y="20"
|
|
font-family="Arial, sans-serif"
|
|
font-size="70"
|
|
font-weight="800"
|
|
fill="#2D3436">Extra</text>
|
|
|
|
<!-- 2 - 红色 -->
|
|
<text x="215" y="20"
|
|
font-family="Arial, sans-serif"
|
|
font-size="70"
|
|
font-weight="800"
|
|
fill="#E60012">2</text>
|
|
|
|
<!-- D - 蓝色 -->
|
|
<text x="265" y="20"
|
|
font-family="Arial, sans-serif"
|
|
font-size="70"
|
|
font-weight="800"
|
|
fill="#00C3E3">D</text>
|
|
</g>
|
|
|
|
<!-- 副标题 -->
|
|
<g transform="translate(200, 190)">
|
|
<text x="0" y="0"
|
|
font-family="Arial, sans-serif"
|
|
font-size="18"
|
|
font-weight="500"
|
|
fill="#636E72"
|
|
letter-spacing="4">SWITCH GAME ENGINE</text>
|
|
</g>
|
|
|
|
<!-- 装饰线 -->
|
|
<line x1="200" y1="165" x2="720" y2="165" stroke="rgba(0,0,0,0.1)" stroke-width="1"/>
|
|
</svg> |