Hello @xixofox,
The icon is not showing up in your site as the SVG icon is not loaded or you may have deleted the code.
So you need to at first load the icon. For this, you need to create the child theme.
To know how to create the child theme please refer to below-given link:
http://wptravel.io/how-to-create-a-child-theme/
After activating the child theme create the footer.php file in your child theme and paste below given code in your footer.php file
https://gist.github.com/Tiiru/f3661293caf8dbc5bf89c7301a108167
Hope this helps.
Regards!!