JSFiddle - React, Tailwind, and code Playground
by 2Yootz
HTML
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css">
<span class="icon-stack">
<i class="glyphicon glyphicon-filter"></i>
<i class="glyphicon glyphicon-ban-circle"></i>
</span>
CSS
.icon-stack {
position: relative;
}
.icon-stack .glyphicon {
position: absolute;
}
.glyphicon-filter {
font-size: 18px;
margin-left:8px;
margin-top:8px;
}
.glyphicon-ban-circle {
font-size: 32px;
color:#D9534F;
}