1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 200">
  2. <!-- Decorative Swirl Behind Text -->
  3. <path d="M50 100 C150 50, 350 50, 450 100"
  4. fill="none"
  5. stroke="#4a90e2"
  6. stroke-width="3"
  7. opacity="0.3"/>
  8. <!-- Main Text with Gradient -->
  9. <defs>
  10. <linearGradient id="textGradient" x1="0%" y1="0%" x2="100%" y2="0%">
  11. <stop offset="0%" style="stop-color:#4a90e2"/>
  12. <stop offset="100%" style="stop-color:#357abd"/>
  13. </linearGradient>
  14. </defs>
  15. <!-- Peaceful -->
  16. <text x="250" y="80"
  17. font-family="Arial, sans-serif"
  18. font-size="48"
  19. fill="url(#textGradient)"
  20. text-anchor="middle"
  21. font-weight="bold"
  22. letter-spacing="2">
  23. PEACEFUL
  24. </text>
  25. <!-- Human -->
  26. <text x="250" y="125"
  27. font-family="Arial, sans-serif"
  28. font-size="38"
  29. fill="#4a90e2"
  30. text-anchor="middle"
  31. font-weight="bold"
  32. letter-spacing="8">
  33. HUMAN
  34. </text>
  35. <!-- Life -->
  36. <text x="250" y="165"
  37. font-family="Arial, sans-serif"
  38. font-size="42"
  39. fill="#357abd"
  40. text-anchor="middle"
  41. font-weight="bold"
  42. font-style="italic"
  43. letter-spacing="4">
  44. LIFE
  45. </text>
  46. <!-- Decorative Lines -->
  47. <line x1="150" y1="140" x2="350" y2="140"
  48. stroke="#4a90e2"
  49. stroke-width="2"
  50. stroke-dasharray="1,5"
  51. opacity="0.5"/>
  52. <!-- Side Decorative Elements -->
  53. <path d="M140 80 L120 80 L130 90 L140 80" fill="#4a90e2"/>
  54. <path d="M360 80 L380 80 L370 90 L360 80" fill="#4a90e2"/>
  55. </svg>
 
 

28

Pasted Text #35882

-

PasteBin

行數
61
字數
131
大小
1.6 KB
建立時間
類型
text/plain
Public Domain (PD)
登入以留下評註!