You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.2KB

  1. <svg
  2. version="1.1"
  3. xmlns="http://www.w3.org/2000/svg"
  4. xmlns:xlink="http://www.w3.org/1999/xlink"
  5. width="45"
  6. height="380"
  7. viewBox="0 0 45 380"
  8. >
  9. <style>
  10. text {
  11. fill: #333;
  12. font-family: 'Roboto', sans-serif;
  13. font-weight: bold;
  14. }
  15. text.title {
  16. font-family: 'Comfortaa', sans-serif;
  17. font-weight: normal;
  18. }
  19. text.brand {
  20. font-family: 'Audiowide', sans-serif;
  21. font-weight: bold;
  22. }
  23. </style>
  24. <defs>
  25. </defs>
  26. <rect width="100%" height="100%" fill="#ddd" />
  27. <polyline points="1,1 44,1 44,379 1,379 1,1" stroke="#e4e4e4" stroke-width="0.5" fill="none" />
  28. <polyline points="0.5,0.5 44.5,0.5 44.5,379.5 0.5,379.5 0.5,0.5" stroke="#ebebeb" stroke-width="0.8" fill="none" />
  29. <polyline points="0,0 45,0 45,380 0,380 0,0" stroke="#f2f2f2" stroke-width="1" fill="none" />
  30. <g transform="rotate(-90) translate(-376 13)">
  31. <text class="title" font-size="7pt" letter-spacing="2.5px">3HP</text>
  32. <g transform="translate(0 12)">
  33. <text class="brand" font-size="7pt" letter-spacing="2px">BGA</text>
  34. <rect width="3.0" height="3" fill="#ddd" transform="translate(11.5 -5)" />
  35. </g>
  36. </g>
  37. </svg>