.library-name a {
    position: relative;
    margin-left: 55px;
}

.library-name a::before {
    content: '';
    background: url("../images/favicon_scanflow.png") center no-repeat;
    background-size: contain;
    position: absolute;
     width: 40px;
    height: 40px;
    top: -10px;
    left: -55px;
}