Is it possible to get_the_post_thumbnail (Featured Image) inside a sprintf function?

I’m not sure if I missed something that’s more complex in your question, but sprintf should not be an issue with an img tag. If you want to specify the value as string you can use the %s handler.

sprintf('<div>...<img src="%s" />...</div>', $thumbnail);