blob: 266176dfed800a006d8e51ba01f1ba2b44769044 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" id="Flag_of_Iceland" height="720" width="1000" version="1.1">
<g transform="scale(40)">
<rect width="25" height="18" fill="#003897"/>
<rect width="25" height="4" y="7" fill="#ffffff"/>
<rect width="4" height="18" x="7" fill="#ffffff"/>
<rect width="25" height="2" y="8" fill="#d72828"/>
<rect width="2" height="18" x="8" fill="#d72828"/>
</g>
</svg>
|