How can a picture be tiled if it is introduced through the SVG sub-tag Image?

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1258px" height="960px">
    <image width="200" height="200" stroke="black" href="https://img.codeshelper.com/upload/img/2021/10/09/gwfbfcwipyp2.png">
    </image>
</svg>
Svg
Oct.09,2021

<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1258px" height="960px">
    <image width="100%" height="100%" x="0" y="0" stroke="black" xlink:href="https://img.codeshelper.com/upload/img/2021/10/09/0nszfux2vwg3.png">
    </image>
</svg>
Menu