.iconica {
  background: radial-gradient(circle at 25% 20%, #335ccf, #16103b 64%);
  overflow: hidden;
}

.iconica::before {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  right: -38px;
  top: -46px;
}

.iconica-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 0.055em;
}

.iconica-logo i { font-style: normal; }

.iconica-logo small {
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translateX(-50%);
  width: max-content;
  font-size: 8px;
  letter-spacing: 0.18em;
  color: #9be9df;
}

.iconica-o {
  width: 30px;
  height: 30px;
  border: 5px solid #fff;
  border-radius: 50%;
  margin: 0 3px;
  position: relative;
  box-shadow: inset 0 0 0 4px rgba(32, 199, 183, 0.4);
}

.iconica-o::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 5px;
  border-radius: 4px;
  background: #fff;
  right: -10px;
  bottom: -5px;
  transform: rotate(45deg);
  transform-origin: left center;
}
