<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="240" height="128" style="shape-rendering:geometricPrecision;" xmlns:xlink="http://www.w3.org/1999/xlink">
 <defs>
  <linearGradient id="neg" gradientTransform="rotate(90)">
    <stop offset="0%" stop-color="#FFFFFF"/>
    <stop offset="15%" stop-color="#0033FF"/>
  </linearGradient>
  <linearGradient id="pos" gradientTransform="rotate(90)">
    <stop offset="80%" stop-color="#eeff33"/>
    <stop offset="100%" stop-color="#FFFFFF"/>
  </linearGradient>
  <style type="text/css">
   <![CDATA[
    .thick {stroke:#000000;stroke-width:2;fill:none;}
    .below {fill:url(#neg);stroke:none;}
    .above {fill:url(#pos);stroke:none;}
    .forbidden {fill:#990000;stroke:none;}
    .thin {stroke:#003333;stroke-width:1;fill:none;}
    .solid {fill:#000000;stroke:none;}
    .particle {fill:#000000;stroke:#FFFFFF;stroke-width:1;}
    .hole {fill:#FFFFFF;stroke:#000000;stroke-width:1;}
   ]]>
  </style>
 </defs>
 <g>
    <rect class="below" width="192" height="48" x="45" y="80" />
    <rect class="above" width="192" height="48" x="45" y="0" />
    <rect class="forbidden" width="215" height="32" x="25" y="48" />
    <line class="thick" x1="20" y1="64" x2="237" y2="64"/>


    <path class="thin" d="M 105,104 C 105,80 110,30 113,24" />
    <polygon class="thin" points="116,17 115,25 111,23" />
    <circle class="particle" cx="120" cy="8" r="5.5" />
    <circle class="hole" cx="105" cy="112" r="5" />

    <line class="thin" x1="140" y1="96" x2="140" y2="106"/>
    <polygon class="thin" points="138,106 142,106 140,112"/>
    <line class="thin" x1="140" y1="8" x2="140" y2="26"/>
    <polygon class="thin" points="138,26 142,26 140,32"/>

    <circle class="particle" cx="160" cy="32" r="5.5" />
    <circle class="hole" cx="160" cy="96" r="5" />

    <line class="thin" x1="180" y1="88" x2="180" y2="90"/>
    <polygon class="thin" points="178,34 182,34 180,40"/>
    <line class="thin" x1="180" y1="32" x2="180" y2="34"/>
    <polygon class="thin" points="178,90 182,90 180,96"/>

    <circle class="particle" cx="200" cy="40" r="5.5" />
    <circle class="hole" cx="200" cy="88" r="5" />

    <line class="thick" x1="25" y1="118" x2="25" y2="11"/>
    <polygon class="solid" points="25,6 30,21 20,21"/>
    <text style="font-size:24px;font-style:italic;fill:#000000;stroke:none;" x="3" y="40">E</text>
    <text style="font-size:20px;fill:#000000;stroke:none;" x="4" y="70">0</text>
  </g>
</svg>
