[Tex/LaTex] Removing Symbols from moderncv Document

moderncvsymbols

I'm enjoying the moderncv class for creating sharp looking cover letters and CVs. But, I'd like to remove the symbols associated with phone, email, etc. Is this possible?

Best Answer

The moderncv class defines a command for each of these symbols. You can redefine them to do nothing (after loading any moderncvtheme).

\renewcommand*{\addresssymbol}       {}
\renewcommand*{\mobilephonesymbol}   {}
\renewcommand*{\fixedphonesymbol}    {}
\renewcommand*{\faxphonesymbol}      {}
\renewcommand*{\emailsymbol}         {}
\renewcommand*{\homepagesymbol}      {}
\renewcommand*{\linkedinsocialsymbol}{}
\renewcommand*{\twittersocialsymbol} {}
\renewcommand*{\githubsocialsymbol}  {}