| 123456789101112131415161718192021222324252627282930313233343536373839 |
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
- <defs>
- <linearGradient id="bgA" x1="0" y1="0" x2="1" y2="1">
- <stop offset="0" stop-color="#171430"/>
- <stop offset="1" stop-color="#0C0A18"/>
- </linearGradient>
- </defs>
- <!-- 深空紫黑底板 -->
- <rect x="24" y="24" width="976" height="976" rx="240" fill="url(#bgA)"/>
- <!-- DSH 等宽单线字母:极简中性款 -->
- <g fill="none" stroke="#E8EAF2" stroke-width="56" stroke-linecap="round" stroke-linejoin="round">
- <!-- D -->
- <path d="M247 408 L247 616 M247 408 C367 408 367 616 247 616"/>
- <!-- S -->
- <path d="M553 448 C521 408 441 408 441 456 C441 504 553 520 553 572 C553 616 461 620 433 580"/>
- <!-- H -->
- <path d="M657 408 L657 616 M777 408 L777 616 M657 512 L777 512"/>
- </g>
- <!-- 顶部胶囊标签:HarmonyOS(浅蓝底 + 深蓝字,思源黑体 SIL OFL 免费可商用) -->
- <g>
- <rect x="262" y="150" width="500" height="124" rx="62" fill="#BAE6FD"/>
- <text x="512" y="237" text-anchor="middle"
- font-family="Source Han Sans SC, Noto Sans SC, Noto Sans CJK SC, PingFang SC, sans-serif"
- font-size="72" font-weight="600" letter-spacing="2"
- fill="#0C4A6E">HarmonyOS</text>
- </g>
- <!-- 底部胶囊标签:桌面端(同款浅蓝底) -->
- <g>
- <rect x="332" y="712" width="360" height="124" rx="62" fill="#BAE6FD"/>
- <text x="512" y="799" text-anchor="middle"
- font-family="Source Han Sans SC, Noto Sans SC, Noto Sans CJK SC, PingFang SC, sans-serif"
- font-size="72" font-weight="600" letter-spacing="8"
- fill="#0C4A6E">桌面端</text>
- </g>
- </svg>
|