I would like to put a picture in text body as shown in the following picture from MS Word.

I tried some things but not working. What I want is more or less the \LaTex command but for my image!
Is there any way to do this in latex?
I would like to put a picture in text body as shown in the following picture from MS Word.

I tried some things but not working. What I want is more or less the \LaTex command but for my image!
Is there any way to do this in latex?
just use
I studied in \includegraphics[height=0.8em]{tudelftlogo}.
or perhaps
I studied in \includegraphics[height=0.8em]{tudelftlogo}Delft.
depending whether the final Delft is part of the image.
and add \usepackage{graphicx}