| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <svg xmlns='http://www.w3.org/2000/svg' width='1024' height='1024' viewBox='0 0 1024 1024'>
- <filter id='blur'>
- <feGaussianBlur in='SourceGraphic' stdDeviation='10' />
- </filter>
- <linearGradient id='border' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1024'>
- <stop offset='0' stop-color='#fefefe'/>
- <stop offset='1' stop-color='#cacaca'/>
- </linearGradient>
- <linearGradient id='background' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1024'>
- <stop offset='0' stop-color='#B5EAF7'/>
- <stop offset='1' stop-color='#A2D2DE'/>
- </linearGradient>
- <circle cx='512' cy='512' r='450' fill='#aaaaaa' style='filter: url(#blur);' />
- <circle cx='512' cy='512' r='450' stroke='#b1b1b1' style='filter: url(#dropshadow);' />
- <circle cx='512' cy='512' r='450' fill='url(#border)'/>
- <circle cx='512' cy='512' r='412' fill='url(#background)'/>
- <line x1='296' y1='392' x2='540' y2='280' stroke-width='12' stroke='#55838D' />
- <line x1='296' y1='632' x2='540' y2='280' stroke-width='12' stroke='#55838D' />
- <line x1='296' y1='392' x2='540' y2='435' stroke-width='12' stroke='#55838D' />
- <line x1='296' y1='632' x2='540' y2='435' stroke-width='12' stroke='#55838D' />
- <line x1='296' y1='392' x2='540' y2='590' stroke-width='12' stroke='#55838D' />
- <line x1='296' y1='632' x2='540' y2='590' stroke-width='12' stroke='#55838D' />
- <line x1='296' y1='392' x2='540' y2='744' stroke-width='12' stroke='#55838D' />
- <line x1='296' y1='632' x2='540' y2='744' stroke-width='12' stroke='#55838D' />
- <line x1='540' y1='280' x2='785' y2='512' stroke-width='12' stroke='#55838D' />
- <line x1='540' y1='435' x2='785' y2='512' stroke-width='12' stroke='#55838D' />
- <line x1='540' y1='590' x2='785' y2='512' stroke-width='12' stroke='#55838D' />
- <line x1='540' y1='744' x2='785' y2='512' stroke-width='12' stroke='#55838D' />
- <g transform='translate(296, 392)'>
- <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
- <circle cx='0' cy='0' r='51' fill='#55838D' />
- </g>
- <g transform='translate(296, 632)'>
- <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
- <circle cx='0' cy='0' r='51' fill='#55838D' />
- </g>
- <g transform='translate(540, 280)'>
- <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
- <circle cx='0' cy='0' r='51' fill='#55838D' />
- </g>
- <g transform='translate(540, 435)'>
- <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
- <circle cx='0' cy='0' r='51' fill='#55838D' />
- </g>
- <g transform='translate(540, 590)'>
- <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
- <circle cx='0' cy='0' r='51' fill='#55838D' />
- </g>
- <g transform='translate(540, 744)'>
- <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
- <circle cx='0' cy='0' r='51' fill='#55838D' />
- </g>
- <g transform='translate(785, 512)'>
- <!-- <circle cx='-2' cy='-8' r='51' fill='#CAEEF7' /> -->
- <circle cx='0' cy='0' r='51' fill='#55838D' />
- </g>
- </svg>
|