"Select icon option"
Bootstrap 4.1.1 Snippet by yui.napassorn

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <p><h1>Select Icon Option</h1></p> <select class="form-control"> <option>     fa fa-car </option> <option>     fa fa-address-book</option> <option>     fa fa-ambulance</option> <option>     fa fa-angellist</option> </select> </div>
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'); body{ padding:5%; } select{ font-family: 'FontAwesome' , 'TATSanaChon'; }

Related: See More


Questions / Comments: