<span class="dli-caret-circle-fill-left"></span>
.dli-caret-circle-fill-left {
display: inline-block;
vertical-align: middle;
color: #333;
line-height: 1;
position: relative;
width: 0.8em;
height: 0.8em;
border: 0.075em solid currentColor;
background: currentColor;
border-radius: 50%;
box-sizing: content-box;
}
.dli-caret-circle-fill-left::before {
content: '';
color: #fff;
width: 0;
height: 0;
border-style: solid;
border-color: transparent;
border-width: 0.18em 0.31177em;
border-right-color: currentColor;
border-left: 0;
transform: translateX(-15%);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}