<div class="dli-list"><span></span><span></span><span></span></div>
.dli-list {
display: inline-block;
vertical-align: middle;
color: #333;
line-height: 1;
width: 0.8em;
}
.dli-list > span {
display: block;
position: relative;
height: 0.1em;
background: currentColor;
border-radius: 0.1em;
}
.dli-list > span::before {
content: '';
position: absolute;
top: 0;
right: calc(100% + 0.1em);
bottom: 0;
margin: auto;
width: 0.1em;
height: 0.1em;
background: currentColor;
border-radius: 50%;
}
.dli-list > span + span {
margin-top: 0.22em;
}