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?
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: