li {
position: relative;
list-style: none;
padding-left: 40px;
}
li::before {
position: absolute;
content: '';
left: 0;
top: 0;
width: 20px;
height: 20px;
background-img: url("вставляешь путь к своей иконке");
background-size: cover;
}
ну или примерно так, через before короче.