I would like to update my CV and add also icons for linking, google schola, email, git and website.
I would like to be in the top right place, something like that
Name IconWebsite IconEmail IconLinkedn IconGit etc
The CV that I have already is in the following format
\documentclass[10pt,a4paper,sans]{moderncv}
%% ModernCV themes
\moderncvstyle{classic}
\moderncvcolor{blue}
\renewcommand{\familydefault}{\sfdefault}
\nopagenumbers{}
%% Adjust the page margins
\usepackage[scale=0.82]{geometry}
\usepackage{color,soul} \setul{1ex}{0.8ex} \definecolor{orange}{rgb}{73,,0}
\usepackage{booktabs}
\setulcolor{orange}
%% connect text with internet
\usepackage{hyperref}
\hypersetup{
linkcolor=black,
filecolor=magenta,
urlcolor=cyan,
}
%% Personal data
\firstname{XXXXX}
%\mobile{XXXX}
\email{XXXXX}
\homepage{XXXXXX}
\begin{document}
\makecvtitle
\vspace*{-10mm}
\section{Personal statement}
\small XXXXXXX
\section{Education}
\cvitem{XX -- XX}{\textbf{XXX}\newline
XXXX:
\begin{itemize}
\item XXXX
\item XXXX
\end{itemize}
}
\end{document}
I have already checked this post Adding google scholar and Researchgate profile to the preamble in moderncv, but the code is not working for google scholar
\firstname{}and\lastname{}otherwise I'm having "Undefined control sequence.moderncvand when I comment it\hypersetup{became an "Undefined control sequence" until moved from preamble to document body (or let it in preamble but load package with optionunicode)