1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<svg style="clip-rule:evenodd;fill-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<g transform="scale(.75)">
<path d="m61.122 15.88c0-2.762-2.239-5-5-5h-48.244c-2.761 0-5 2.238-5 5v32.246c0 2.761 2.239 5 5 5h48.244c2.761 0 5-2.239 5-5v-32.246z" style="fill:rgb(88,105,115)"/>
<path d="m61.122 20.652c0-1.326-0.527-2.598-1.465-3.536-0.938-0.937-2.209-1.464-3.535-1.464h-25.58c-1.232 0-2.42-0.455-3.337-1.277-0.768-0.689-1.713-1.535-2.481-2.224-0.917-0.822-2.105-1.277-3.337-1.277h-13.509c-1.326 0-2.597 0.527-3.535 1.465-0.938 0.937-1.465 2.209-1.465 3.535v32.252c0 2.761 2.239 5 5 5h48.244c2.761 0 5-2.239 5-5v-27.474z" style="fill:url(#_Linear1)"/>
<path d="m32 36.131v2.205h-10.125v-2.205h10.125zm6.491-0.918-16.616 3e-3v-5.303c0-2.009 0.082-3.32 0.245-3.929 0.247-0.939 0.78-1.724 1.603-2.356 0.822-0.633 1.884-0.949 3.186-0.949 1.006 0 1.85 0.182 2.535 0.548 0.684 0.364 1.223 0.828 1.613 1.389 0.391 0.561 0.65 1.133 0.776 1.713 0.156 0.79 0.235 1.932 0.235 3.428v1.456h6.423c0.2-0.453 0.414-0.892 0.734-1.265 1.52-1.8 4.067-1.908 5.547-0.068 0.32 0.387 0.545 0.867 0.719 1.333h-3c-0.614 0-1 0.587-1 1.334v1.333c0 0.733 0.386 1.333 1 1.333h3c-0.187 0.467-0.48 0.947-0.8 1.334-1.534 1.786-3.972 1.772-5.466-0.068-0.306-0.387-0.561-0.812-0.734-1.266zm-13.847-4.025h4.644v-1.085c0-1.303-0.087-2.174-0.257-2.612-0.171-0.439-0.439-0.784-0.804-1.034-0.364-0.249-0.788-0.373-1.272-0.373-0.596 0-1.087 0.175-1.474 0.524-0.388 0.351-0.629 0.793-0.726 1.329-0.074 0.395-0.111 1.187-0.111 2.378v0.873z" style="fill-rule:nonzero;fill:url(#_Linear2)"/>
</g>
<defs>
<linearGradient id="_Linear1" x2="1" gradientTransform="matrix(2.54933e-15,-41.6338,41.6338,2.54933e-15,897.879,52.7218)" gradientUnits="userSpaceOnUse">
<stop style="stop-color:rgb(94,120,126)" offset="0"/>
<stop style="stop-color:rgb(160,174,177)" offset="1"/>
</linearGradient>
<linearGradient id="_Linear2" x2="1" gradientTransform="matrix(-.0794045 -21.598 21.598 -.0794045 523.568 39.8071)" gradientUnits="userSpaceOnUse">
<stop style="stop-color:rgb(72,94,101)" offset="0"/>
<stop style="stop-color:rgb(100,125,131)" offset="1"/>
</linearGradient>
</defs>
</svg>
|