[Tex/LaTex] Symbol of the tennis ball

amssymbpackagespdftexsymbols

I have been looking for a few days a package that it contains a command/symbol to use with pdfLaTeX, without using TikZ, of the tennis ball. I have seen The Comprehensive LATEX Symbol List where there are symbols but I couldn't find anything.

Sure to have courteous and benevolent feedback I extend my greetings and thanks.

Best Answer

Well, package fontawesome seems to be not longer maintained and therefore you can not add with LaTeX and this package an symbol for an ball into your document.

But you can use package fontawesome5.

The font shows the following ball symbols on the web page:

balls on fontawesome5

As you can see the symbol for an tennis ball is grey that means you have to pay for the fontawesome5 pro font to be able to use it. Only the black shown symbol are available in the free font version.

So you can try for example:

\documentclass{article}
\usepackage{fontawesome5} % <============================================

\begin{document}
\faTwitter

\faLinkedin

\faGithub

\faBasketballBall\ or \faIcon{basketball-ball} % <======================

\faBaseballBall\ or \faIcon{baseball-ball} % <==========================
\end{document}

with the resulting pdf:

pdf