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
|
<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" width="25" height="25" viewBox="0 0 25 25">
<defs>
<style>
.cls-1, .cls-2 {
fill: #3b7b9b;
}
.cls-1 {
fill-rule: evenodd;
}
.cls-3, .cls-4 {
fill: #fff;
stroke-linejoin: round;
stroke-width: 2px;
}
.cls-3 {
stroke: #fff;
fill-opacity: 0.01;
}
.cls-4 {
stroke: #3b7b9b;
}
</style>
</defs>
<g>
<path d="M16.478,-11.499 L10.911,-8.019 C10.253,-7.612 9.904,-8.255 9.904,-9.003 L9.904,-15.893 C9.904,-16.641 10.253,-17.283 10.911,-16.877 L16.478,-12.977 C17.136,-12.571 17.136,-11.906 16.478,-11.499 Z" class="cls-1"/>
<circle cx="12.5" cy="12.609" r="11.5" class="cls-2"/>
<circle cx="12.031" cy="12.156" r="5.531" class="cls-3"/>
<ellipse cx="16.188" cy="15.344" rx="3.219" ry="3.188" class="cls-4"/>
</g>
</svg>
|