1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" version="1.1">
<rect style="fill:#3f51b5" width="12" height="12" x="5" y="2" rx="2" ry="2"/>
<rect style="opacity:0.2" width="12" height="12" x="10" y="7.5" rx="2" ry="2"/>
<rect style="fill:#217dd5" width="12" height="12" x="10" y="7" rx="2" ry="2"/>
<rect style="opacity:0.2" width="12" height="12" x="2" y="10.5" rx="2" ry="2"/>
<rect style="fill:#03a9f4" width="12" height="12" x="2" y="10" rx="2" ry="2"/>
<path style="opacity:0.1;fill:#ffffff" d="M 7,2 C 5.892,2 5,2.892 5,4 v 0.5 c 0,-1.108 0.892,-2 2,-2 h 8 c 1.108,0 2,0.892 2,2 V 4 C 17,2.892 16.108,2 15,2 Z"/>
<path style="opacity:0.1;fill:#ffffff" d="m 12,7 c -1.108,0 -2,0.892 -2,2 v 0.5 c 0,-1.108 0.892,-2 2,-2 h 8 c 1.108,0 2,0.892 2,2 V 9 C 22,7.892 21.108,7 20,7 Z"/>
<path style="opacity:0.2;fill:#ffffff" d="m 4,10 c -1.108,0 -2,0.892 -2,2 v 0.5 c 0,-1.108 0.892,-2 2,-2 h 8 c 1.108,0 2,0.892 2,2 V 12 c 0,-1.108 -0.892,-2 -2,-2 z"/>
<circle style="opacity:0.2" cx="17.5" cy="18" r="5.5"/>
<circle style="fill:#f44336" cx="17.5" cy="17.5" r="5.5"/>
<rect style="fill:#ffffff" width="1" height="4" x="17" y="14"/>
<rect style="fill:#ffffff" width="1" height="4" x="17" y="-21" transform="rotate(90)"/>
</svg>
|