max80.svg 713 B

12345678910111213141516
  1. <svg class="logo" width="315" height="100" viewBox="0 0 315 100">
  2. <mask id="mask">
  3. <g dominant-baseline="middle" text-rendering="geometricPrecision"
  4. paint-order="stroke fill" fill="white" stroke="black">
  5. <text font-family="Prisma" x="164" y="50" font-size="100">X</text>
  6. <text font-family="Prisma" x="100.4" y="50" font-size="100"
  7. stroke-width="3">A</text>
  8. <text font-family="Prisma" x="5" y="50" font-size="100"
  9. stroke-width="3">M</text>
  10. <text font-family="Helvetica" x="150" y="56" font-size="50"
  11. font-weight="bold" transform="scale(1.5 1)">80</text>
  12. </g>
  13. </mask>
  14. <rect x="0" y="0" width="100%" height="100%" fill="black"
  15. mask="url(#mask)" />
  16. </svg>