| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"> |
| 2 | <circle cx="12" cy="12" r="8" fill="#8B5CF6" stroke="#6D28D9" stroke-width="1.5"/> |
| 3 | <circle cx="12" cy="12" r="4" fill="#DDD6FE"/> |
| 4 | <!-- Gear teeth --> |
| 5 | <line x1="12" y1="4" x2="12" y2="1" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/> |
| 6 | <line x1="18.66" y1="7.34" x2="20.78" y2="5.22" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/> |
| 7 | <line x1="20" y1="12" x2="23" y2="12" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/> |
| 8 | <line x1="18.66" y1="16.66" x2="20.78" y2="18.78" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/> |
| 9 | <line x1="12" y1="20" x2="12" y2="23" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/> |
| 10 | <line x1="5.34" y1="16.66" x2="3.22" y2="18.78" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/> |
| 11 | <line x1="4" y1="12" x2="1" y2="12" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/> |
| 12 | <line x1="5.34" y1="7.34" x2="3.22" y2="5.22" stroke="#6D28D9" stroke-width="2" stroke-linecap="round"/> |
| 13 | </svg> |