[Tex/LaTex] Overleaf logo command (like \LaTeX)

logosmacrosoverleaf

I would like to make a command \overleaf which prints the Overleaf logo, just like \LaTeX prints the LaTeX logo. Here is a \link to the Overleaf logo.
The link includes several examples of the logo and several formats, including SVG, PNG, EPS, and TIFF.

I presume it is necessary to use an image of the logo to make the command? However, I think it would be best if it has the same color as the text (If the text is red, the logo is red; if the text is black, the logo is black.)

Anyone who can help me get started?

Best Answer

I send Overleaf a message, asking them for such a command/ or permission to create one. This is the response: Reply from Overleaf

The example Dan send me was:

\documentclass{article}
\usepackage{academicons}
\usepackage{url}
\title{academic icons}
\author{Dan (Overleaf Support) MacKinnon}
\date{November 2019}

\begin{document}


\maketitle


{\large \url{dan.mackinnon@overleaf.com} \aiOverleaf}

{\large \url{https://orcid.org/0000-0001-7049-6927} \aiOrcid}


\end{document}

Which yields:

Result from code