blob: 36227945d0671b4c97cfc8fc36bc5e2bb3509079 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<svg height="288" width="144" xmlns="http://www.w3.org/2000/svg">
<rect fill="#3AB3DA" height="288" width="144" x="0" y="0" /> <!-- Light Blue Banner -->
<polygon fill="#1D1D21" points="72,144 144,288 0,288" /> <!-- Black Chevron -->
<polygon fill="#F9FFFE" points="0,0 144,0 72,144" /> <!-- White Inverted Chevron -->
<rect fill="#5E7C16" height="288" width="43" x="50" y="0" /> <!-- Green Pale -->
<circle cx="72" cy="144" fill="#F9801D" r="22" /> <!-- Orange Flower Charge -->
<circle cx="72" cy="144" fill="none" r="36" stroke="#F9801D" stroke-width="14" />
<circle cx="72" cy="144" fill="#FED83D" r="43" /> <!-- Yellow Roundel -->
</svg>
|