<?xml version="1.0"?>
<flag name="KENYA" width="1.5">
    <status
        layout="yes"
        color="no"
        graphic="yes"
    />
    <tricolor dir="horizontal">
        <color>black</color>
        <color>red</color>
        <color>limegreen</color>
    </tricolor>
    <g xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" transform="scale(1.25)">
        <rect y="24" width="120" height="4" fill="white" />
        <rect y="52" width="120" height="4" fill="white" />
        <defs>
            <path
                id="spear"
                d="M -0.5,27.7128
                   L -0.5,-18.4752
                   L -1.5,-20
                   L 0,-32.3316 1.5,-20
                   L 0.5,-18.4752
                   L 0.5,27.7128
                   Z"
                fill="white"
                stroke="black"
                stroke-width="0.1"
            />
            <path
                id="side"
                d="M 0,28 A 30,30,0,0,0,0,52 A 30,30,0,0,0,0,28 Z"
                fill="black"
            />
            <path
                id="mid"
                d="M 0.5,-24 A 37,37,0,0,1,0.5,-3 Z"
                fill="white"
            />
        </defs>
        <use xlink:href="#spear" transform="translate(60,40) rotate(-30)" />
        <use xlink:href="#spear" transform="translate(60,40) rotate(30)" />
        <path
            d="M 60,16 A 30,30,0,0,0,60,64 A 30,30,0,0,0,60,16 Z"
            fill="red"
            stroke="black"
            stroke-width="0.1"
        />
        <use xlink:href="#side" transform="translate(69.495454,0)" />
        <use xlink:href="#side" transform="translate(50.504546,0)" />
        <use xlink:href="#mid" transform="translate(60,40.5) scale(1,1)" />
        <use xlink:href="#mid" transform="translate(60,39.5) scale(1,-1)" />
        <use xlink:href="#mid" transform="translate(60,40.5) scale(-1,1)" />
        <use xlink:href="#mid" transform="translate(60,39.5) scale(-1,-1)" />
        <ellipse cx="60" cy="40" rx="2" ry="3" fill="white" />
    </g>
</flag>

