Icons work on pc1, but give unknown on another pc.

Hi all

I am building a shiny app. The icons are good visualised on my system, but when the file is opened on another pc (with internet). The icons give something this :
image

This is how I code the icons in the UI:

 tabPanel("Distribution based on MATERIAL", icon = icon("fa-regular fa-vial", verify_fa = FALSE)

This is the website where I can find the icons of chose:

I already look some info up and found this:

#Connection for the icons:
src="https://kit.fontawesome.com/7d60766448.js"
crossorigin="anonymous"

I created an account online and connected the script to my account by that number, but it doesn't help.

Otherwise I don't have done something special to get those icons on my pc.

Thanks for the help in advance!

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.