blob: 88ed98f2c50cb02fe5c55c26d825e785ac70073e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(.526475 -45.522 45.522 .526475 80.2652 47.4147)" gradientUnits="userSpaceOnUse">
<stop stop-color="#c9c9c9" offset="0"/>
<stop stop-color="#e4e4e4" offset="1"/>
</linearGradient>
<linearGradient id="b" x2="1" gradientTransform="matrix(0 -36.4224 36.4224 0 234.849 42.2112)" gradientUnits="userSpaceOnUse">
<stop stop-color="#004d4c" offset="0"/>
<stop stop-color="#077272" offset="1"/>
</linearGradient>
<circle cx="24" cy="24" r="22.764" fill="url(#a)"/>
<circle cx="24" cy="24" r="18.211" fill="url(#b)"/>
<g fill-rule="nonzero">
<path d="m24 10.342c-7.493 0-13.658 6.165-13.658 13.658s6.165 13.658 13.658 13.658 13.658-6.165 13.658-13.658-6.165-13.658-13.658-13.658zm0 5.691c4.371 0 7.967 3.596 7.967 7.967s-3.596 7.967-7.967 7.967-7.967-3.596-7.967-7.967 3.596-7.967 7.967-7.967z" fill="#248989"/>
<path d="m33.9 22.115c.65.406 1.045 1.118 1.045 1.885s-.395 1.479-1.045 1.885c-3.41 2.132-8.949 5.594-12.511 7.819-.685.429-1.549.451-2.256.06-.707-.392-1.145-1.137-1.145-1.945v-15.638c0-.808.438-1.553 1.145-1.945.707-.391 1.571-.369 2.256.06 3.562 2.225 9.101 5.687 12.511 7.819z" fill="#fff"/>
</g>
</svg>
|