Spaces:
Running
Running
| <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 32 32"> | |
| <!-- Purple gradient background --> | |
| <defs> | |
| <linearGradient id="grad" x1="0" y1="0" x2="1" y2="1"> | |
| <stop offset="0%" stop-color="#A855F7"/> | |
| <stop offset="100%" stop-color="#6B21A8"/> | |
| </linearGradient> | |
| </defs> | |
| <rect width="32" height="32" rx="6" fill="url(#grad)" /> | |
| <!-- White dot --> | |
| <circle cx="16" cy="16" r="5" fill="white"/> | |
| </svg> | |