.icon-olx {
    background: url('../img/logo/olx.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 16px;
    width: 30px;
    fill: #FFFFFF;
}

.icon-olx-green {
    background: url('../img/logo/olx-green.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 16px;
    width: 30px;
    fill: #2aa745;
}