diff --git a/notebook/static/notebook/js/searchandreplace.js b/notebook/static/notebook/js/searchandreplace.js
index 02c36e5a4..608319ca5 100644
--- a/notebook/static/notebook/js/searchandreplace.js
+++ b/notebook/static/notebook/js/searchandreplace.js
@@ -159,7 +159,7 @@ define(function(require){
.text('.*');
var allCellsButton = $('')
- .append($('').addClass('fa fa-align-left'))
+ .append($('').addClass('fa fa-arrows-v'))
.attr('type', 'button')
.addClass("btn btn-default btn-sm")
.attr('data-toggle','button')