Is there a way to center align both an icon (<svg>
) and text within a container with a small spacing between the two elements?
| ICON TEXT |
Here is a JSBin link for reference: https://jsbin.com/tatomas/edit?html,css,output
I have Bootstrap 4 (Flexbox) at my disposal, but I'm struggling to achieve this. Particularly, aligning the <svg>
seems challenging as I can't seem to move it. I've attempted placing them in a .row
with a .col
each, yet the SVG remains centered within the column...
Any ideas on how to accomplish this, with or without the BS grid?