How can I achieve this?
thank you
My MWE is here:
Code: Select all
Code, edit and compile here:
\documentclass[10pt]{article}\usepackage{url}\usepackage{lipsum}\usepackage[numbers]{natbib}\usepackage{hyperref}\usepackage{graphicx}\begin{document}\lipsum[1] \citep{blah}\bibliographystyle{unsrt}\begin{thebibliography}{1}\bibitem{blah}Jo Blogs.\newblock title .\newblock {\em journal}, 2012.\newblock \href{http://www.wikibooks.org}{I want this to be an icon}.\end{thebibliography}\end{document}