diff --git a/IPython/frontend/html/notebook/static/notebook/js/maintoolbar.js b/IPython/frontend/html/notebook/static/notebook/js/maintoolbar.js
index 0798b47..81df069 100644
--- a/IPython/frontend/html/notebook/static/notebook/js/maintoolbar.js
+++ b/IPython/frontend/html/notebook/static/notebook/js/maintoolbar.js
@@ -71,7 +71,7 @@ var IPython = (function (IPython) {
{
id : 'move_down_b',
label : 'Move Cell Down',
- icon : 'icon-arrow-up',
+ icon : 'icon-arrow-down',
callback : function () {
IPython.notebook.move_cell_down();
}