Hello – you might have solved this by now but I managed to remove the search icon from the top bar by deleting the following from the header.php (in Appearance/Editor)
<div class=”search-toggle”>
<?php _e( ‘Search’, ‘twentyfourteen’ ); ?>
</div>
Hope this helps!