how to add home icon instead of text in wordpress menu

to hide “HOME” label from wordpress navigation i use

//change 105 with your home id
 #menu-item-105 span {
 display:none;
 }

and for icon i use “Iconic Navigation” wordpress plugin