.structItem-status--locked:before {
content: " ";
display: inline-block;
width: 20px;
height: 20px;
background: url(https://s8.hostingkartinok.com/uploads/images/2020/05/db310e64782eb8e4b809e497e7df6c0e.png);
background-size: contain;
}
.structItem-status--sticky:before {
content: "закреплено";
font-family: @xf-fontFamilyBody;
color: #fff;
background: green;
padding: 1px 2px;
}