.slicon {
    display: inline-block;
    background-image: url('slicons.png');
    background-repeat: no-repeat;
}

.slicon-sword {
    width: 24px;
    height: 24px;
    background-position: 0px 0px;
}

.slicon-world {
    width: 24px;
    height: 24px;
    background-position: -24px 0px;
}

