netbox_logo.svg 1.1 KB

1234567891011121314151617181920212223242526272829
  1. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1100 320">
  2. <style>
  3. .title {
  4. font-weight: bold;
  5. font-size: 200px;
  6. font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  7. letter-spacing: 4px;
  8. }
  9. </style>
  10. <g fill="#9cc8f8" stroke="#9cc8f8">
  11. <circle cx="37" cy="284" r="23"/>
  12. <circle cx="101" cy="37" r="23"/>
  13. <circle cx="101" cy="220" r="23"/>
  14. <circle cx="284" cy="220" r="23"/>
  15. <rect x="93" y="37" width="16" height="180"/>
  16. <rect x="101" y="212" width="180" height="16"/>
  17. <rect x="93" y="212" width="16" height="90" transform="rotate(45 101 220)"/>
  18. </g>
  19. <g fill="#1685fc" stroke="#1685fc">
  20. <circle cx="284" cy="37" r="23"/>
  21. <circle cx="37" cy="101" r="23"/>
  22. <circle cx="220" cy="101" r="23"/>
  23. <circle cx="220" cy="284" r="23"/>
  24. <rect x="37" y="93" width="180" height="16"/>
  25. <rect x="212" y="101" width="16" height="180"/>
  26. <rect x="212" y="93" width="16" height="90" transform="rotate(225 220 101)"/>
  27. <text x="380" y="160" alignment-baseline="middle" class="title">netbox</text>
  28. </g>
  29. </svg>