How to remove this square stroke around a plus? I want to change the standard button to such a plus.
.button { background: url('https://cdn1.iconfinder.com/data/icons/interface-elements/32/add-circle-24.png'); background-size: contain; width: 24px; height: 24px; } <button class='button'></button> 