.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: text-bottom;
  width: auto;
  height: 1em;
}
.icon svg {
  width: 100%;
  height: 100%;
  display: block;
}