Font Awesome
The web's most popular icon set. Read the plugin documentation
How to use
For glyphs and tiny icons Replacer uses a free version of Font Awesome, check fontawesome.com/icons for more information. Check how to use it in the Replacer theme:
.icon.icon-lg.bg-secondary.text-white.rounded-lg.mr-2
i.fas.fa-heart
.icon.bg-primary.text-white.rounded-circle.mr-2
i.fas.fa-compass
.icon.icon-sm.bg-info-light.text-info.rounded.mr-2
i.fab.fa-facebook-f
<div class="icon icon-lg bg-secondary text-white rounded-lg mr-2">
<i class="fas fa-heart"></i>
</div>
<div class="icon bg-primary text-white rounded-circle mr-2">
<i class="fas fa-compass"></i>
</div>
<div class="icon icon-sm bg-info-light text-info rounded mr-2">
<i class="fab fa-facebook-f"></i>
</div>
Version 2.0.0, [email protected]