.library-name a::before {
    background: url("../images/logo-icon.svg") center no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    top: -12px;
    left: -50px;
}
