A knight can move two spaces in any direction and then one step over. So a knight move will look like this...
**
*
* (this is where your knight is)
Does that make sense? You just need to move in that pattern until you can move it into the fireplace looking thingy.