icon and text

by Caiyi Zhong

HTML

<script src="https://use.fontawesome.com/releases/v5.0.4/js/all.js"></script>
<div class="wrap">
    <i class="fas fa-anchor"></i>
</div>

CSS

.wrap {
    border: 1px solid #ccc;
    width: 80px;
    height: 50px;
}


.wrap svg {
    height: 100%;
}