.icon-ph-pix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  min-width: 1em;
  min-height: 1em;
  font-family: inherit !important;
  line-height: 1;
  vertical-align: -0.125em;
  flex-shrink: 0;
}

.icon-ph-pix::before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background: url('./pix.svg') no-repeat center;
  background-size: contain;
}
