1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
id="svg-mamelogo"
version="1.1"
viewBox="0 0 321.26581 91.07238"
height="91.07238mm"
width="321.26581mm">
<defs>
<linearGradient id="left-dark" x1="0" x2="1" y1="0" y2="0">
<stop id="stop5213" offset="0" stop-color="#00274f" />
<stop id="stop5215" offset="1" stop-color="#68cafb" />
</linearGradient>
<linearGradient id="right-dark" x1="0" x2="1" y1="0" y2="0">
<stop id="stop4" offset="0" stop-color="#68cafb" />
<stop id="stop6" offset="1" stop-color="#00274f" />
</linearGradient>
</defs>
<g>
<path
fill="url(#right-dark)" stroke="url(#left-dark)" stroke-width="1.32291663px" stroke-linejoin="miter" stroke-opacity="0.75"
d="m 1.594659,68.45051 66.4546,-66.5869 v 28.92769 l 29.05998,-28.92769 v 46.56667 l 46.74315,-46.83125 v 52.51979 l 52.519789,-52.51979 v 29.19227 l 29.01579,-28.92769 v 44.6704 l 43.56815,-43.65625 h 50.71269 l -16.36184,16.36025 h -25.83921 l -7.40833,7.40833 h 13.44877 l -17.02064,17.24184 h -13.80332 l -7.67291,7.54062 h 44.93418 l -17.15293,17.02171 h -68.74748 l 4.14496,-4.54211 V 45.47568 L 183.62799,69.64113 V 41.5953 L 156.7286,68.45051 H 126.433809 V 45.74026 L 81.763409,90.41092 H 55.305079 L 79.911329,65.7163 V 45.74026 L 55.305079,70.1703 v -29.10417 l -27.25209,27.38438 z" />
</g>
</svg>
|