blob: a17d6530ee2683b81c37cbbad40b81340e31c41d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
<rect style="opacity:0.2" width="32" height="32" x="3" y="26" rx="5.333" ry="5.333"/>
<rect style="fill:#3f51b5" width="32" height="32" x="11" y="4" rx="5.333" ry="5.333"/>
<rect style="fill:#217dd5" width="32" height="32" x="24" y="17" rx="5.333" ry="5.333"/>
<rect style="fill:#03a9f4" width="32" height="32" x="3" y="25" rx="5.333" ry="5.333"/>
<circle style="opacity:0.2" cx="45.5" cy="47.5" r="14.5"/>
<circle style="fill:#f44336" cx="45.5" cy="46.5" r="14.5"/>
<rect style="fill:#ffffff" width="3" height="11" x="44" y="37"/>
<rect style="fill:#ffffff" width="3" height="11" x="45" y="-55" transform="rotate(90)"/>
<path style="fill:#ffffff;opacity:0.1" d="M 16.333984 4 C 13.379318 4 11 6.3793176 11 9.3339844 L 11 10.333984 C 11 7.3793176 13.379318 5 16.333984 5 L 37.666016 5 C 40.620682 5 43 7.3793176 43 10.333984 L 43 9.3339844 C 43 6.3793176 40.620682 4 37.666016 4 L 16.333984 4 z"/>
<path style="fill:#ffffff;opacity:0.1" d="M 29.333984 17 C 26.379318 17 24 19.379318 24 22.333984 L 24 23.333984 C 24 20.379318 26.379318 18 29.333984 18 L 50.666016 18 C 53.620682 18 56 20.379318 56 23.333984 L 56 22.333984 C 56 19.379318 53.620682 17 50.666016 17 L 29.333984 17 z"/>
<path style="fill:#ffffff;opacity:0.2" d="M 8.3339844 25 C 5.3793176 25 3 27.379318 3 30.333984 L 3 31.333984 C 3 28.379318 5.3793176 26 8.3339844 26 L 29.666016 26 C 32.620682 26 35 28.379318 35 31.333984 L 35 30.333984 C 35 27.379318 32.620682 25 29.666016 25 L 8.3339844 25 z"/>
</svg>
|