.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
  }

.logo {
  background: url(/images/logo.png) center center no-repeat;
  width: 300px;
  height: 300px;
  display: block;
}