diff --git a/notebook/static/notebook/js/searchandreplace.js b/notebook/static/notebook/js/searchandreplace.js
index a9b1cbb58..7cf0d99bf 100644
--- a/notebook/static/notebook/js/searchandreplace.js
+++ b/notebook/static/notebook/js/searchandreplace.js
@@ -157,7 +157,8 @@ define(function(require){
.attr('title', 'Use regex (JavaScript regex syntax)')
.text('.*');
- var onlySelectedButton = $('')
+ var onlySelectedButton = $('')
+ .append($('').addClass('fa fa-align-left'))
.attr('type', 'button')
.addClass("btn btn-default btn-sm")
.attr('data-toggle','button')