q
File size: 1,020 Bytes
89dc30e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
  <defs>
    <radialGradient id="bg" cx="35%" cy="28%" r="95%">
      <stop offset="0%" stop-color="#1a1140"/>
      <stop offset="100%" stop-color="#06070c"/>
    </radialGradient>
    <linearGradient id="orb" x1="0" y1="0" x2="1" y2="1">
      <stop offset="0%" stop-color="#c6b8ff"/>
      <stop offset="52%" stop-color="#8b7bff"/>
      <stop offset="100%" stop-color="#5b3fd6"/>
    </linearGradient>
  </defs>
  <rect width="512" height="512" rx="112" fill="url(#bg)"/>
  <circle cx="256" cy="256" r="152" fill="url(#orb)" opacity="0.12"/>
  <g fill="none" stroke="url(#orb)" stroke-width="7" opacity="0.95">
    <circle cx="256" cy="256" r="152"/>
    <ellipse cx="256" cy="256" rx="152" ry="60"/>
    <ellipse cx="256" cy="256" rx="60" ry="152"/>
    <ellipse cx="256" cy="256" rx="152" ry="112"/>
    <ellipse cx="256" cy="256" rx="112" ry="152"/>
  </g>
  <circle cx="322" cy="330" r="24" fill="#06d755" stroke="#06070c" stroke-width="8"/>
</svg>