HTML online icons

Hello,

Someone told me that it’s possible to use icons in html without downloading fontawesome folder. Do you know how it works? I’m looking for a tutorial or online lessons about this.
Thank you in advance for your answer.

:slight_smile:

1 Like

One way is to create icons i .svg format. Basically you use them as a normal image:

<img src="icn/logo.svg">

1 Like

@Sibert Thank you very much!!! :sparkling_heart:

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