<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="500" height="500">
 <title>ZOLL</title>
 <path stroke="#BE2D2C" d="M 250,0 V 500" stroke-width="100"/>
 <g stroke="#000" fill="#FFF">
  <circle cx="250" cy="250" r="124.5" stroke-width="1"/>
  <circle stroke="#C00" cx="250" cy="250" r="100" stroke-width="25"/>
  <path d="M 200,250 H 300" stroke-width="40" stroke-linecap="round"/>
 </g>
</svg>