html
<button type="submit"><i class="fa fa-youricon"></i></button>
Run Code Online (Sandbox Code Playgroud)
CSS
button{
border:0;
background:none;
/*And other css to remove the default button property */
}
Run Code Online (Sandbox Code Playgroud)