On the subscriptions page (front end) there are icons to download and print the invoices.
For the download option, the icon class used is fa-cloud-download-alt, which shows up as a small square.
A quick check on Font Awesome shows that there is no icon with that class name.
Shouldn't the icon class be "fa-download" or "fa-cloud-download" which are valid FontAwesome icon classes?