How to include social's icons like gitHub and linkedin in ModernCv?
Package/font fontawesome
provides these symbols:
\documentclass{article}
\usepackage{fontawesome}
\begin{document}
\faGithub, \faLinkedin,
\faStackExchange, and \faStackOverflow
\end{document}