.icon-ping {
    -webkit-mask: url("../images/ping.svg") no-repeat center;
    mask: url("../images/ping.svg") no-repeat center;
    background-color: #000;
    width: 24px;
    height: 100%;
}