<svg height="${side}" viewBox="0 0 ${side * 2.5} ${side}">
<circle cx="${side/2}" cy="${side/2}" r='${side / 2.5}' stroke-width="10" stroke='darkorange' fill='none'
pathLength="100"
stroke-dasharray="${strokeDash.array}"
stroke-dashoffset="${strokeDash.offset}" ></circle>
<rect x="${side}" y='${side/4}' width="${side}" height="${side/2}" stroke-width="10" stroke='mediumpurple' fill="none"
pathLength="100"
stroke-dasharray="${strokeDash.array}"
stroke-dashoffset="${strokeDash.offset}"></rect>
</svg>