To set the mouse to the default mouse texture call Cursor.SetCursor(null, Vector2.zero, CursorMode.Auto), which sets the sprite to null showing the default cursor.
Cursor.SetCursor(null, Vector2.zero, CursorMode.Auto)