Using Latex, I want to insert the Google Scholar icon and Researchgate in my CV. I used the following command, but it doesn't appear researchgate icon. Link works.
\newcommand{\researchgatesocialsymbol}{\faResearchgate}
\newcommand*{\Researchgate}[1]{\sociallink{\researchgatesocialsymbol}{http://www.#1}{#1}}
Compiled this command line in the main .tex file.
\Researchgate{https://www.researchgate.net/profile/PROFILE_NAME}.
Your assistance would be appreciated.