.chip {
    display: inline-block;
    height: 50px;
    background-color: #f5f5f5;
    line-height: 50px;
    border-radius: 25px;
    padding: 0 25px;
    font-size: 16px;
}

.chip img {
    height: 50px;
    width: 50px;
    float: left;
    border-radius: 50%;
    margin: 0 10px 0 -25px;
}