Is it possible to create a charactar from a graphic that is sensible to \color{} commands? I'm aware of these three questions (one, two, three), but with the first method, the symbol doesn't change color, using TikZ is not feasable because the graphic is too complex, and creating my own font just for a few symbols seems overkill, and also will only work on machines that have the font installed. So is there an easier way?
\documentclass{article}
\usepackage{scalerel}
\usepackage{xcolor}
\def\mylogo{\scalerel*{\includegraphics{logo}}{X}}
\begin{document}
\color{orange} Can I insert my \mylogo{} inline?
\tiny Can I insert my \mylogo{} inline?
\end{document}
resetcolorargument for\includegraphicsbut if I try that, I get an error. – mapf Jan 31 '21 at 17:52