Alpine JS X: Bind HREF Link

<svg x-data="{ myicon: '#myicon'}">
   <use x-bind:xlink:href="myicon" xlink:href="#myicon"></use>
</svg>
Borma