答案1
一般来说,你可以<stuff>
使用 来提高\raisebox{<raise>}[<height>][<depth>]{<stuff>}
。负数<raise>
会降低<stuff>
:
\documentclass{article}
\usepackage{fontawesome5}
\begin{document}
\begin{tabular}{ l l }
(\faPhone) 123-456-7890 &
(\raisebox{-.2ex}[0pt][0pt]{\faPhone}) 123-456-7890 \\
(\faGlobe) www.example.ca &
(\raisebox{-.2ex}[0pt][0pt]{\faGlobe}) www.example.ca
\end{tabular}
\end{document}
这空心球可在 Fontawesome Pro 中使用。因此,如果您有类似的图像,则可以使用上述相同的技术。