2

I am using id-card icon of font awesome.

<i class="fa fa-id-card"></i>

The icon is even listed on Font Awesome's Official Website but still doesn't seem to work, it just shows the blank box.

Shilpi Agrawal
  • 67
  • 1
  • 12

2 Answers2

3

Assuming you are referencing locally and not using their CDN.

Check to ensure you have version 4.7 of Font Awesome referenced in your code. Those icons are new to that version.

Frank M
  • 1,379
  • 9
  • 18
0

Try this code for the address card icon. &#xf2c3;

Above code is work in font awesome 4.7.0 css