blob: 56bb89be2792e8da5b86f6d4007a4b8723d4ab22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<svg clip-rule="evenodd" fill-rule="evenodd" stroke-linejoin="round" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
<linearGradient id="a" x2="1" gradientTransform="matrix(0 -45.5294 45.5294 0 210.898 46.7647)" gradientUnits="userSpaceOnUse">
<stop stop-color="#19288c" offset="0"/>
<stop stop-color="#4454ba" offset="1"/>
</linearGradient>
<circle cx="24" cy="24" r="22.764" fill="url(#a)"/>
<g fill="none" stroke-width="4">
<path d="m24 19h-9s-2 2-2 5.5 2 4.5 2 4.5h7v-5" stroke="#9e9e9e"/>
<path d="m22 19h12l-10 10h12" stroke="#fefefe"/>
</g>
</svg>
|