SyntaxFix
Write A Post
Hire A Developer
Questions
To create icon you can use Glyphicon in Bootstrap:
<a href="#" class="btn btn-info btn-sm"> <span class="glyphicon glyphicon-menu-hamburger"></span> </a>
And then control size of icon in css:
.glyphicon-menu-hamburger { font-size: npx; }