.my-logo::before {
    content: "";
    display: inline-block;
    width: 20px; 
    height: 20px; 
    background: url('http://localhost/wordpress/wp-content/plugins/vahan-custom-plugin/logo.png') no-repeat center center;
    background-size: cover;

}