[Tex/LaTex] How to include social’s icons like gitHub and linkedin in ModernCv

moderncvsymbols

I am using modernCv, classic style and I need to include my linkedIn and gitHub icons next to my account address in my cv.
None of the solutions mentioned here nor here have worked for me.
Do you have any suggestions?

Best Answer

Package/font fontawesome provides these symbols:

\documentclass{article}
\usepackage{fontawesome}

\begin{document}
\faGithub, \faLinkedin,
\faStackExchange, and \faStackOverflow
\end{document}

Result