Search code examples
htmlcsstwitter-bootstrapglyphicons

How to use halfling glyphicons


Visiting glyphicon.com -halflings tab, there's an icon that I want so much. It's the "group" (forth from the last row). I have used other icon using:

<span class="glyphicon glyphicon-gbp"></span>

but this icon has different classes, what it means? I read that halflings icon are free for bootstrap users on w3c web site. https://www.w3schools.com/bootstrap/bootstrap_ref_comp_glyphs.asp


Solution

  • You could use fontawesome instead, there is a nice looking group icon:

    http://fontawesome.io/3.2.1/icon/group/

    Here is the link to get you started with fontawesome:

    http://fontawesome.io/get-started/

    Disclaimer: I know I should not reply with links because the pages could be removed, but in this case I found it appropriate.