I took the much more efficient (lazy) route with this - bearing in mind I wanted the tag icon for all tags, and not individual icons...
/* Side Tags */
span.icon.TagIcon.Button-icon {
background: transparent !important;
}
[class*="item-tag"] a span:before {
content: "\f02b";
font-family: "fontawesome";
font-weight: normal;
line-height: 17px;
vertical-align: top;
padding-left: 3px;
color: #0f6a8c;
}
.item-tags a span:before {
content: "";
}