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 1214 344"
height="344px"
width="1214px">
<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="5" stroke-linejoin="miter" stroke-opacity="0.75"
d="M 6,259 257,7 V 116 L 367,7 V 183 L 544,6 V 204 L 742,7 V 116 L 852,7 V 176 L 1017,11 H 1208 L 1146,73 H 1049 L 1021,101 H 1072 L 1007,166 H 955 L 926,195 H 1096 L 1031,259 H 771 L 787,241 V 172 L 694,263 V 157 L 592,259 H 478 V 172 L 309,341 H 209 L 302,248 V 172 L 209,263 V 157 L 106,259 z" />
</g>
</svg>
|