12345678910111213 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="100" width="100">
- <path style="fill:#888;stroke:#222;stroke-width:2;" d="m 100,0 0,100 -100,0 0,-100 z"/>
- <path style="fill:#00C5FF;stroke:#222222;stroke-width:2px;" d="m 92,92 -70,0 0,-30 50,0 0,-25 20,0 z"/>
- <path style="fill:#005FFF;stroke:#222222;stroke-width:2px;" d="m 92,37 0,-7 -20,0 0,7 z"/>
- <path style="fill:#F875CE;stroke:#222222;stroke-width:2px;" d="m 8,70 0,-55 70,0 0,55 z"/>
- <path style="fill:#EC00A0;stroke:#222222;stroke-width:2px;" d="m 8,15 0,-7 70,0 0,7 z"/>
- </svg>
|