.gg-home-alt, .gg-gavel, .gg-pin, .gg-server{
  margin-right: 5px;
}


.gg-home-alt {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 14px;
  border: 2px solid;
  border-top: 0;
  border-radius: 2px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: -2px;
}
.gg-home-alt::after,
.gg-home-alt::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
}
.gg-home-alt::before {
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-left-radius: 4px;
  transform: rotate(45deg);
  top: -5px;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  left: 0;
}
.gg-home-alt::after {
  width: 6px;
  height: 10px;
  background: currentColor;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  left: 4px;
  bottom: -2px;
}

.gg-gavel {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 4px;
  background: currentColor;
  border-radius: 2px;
  margin-top: 10px;
}

.gg-gavel::before,
.gg-gavel::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  background: currentColor;
}

.gg-gavel::before {
  width: 14px;
  height: 6px;
  top: -12px;
  left: 1px;
  border-radius: 2px;
  transform: rotate(45deg);
}

.gg-gavel::after {
  width: 4px;
  height: 15px;
  top: -14px;
  left: 3px;
  transform: rotate(45deg);
  border-radius: 3px;
}

.gg-menu-boxed {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid;
}
.gg-menu-boxed::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 10px;
  height: 2px;
  background: currentColor;
  border-radius: 3px;
  top: 2px;
  left: 2px;
  box-shadow:
    0 4px 0,
    0 8px 0;
}

.gg-pin {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: rotate(45deg) scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border-radius: 100% 100% 0 100%;
  border: 2px solid;
  margin-top: -6px;
}
.gg-pin::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid;
  top: 3px;
  left: 3px;
  border-radius: 40px;
}

.gg-server {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 16px;
  height: 20px;
  border: 2px solid;
  border-radius: 3px;
}
.gg-server::after,
.gg-server::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background: currentColor;
}
.gg-server::before {
  top: 2px;
  box-shadow: 0 4px 0;
  border-radius: 3px;
  width: 8px;
  left: 2px;
}
.gg-server::after {
  width: 2px;
  border-radius: 10px;
  left: 5px;
  bottom: 2px;
}