.icon {
    width: 15px;
    height: 15px;
    padding-left: 4px;
    padding-right: 4px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    line-height: 30px;
}

.icon.scanner {
    background-image: url('/assets/icons/scanner.svg');
    background-position: 0px 3px;
}

.icon.scanner.lg {
    width: 150px;
    height: 150px;
}