Bootstrap glyphicon-menu-hamburger not showing

Incredible picture Incredible · Feb 7, 2015 · Viewed 28k times · Source

Here is clearly defined bootstrap icon for hamburger menu: http://getbootstrap.com/components/#glyphicons-glyphs

If I use it in my html this icon is not showing, but others icon are:

<button class="btn btn-default" type="button">
    <span class="glyphicon glyphicon-menu-hamburger" aria-hidden="true"></span>
</button>

Why is that?

Answer

Klikdesainweb picture Klikdesainweb · Feb 7, 2015

It's a matter of glyphicon version in your bootstrap version for it will be always updated so use the same version. you can check it here http://getbootstrap.com/getting-started/. it looks it is compatible in v3.3.2 and check yours.

Other possibilities:

  1. missing glyphicons font in fonts directoryc.
  2. Changes found in path of directory