I have some simple code which includes two font icons from FontAwesome.
They render like this in my browser:
Note that although both elements are 16px in height, the two icons are not vertically aligned, the calendar rests lower down than the
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"/>
<link href="https://pro.fontawesome.com/releases/v5.15.1/css/all.css" rel="stylesheet"/>
<p>
<i class="fad fa-times-hexagon text-danger fa-fw"></i>
<i class="fad fa-fw fa-calendar"></i>
</p>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…