- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
- <defs>
- <linearGradient id="bgGrad" x1="0%" y1="0%" x2="100%" y2="100%">
- <stop offset="0%" style="stop-color:#409eff;stop-opacity:1" />
- <stop offset="100%" style="stop-color:#67c23a;stop-opacity:1" />
- </linearGradient>
- </defs>
- <rect width="64" height="64" rx="8" fill="url(#bgGrad)"/>
- <circle cx="32" cy="32" r="12" fill="none" stroke="white" stroke-width="2"/>
- <line x1="32" y1="8" x2="32" y2="20" stroke="white" stroke-width="2" stroke-linecap="round"/>
- <line x1="32" y1="44" x2="32" y2="56" stroke="white" stroke-width="2" stroke-linecap="round"/>
- <line x1="8" y1="32" x2="20" y2="32" stroke="white" stroke-width="2" stroke-linecap="round"/>
- <line x1="44" y1="32" x2="56" y2="32" stroke="white" stroke-width="2" stroke-linecap="round"/>
- <circle cx="32" cy="32" r="4" fill="#ffd700"/>
- </svg>
|