.avatar--like {
  clip-path: polygon(0 43%, 100% 3%, 100% 85%, 0 99%);

  &:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}