Some of the font-awesome icons are not rendered. Shows error 404 Not found.
Refresh icon is not visible both in chrome and edge.
See for the icons search and refresh


hi @adad20 , wasn't this fixed in most recent commit, https://github.com/openemr/openemr/commit/bc644eb4a1e54a27547ba066bc1065f005312d53 ?
hi @stephenwaite My repo is up to date and contains this commit yet this issue persists. Should we reopen that issue?
Hi @adad20
Try to use, It will install font awesome 5
npm install
@stu01509 After pulling the latest commits I ran npm install yet some icons are missing like refresh one. You may have a look if its not on your system then fault may be on my side only.
hi @adad20 , @stu01509 , and @stephenwaite , There are still broken icons out there including this one. In this case, fa-refreshno longer exists in fontawesome 5, and should be changed to fa-sync. Rec searching for fa-refresh in codebase to see where need to change (there look to be about 13 places).
Hi @adad20 @bradymiller @stephenwaite
I am in my environment just found refresh icon broken, it still used fa-refresh, Maybe I am not fully updated font awesome icon, So I create a PR to fix it.