| 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>
- <!-- 深空紫黑底板:满幅 1024x1024(商店图标满幅出图,系统侧再做圆角遮罩) -->
- <rect x="0" y="0" width="1024" height="1024" rx="0" 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="222" y="128" width="580" height="152" rx="76" fill="#BAE6FD"/>
- <text x="512" y="229" 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="292" y="700" width="440" height="152" rx="76" fill="#BAE6FD"/>
- <text x="512" y="801" 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>
|