<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.1" width="525" height="350" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

<rect x="0" y="0" width="525" height="350" fill="white"/>
<rect x="0" y="0" width="525" height="150" fill="#00aeef"/>
<rect x="0" y="200" width="525" height="150" fill="#00a651"/>

<path id="sun_ray" style="fill:yellow;stroke:black;stroke-width:0.5px" d="m75,56 a20,20,0,0,0,0,-24 a20,20,0,0,0,0,24 z"/>
<use xlink:href="#sun_ray" transform="rotate(45 75,75)"/>
<use xlink:href="#sun_ray" transform="rotate(90 75,75)"/>
<use xlink:href="#sun_ray" transform="rotate(135 75,75)"/>
<use xlink:href="#sun_ray" transform="rotate(180 75,75)"/>
<use xlink:href="#sun_ray" transform="rotate(225 75,75)"/>
<use xlink:href="#sun_ray" transform="rotate(270 75,75)"/>
<use xlink:href="#sun_ray" transform="rotate(315 75,75)"/>

<circle style="fill:yellow;stroke:black;stroke-width:0.5px" cx="75" cy="75" r="25"/>

</svg>