[Tex/LaTex] Change icons associated with phone, mobile, and email in moderncv

moderncv

How can I change moderncv package to give me icons for the \phone \mobile \email commands? Currently, it prints H for mobile, T for phone, and B for email which doesn't make any sense. I've seen examples where they have small pictures instead, but I can not tell what the difference between the source for those files and mine is.

What I have: https://dl.dropbox.com/u/287148/template.pdf

What I want: http://ctan.mirrorcatalogs.com/macros/latex/contrib/moderncv/examples/template.pdf

My code:

\documentclass[11pt,a4paper]{moderncv}
\moderncvtheme[red]{classic}         

\title{your Curriculum Vitae title}
\firstname{Name}
\familyname{Lastname}
\mobile{Mobile}
\phone{Phone}
\email{Email}
\homepage{Homepage}
\extrainfo{Extra Info}
\photo[64pt]{picture}
\quote{Subtitle}
\address{Address}{City, Country}

\begin{document}
\maketitle

\section{Section Name}
\cvline{Subject}{Description.}
\cventry{Time}{Position}{Company Name}{City}{Country}{Description}
\cvcomputer{Skill}{Description}{Skill}{Description}
\cvlanguage{Language}{Proficiency}{Description} 

\end{document}

Best Answer

Your posted code produces this:

enter image description here

Check your log file, it appears that you do not have the marvosym fonts installed.