.social-profile-tag {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 4px;

  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="12" r="12" fill="%23ffcc4d"/><path d="M9.5 13.9L6.6 11l-1.4 1.4 4.3 4.3 9-9-1.4-1.4z" fill="%23664500"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
