Remove the icon beside "share" on product page

Hi,

I would like to remove the icon on the right site from “Share”:

@admintb

add below code above in theme.liquid for hide the share icon.

button.share-buttons svg { display: none!important; }

after added the code look like this.