| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024"> |
| 3 | <style> |
| 4 | .logo-primary { fill: #05070a; } |
| 5 | .logo-mid { fill: #30343a; } |
| 6 | .logo-shadow { fill: #747b84; } |
| 7 | </style> |
| 8 | |
| 9 | <!-- Left face and front crossbar. --> |
| 10 | <path class="logo-mid" d=" |
| 11 | M 771 810 |
| 12 | L 55 809 |
| 13 | L 448 74 |
| 14 | L 555 75 |
| 15 | L 240 699 |
| 16 | L 705 701 |
| 17 | Z |
| 18 | "/> |
| 19 | |
| 20 | <!-- Dark front face. --> |
| 21 | <path class="logo-primary" d=" |
| 22 | M 931 902 |
| 23 | L 554 281 |
| 24 | L 345 698 |
| 25 | L 240 699 |
| 26 | L 555 75 |
| 27 | L 984 799 |
| 28 | Z |
| 29 | "/> |
| 30 | |
| 31 | <!-- Inner return and lower depth face. --> |
| 32 | <path class="logo-shadow" d=" |
| 33 | M 931 903 |
| 34 | L 115 903 |
| 35 | L 55 810 |
| 36 | L 772 809 |
| 37 | L 705 701 |
| 38 | L 503 700 |
| 39 | L 705 699 |
| 40 | L 503 382 |
| 41 | L 554 282 |
| 42 | Z |
| 43 | "/> |
| 44 | </svg> |
| 45 |