Cant get the icons to work

Hi
I am facing a silly issue - I cant get the icons to work with counters.
I mean I am doing everything right
I am using this

<i class='x-icon x-icon-anchor' data-x-icon='' aria-hidden='true'></i>

but probably some issue with my computer I am seeing a box symbol after “data-x-icon”

To make you understand I will attach a screenshot.
Pleae tell me what to do

Thanks and regards

Hello There,

Thanks for writing in!

Please make use of this icon code instead:

<i class="x-icon x-icon-anchor" data-x-icon-s="&#xF13D" aria-hidden="true"></i>

We would loved to know if this has work for you. Thank you.

Hi!
Sorry but where do I find the icon code??

Hi @abheeshekj,

You can find them here https://fontawesome.com/icons?from=io. Click an icon and it will display the icon code. Example, phone icon. https://fontawesome.com/icons/phone?style=solid, the code is f095. Hence, data-x-icon-s="&#xf095".

Thanks!

1 Like

Thank you so much!

You’re most welcome!

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