| 1 | <!-- |
| 2 | Geometric "X" silhouette evoking xAI's mathematical-double-struck X |
| 3 | brand mark (Unicode U+1D54F 𝕏). Drawn as simple straight strokes so |
| 4 | AgentIcon's mono mask path can paint it in the active theme color |
| 5 | alongside hermes / mimo / pi / kilo / cursor-agent. The fill is set |
| 6 | to a baked dark color so any non-masked render path still produces |
| 7 | a legible mark instead of black-on-black. |
| 8 | --> |
| 9 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1024 1024" fill="#1c1b1a"> |
| 10 | <path d="M 158 158 L 432 432 L 158 432 L 158 158 Z" /> |
| 11 | <path d="M 866 158 L 866 432 L 592 432 L 866 158 Z" /> |
| 12 | <path d="M 432 592 L 158 592 L 158 866 L 432 592 Z" /> |
| 13 | <path d="M 592 592 L 866 592 L 866 866 L 592 592 Z" /> |
| 14 | <path d="M 432 432 L 592 432 L 592 592 L 432 592 L 432 432 Z" /> |
| 15 | </svg> |
| 16 |