w3cvalidator で自分のサイトをチェックしながら
このエラーAttribute data-ls not allowed on svg element at this pointとEnd tag svg did not match the name of the current open element (use) を示しています。
ここに私が使用したサンプルコードがあります。
<svg class="ls-l" style="top:320px;left:30%;white-space: nowrap;"
data-ls="offsetxin:-15; offsetyin:10; delayin:6854; offsetxout:-15; offsetyout:10; durationout:500; showuntil:1000; easingout:easeInOutQuart; scalexin:0; scaleyin:0; scalexout:0; scaleyout:0;"
width="50" height="50" viewBox="0 0 64 64" >
<use xlink:href="#location-pin">
</svg>
ありがとう....