dsh-icon-final.svg 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" width="1024" height="1024">
  2. <defs>
  3. <linearGradient id="bgA" x1="0" y1="0" x2="1" y2="1">
  4. <stop offset="0" stop-color="#171430"/>
  5. <stop offset="1" stop-color="#0C0A18"/>
  6. </linearGradient>
  7. </defs>
  8. <!-- 深空紫黑底板:满幅 1024x1024(商店图标满幅出图,系统侧再做圆角遮罩) -->
  9. <rect x="0" y="0" width="1024" height="1024" rx="0" fill="url(#bgA)"/>
  10. <!-- DSH 等宽单线字母:极简中性款 -->
  11. <g fill="none" stroke="#E8EAF2" stroke-width="56" stroke-linecap="round" stroke-linejoin="round">
  12. <!-- D -->
  13. <path d="M247 408 L247 616 M247 408 C367 408 367 616 247 616"/>
  14. <!-- S -->
  15. <path d="M553 448 C521 408 441 408 441 456 C441 504 553 520 553 572 C553 616 461 620 433 580"/>
  16. <!-- H -->
  17. <path d="M657 408 L657 616 M777 408 L777 616 M657 512 L777 512"/>
  18. </g>
  19. <!-- 顶部胶囊标签:HarmonyOS(加大浅蓝底 + 深蓝字,思源黑体 SIL OFL 免费可商用) -->
  20. <g>
  21. <rect x="222" y="128" width="580" height="152" rx="76" fill="#BAE6FD"/>
  22. <text x="512" y="229" text-anchor="middle"
  23. font-family="Source Han Sans SC, Noto Sans SC, Noto Sans CJK SC, PingFang SC, sans-serif"
  24. font-size="72" font-weight="600" letter-spacing="2"
  25. fill="#0C4A6E">HarmonyOS</text>
  26. </g>
  27. <!-- 底部胶囊标签:桌面端(加大浅蓝底) -->
  28. <g>
  29. <rect x="292" y="700" width="440" height="152" rx="76" fill="#BAE6FD"/>
  30. <text x="512" y="801" text-anchor="middle"
  31. font-family="Source Han Sans SC, Noto Sans SC, Noto Sans CJK SC, PingFang SC, sans-serif"
  32. font-size="72" font-weight="600" letter-spacing="8"
  33. fill="#0C4A6E">桌面端</text>
  34. </g>
  35. </svg>