<?php echo Html::anchor('#', '<i class="fa fa-gear fa-fw"></i>Settings') ?>or go with
<?php echo Html::anchor('#',
html_tag(
'i',
['class' => 'fa fa-gear fa-fw'],
''
)
. 'Settings'
) ?>
It looks like you're new here. If you want to get involved, click one of these buttons!