.item::after {
content: "";
position: absolute;
width: 30px;
height: 30px;
right: -30px;
top: -30px;
border-radius: 50%;
border: 1px #000 solid;
z-index: -2;
}
.item:last-child::after {
display: none;
}.item:not(:last-child)::after {
content: "";
position: absolute;
width: 30px;
height: 30px;
left: 100%;
bottom: 100%;
border-radius: 50%;
border: 1px #000 solid;
z-index: -2;
}
Ок: https://fontawesome.ru/icon/eye/
остальные по аналогии.
Текста в них нет.
Цветные: https://html5book.ru/css3-gradient/ и https://webref.ru/css/border
И я рекомендую брать вариант иконок в SVG и собирать спрайт, а не шрифтовый вариант.