Button snips

by Kirubel Girma

HTML

<button class="btns">
  <div id="maps"></div>
</button>

CSS

.btns{
  padding: .5em;
  border: none;
}

.btns:active {
 opacity: .8;
 border: none;
}

#maps
{
  height: 2em;
  width: 2.06em;
  background: url('https://image.flaticon.com/icons/svg/149/149223.svg');
}