Ionic Icon as SRC of IMG

Hi,
there is a way to use an icon as src of img?

Thanks in advance.

Marco

What issue you are getting ?

can use like <img src="assets/icon/myicon.png" item-start>

I would like insert the src to a standard ionic icon (ex. Home icon). How can i do this?

For ionic icons use https://ionicframework.com/docs/ionicons/ for home use like <ion-icon name="home"></ion-icon>

i think for src you have to mention source file URL.