How do I make a Google Icon into a Button? However, do not want a rectangular box around the button. The icon pixels will be a button itself.
.testdelete {
font-family: Material Icons;
}
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<span class="testdelete">
delete
</span>
Link below places a rectangle around button, something don't want.