you may want to look at the box model for each span you have. ie: the icon is 15px x 15px.
now if you have margins + padding + font-size, it maybe that you are rendering the only way the browser can.
you might have to allow for the container to be large enough to verically center or reduce the margin/padding to do it.
