/*For use with small icons downscaled to x32px with element size 15px example: small game logo icon for encyclopedia*/
/*Example use: [[File:SoC_icon.png|x32px|class=icon-small]]*/
.icon-small img {
    height: 15px;
    width: auto;
}
/*icon-small in text paragraphs inherit alignment, i.e. should be in line with the rest of the text.*/
.mw-parser-output p .icon-small img {
    vertical-align: inherit;
}
/*For use with medium icons downscaled to x64px, with element size 22px example: faction patches*/
/*Example use: [[File:S2_patch_clean_duty.png|x64px|class=icon-medium]]*/
.icon-medium img {
    height: 22px;
    width: auto;
}
/*For use with medium-large icons downscaled to x64px, with element size 30px example: game icons*/
/*Example use: [[File:S2Icon.webp|x64px|class=icon-mediumlarge]]*/
.icon-mediumlarge img {
    height: 30px;
    width: auto;
}
/* For use with large icons downscaled to x64px, with element size 40px example: notice icons*/
/*Example use: [[File:Stalker_2_icon_give_medkit.png|x64px|class=icon-large]]*/
.icon-large img {
    height:48px;
    width: auto;
}