favicon.svg 750 B

12345678910111213141516171819202122232425
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="-10 -10 150 70" shape-rendering="crispEdges">
  2. <g id="logo">
  3. <!-- t -->
  4. <polygon points="10,40 10,20 0,20 0,10 10,10 10,0 20,0 20,10 30,10 30,20 20,20 20,30 30,30 30,40" />
  5. <!-- i -->
  6. <polygon points="40,40 40,20 50,20 50,40" />
  7. <polygon points="40,10 40,0 50,0 50,10" />
  8. <!-- n -->
  9. <polygon points="60,40 60,10 80,10 80,40 90,40 90,20 70,20 70,40" />
  10. <!-- y -->
  11. <polygon points="100,50 100,40 130,40 130,10 120,10 120,20 110,20 110,10 100,10 100,30 120,30 120,50" />
  12. </g>
  13. <style>
  14. @media (prefers-color-scheme: dark) {
  15. #logo {
  16. fill: #fff;
  17. }
  18. }
  19. @media (prefers-color-scheme: light) {
  20. #logo {
  21. fill: #000;
  22. }
  23. }
  24. </style>
  25. </svg>