I am using font awesome on some project but I have some things that I want to do with font awesome icons, I can easily call an icon like this:
You can also do this. I wanted to add a circle around my icomoon icons. Here is the code.
span { font-size: 54px; border-radius: 50%; border: 10px solid rgb(205, 209, 215); padding: 30px; }