.feed-icon {
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;utf8,<svg height="16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 16a7 7 0 0 0-7-7V6c5.523 0 10 4.477 10 10zm-5 0a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm11 0C13 8.82 7.18 3 0 3V0c8.837 0 16 7.163 16 16zm0 0" fill="%23e4e5ec"/></svg>') no-repeat center;
  background-size: 14px;
  background-color: #173353;
}

.feed-icon__wrapper {
  position: absolute;
  top: -3rem;
  right: 0;
}
