I started to create a codepen and noticed the basic css was working. I looked further and found I had a :before added which contained content: " "; display: inline-block; which was causing the issue. Now I am hunting through my scss for the before addition to the icon class. Thank you for pushing me to create some sample code.