title_decorator.svg 499 B

123456789101112
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="none">
  2. <defs>
  3. <linearGradient id="blueGradient" x1="0%" y1="0%" x2="0%" y2="100%">
  4. <stop offset="0%" stop-color="#4D9EFF" />
  5. <stop offset="100%" stop-color="#167EFF" />
  6. </linearGradient>
  7. </defs>
  8. <!-- 左侧竖条 -->
  9. <rect x="2" y="2" width="4" height="9" rx="0.5" fill="url(#blueGradient)" />
  10. <!-- 右侧竖条 -->
  11. <rect x="10" y="5" width="4" height="6" rx="0.5" fill="url(#blueGradient)" />
  12. </svg>