logo.svg 779 B

12345678910111213141516
  1. <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="800" height="800">
  2. <defs>
  3. <linearGradient id="a">
  4. <stop offset="0" stop-color="#97d6d2"/>
  5. <stop offset="1" stop-color="#4d9182"/>
  6. </linearGradient>
  7. <linearGradient xlink:href="#a" id="b" x1="10%" y1="10%" x2="90%" y2="90%"/>
  8. <linearGradient xlink:href="#a" id="c" x1="90%" y1="90%" x2="10%" y2="10%"/>
  9. </defs>
  10. <rect width="100%" height="100%" x="0" y="0" fill="#203050"/>
  11. <rect width="460" height="460" x="170" y="170" rx="50" ry="50" fill="url(#b)"/>
  12. <rect width="380" height="380" x="210" y="210" rx="40" ry="40" fill="url(#c)"/>
  13. <text x="215" y="490" font-size="300" font-family="Sometype Mono, monospace" fill="#203050">
  14. $_
  15. </text>
  16. </svg>