Image change on hover

HTML

<a href="ENTER_DESTINATION_URL"><img src="https://png.icons8.com/color/96/000000/user-female.png" onmouseover="this.src='https://png.icons8.com/color/96/000000/swearing-female.png'" onmouseout="this.src='https://png.icons8.com/color/96/000000/user-female.png'" /></a>