"icons size - generic css"
Bootstrap 3.3.0 Snippet by jeevan123456

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/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"> <div class="row"> <h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2> </div> </div>
/* Material Icons ============================== */ .material-icons.md-18 { font-size: 18px; } .material-icons.md-24 { font-size: 24px; } .material-icons.md-26 { font-size: 26px; } .material-icons.md-28 { font-size: 28px; } .material-icons.md-30 { font-size: 30px; } .material-icons.md-32 { font-size: 32px; } .material-icons.md-36 { font-size: 36px; } .material-icons.md-48 { font-size: 48px; }

Related: See More


Questions / Comments: