Social links and icons in article types

I would like to add tripadvisor icon and link on social block but i cant figure out how do i use new icon, in which folder to place it. Same goes for icons for article content type. I need more then those offered. Where to place them and how to enable them.
We are using Glyphicons and Font Awesome icons for our theme. Please follow this link to get new icon http://your-domain/featured/retina-icons or http://fortawesome.github.io/Font-Awesome/icons/ If you want to add new others icon (not from Glyphicons and Font Awesome icons), you can add your custom style to do it. Thanks!
Thanks Jimmy, i dont know how to do this exacly, in which folder to add new icons and link them wherever i want. As for content type article i have 4 default options (love, photography etc..) and i cant find where to change icons for those terms. I was thinking in taxonomy but could not find it there too. Need a bit of guidance please.
all icons in our themes are FONT ICON. They are Glyphicons and Font Awesom font. They provided css class corresponding with each icon ie: 'fa fa -users' Usage: If you want to use icon file, you can put it under assets/images folder then add your custom css to show your icon. Regarding to the icon on blog pages, you can change it in custom template files under templates/node folder. Thanks!