.C.icon {
  color: #000;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border-top: solid 4px currentColor;
  border-right: solid 4px transparent;
  border-bottom: solid 4px currentColor;
  border-left: solid 4px currentColor;
}
