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
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="384pt" height="384pt" version="1.1" viewBox="0 0 384 384">
<defs>
<filter id="alpha" width="100%" height="100%" x="0%" y="0%" filterUnits="objectBoundingBox">
<feColorMatrix in="SourceGraphic" type="matrix" values="0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"/>
</filter>
<mask id="mask2">
<g filter="url(#alpha)">
<rect style="fill:rgb(0%,0%,0%);fill-opacity:0.301961" width="384" height="384" x="0" y="0"/>
</g>
</mask>
<clipPath id="clip3">
<rect width="384" height="384" x="0" y="0"/>
</clipPath>
<g id="surface11" clip-path="url(#clip3)">
<path d="M 128.609375 224.707031 L 268.007812 224.707031 C 273.644531 224.707031 278.214844 229.277344 278.214844 234.914062 L 278.214844 335.808594 C 278.214844 341.449219 273.644531 346.019531 268.007812 346.019531 L 128.609375 346.019531 C 122.972656 346.019531 118.402344 341.449219 118.402344 335.808594 L 118.402344 234.914062 C 118.402344 229.277344 122.972656 224.707031 128.609375 224.707031 Z M 128.609375 224.707031" style="fill-rule:evenodd;fill:rgb(0%,0%,0%)"/>
</g>
</defs>
<path style="fill:#51b3d9;fill-rule:evenodd" d="M 45.589844,42.480469 H 338.63672 c 8.25,0 14.9375,6.410156 14.9375,14.316406 V 314.55859 c 0,7.90625 -6.6875,14.31641 -14.9375,14.31641 H 45.589844 c -8.25,0 -14.9375,-6.41016 -14.9375,-14.31641 V 56.796875 c 0,-7.90625 6.6875,-14.316406 14.9375,-14.316406 z m 0,0"/>
<g transform="translate(94.539066)">
<g>
<use width="100%" height="100%" x="0" y="0" mask="url(#mask2)" xlink:href="#surface11"/>
<path style="fill:#ffffff;fill-rule:evenodd" d="m 124.10938,220.20703 h 139.39843 c 5.63672,0 10.20703,4.57031 10.20703,10.20703 v 100.89453 c 0,5.64063 -4.57031,10.21094 -10.20703,10.21094 H 124.10938 c -5.63672,0 -10.20704,-4.57031 -10.20704,-10.21094 V 230.41406 c 0,-5.63672 4.57032,-10.20703 10.20704,-10.20703 z m 0,0"/>
</g>
</g>
</svg>
|