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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="36pt" height="36pt" version="1.1" viewBox="0 0 36 36">
<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="mask0">
<g filter="url(#alpha)">
<rect width="36" height="36" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.2"/>
</g>
</mask>
<clipPath id="clip1">
<rect width="36" height="36" x="0" y="0"/>
</clipPath>
<g id="surface5" clip-path="url(#clip1)">
<path style="fill:rgb(90.196078%,90.196078%,90.196078%)" d="M 21.75 3 L 21.75 6 C 26.496094 7.585938 30 12.492188 30 18 C 30 23.507812 26.496094 28.414062 21.75 30 L 21.75 33 C 28.191406 31.328125 33 25.285156 33 18 C 33 10.714844 28.191406 4.671875 21.75 3 Z M 21.75 3"/>
</g>
<mask id="mask1">
<g filter="url(#alpha)">
<rect width="36" height="36" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.2"/>
</g>
</mask>
<clipPath id="clip2">
<rect width="36" height="36" x="0" y="0"/>
</clipPath>
<g id="surface8" clip-path="url(#clip2)">
<path style="fill:rgb(0%,0%,0%)" d="M 25.476562 18.371094 C 25.351562 21.136719 23.875 23.5 21.75 24.75 L 21.75 25.5 C 23.96875 24.195312 25.5 21.675781 25.5 18.75 C 25.5 18.621094 25.480469 18.496094 25.476562 18.371094 Z M 25.476562 18.371094"/>
</g>
<mask id="mask2">
<g filter="url(#alpha)">
<rect width="36" height="36" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.2"/>
</g>
</mask>
<clipPath id="clip3">
<rect width="36" height="36" x="0" y="0"/>
</clipPath>
<g id="surface11" clip-path="url(#clip3)">
<path style="fill:rgb(0%,0%,0%)" d="M 3 25.5 L 3 26.25 L 9.820312 26.25 L 18 33.75 L 18 33 L 9.820312 25.5 Z M 3 25.5"/>
</g>
<mask id="mask3">
<g filter="url(#alpha)">
<rect width="36" height="36" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.2"/>
</g>
</mask>
<clipPath id="clip4">
<rect width="36" height="36" x="0" y="0"/>
</clipPath>
<g id="surface14" clip-path="url(#clip4)">
<path style="fill:rgb(100%,100%,100%)" d="M 18 3 L 9.820312 10.5 L 3 10.5 L 3 11.25 L 9.820312 11.25 L 18 3.75 Z M 18 3"/>
</g>
<mask id="mask4">
<g filter="url(#alpha)">
<rect width="36" height="36" x="0" y="0" style="fill:rgb(0%,0%,0%);fill-opacity:0.2"/>
</g>
</mask>
<clipPath id="clip5">
<rect width="36" height="36" x="0" y="0"/>
</clipPath>
<g id="surface17" clip-path="url(#clip5)">
<path style="fill:rgb(100%,100%,100%)" d="M 21.75 11.25 L 21.75 12 C 23.894531 13.246094 25.347656 15.609375 25.476562 18.371094 C 25.480469 18.246094 25.5 18.125 25.5 18 C 25.5 15.074219 23.992188 12.554688 21.75 11.25 Z M 21.75 11.25"/>
</g>
</defs>
<g>
<use mask="url(#mask0)" xlink:href="#surface5"/>
<path style="fill:rgb(90.196078%,90.196078%,90.196078%)" d="M 3 10.5 L 3 25.5 L 9.820312 25.5 L 18 33 L 18 3 L 9.820312 10.5 Z M 3 10.5"/>
<path style="fill:rgb(90.196078%,90.196078%,90.196078%)" d="M 25.5 18 C 25.5 15.074219 23.992188 12.554688 21.75 11.25 L 21.75 24.75 C 23.96875 23.445312 25.5 20.925781 25.5 18 Z M 25.5 18"/>
<use mask="url(#mask1)" xlink:href="#surface8"/>
<use mask="url(#mask2)" xlink:href="#surface11"/>
<use mask="url(#mask3)" xlink:href="#surface14"/>
<use mask="url(#mask4)" xlink:href="#surface17"/>
</g>
</svg>
|