How to render an image in Magento 2 Adminhtml grids
To render image in Magento 2 Adminhtml grids, first of all you have to add a grid column with a renderer block name as a parameter:

Then it is necessary to create a renderer block as follows:
Source (
More Magento 2 tips from the Cookbook
