Having tested, everything works fine when I remove the closing slashes, however I'm wondering if this will cause a problem on other devices and browsers?
Are the closing slashes necessary on these elements?
<svg><use xlink:href="#exercise" /></svg>
<path d="..." />
Into
<svg><use xlink:href="#exercise"></svg>
<path d="...">