Show Reorder icon in your customer myaccount page needs to insert below code in customers/account.liquid file.
Customers/account.liquid file path: Login into Admin panel-> left side menu select Online store -> select Themes.
Now left sidebar load with file list. Check at Sections bottom of the list “customers/account.liquid” file, click on it.
Insert below code where you want to show the Reorder icon at this position in the file and save it.
Important Notice: Paste the code in the order loop. Otherwise, the Reorder icon will not display.
<div data-id="{{order.id}}" class="identixweb_advance_reorder"></div>