1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" version="1.1">
<rect style="opacity:0.2" width="32" height="32" x="8" y="9" rx="5.333" ry="5.333"/>
<rect style="fill:#3f51b5" width="32" height="32" x="8" y="8" rx="5.333" ry="5.333"/>
<path style="opacity:0.1;fill:#ffffff" d="M 13.333984 8 C 10.379318 8 8 10.379318 8 13.333984 L 8 14.333984 C 8 11.379318 10.379318 9 13.333984 9 L 34.666016 9 C 37.620682 9 40 11.379318 40 14.333984 L 40 13.333984 C 40 10.379318 37.620682 8 34.666016 8 L 13.333984 8 z"/>
<path style="opacity:0.2" d="m 20,5 c -1.108,0 -2,0.892 -2,2 v 8 c 0,1.108 0.892,2 2,2 h 8 c 1.108,0 2,-0.892 2,-2 V 7 C 30,5.892 29.108,5 28,5 Z M 6,19 c -1.108,0 -2,0.892 -2,2 v 8 c 0,1.108 0.892,2 2,2 h 8 c 1.108,0 2,-0.892 2,-2 v -8 c 0,-1.108 -0.892,-2 -2,-2 z m 28,0 c -1.108,0 -2,0.892 -2,2 v 8 c 0,1.108 0.892,2 2,2 h 8 c 1.108,0 2,-0.892 2,-2 v -8 c 0,-1.108 -0.892,-2 -2,-2 z M 20,33 c -1.108,0 -2,0.892 -2,2 v 8 c 0,1.108 0.892,2 2,2 h 8 c 1.108,0 2,-0.892 2,-2 v -8 c 0,-1.108 -0.892,-2 -2,-2 z"/>
<rect style="fill:#03a9f4" width="12" height="12" x="18" y="4" rx="2" ry="2"/>
<rect style="fill:#03a9f4" width="12" height="12" x="18" y="32" rx="2" ry="2"/>
<rect style="fill:#217dd5" width="12" height="12" x="18" y="-44" rx="2" ry="2" transform="rotate(90)"/>
<rect style="fill:#217dd5" width="12" height="12" x="18" y="-16" rx="2" ry="2" transform="rotate(90)"/>
<path style="opacity:0.2;fill:#ffffff" d="m 20,32 c -1.108,0 -2,0.892 -2,2 v 1 c 0,-1.108 0.892,-2 2,-2 h 8 c 1.108,0 2,0.892 2,2 v -1 c 0,-1.108 -0.892,-2 -2,-2 z"/>
<path style="opacity:0.1;fill:#ffffff" d="m 34,18 c -1.108,0 -2,0.892 -2,2 v 1 c 0,-1.108 0.892,-2 2,-2 h 8 c 1.108,0 2,0.892 2,2 v -1 c 0,-1.108 -0.892,-2 -2,-2 z"/>
<path style="opacity:0.1;fill:#ffffff" d="m 6,18 c -1.108,0 -2,0.892 -2,2 v 1 c 0,-1.108 0.892,-2 2,-2 h 8 c 1.108,0 2,0.892 2,2 v -1 c 0,-1.108 -0.892,-2 -2,-2 z"/>
<path style="opacity:0.2;fill:#ffffff" d="m 20,4 c -1.108,0 -2,0.892 -2,2 v 1 c 0,-1.108 0.892,-2 2,-2 h 8 c 1.108,0 2,0.892 2,2 V 6 C 30,4.892 29.108,4 28,4 Z"/>
</svg>
|