.icon.fa-stockpulse:before {
    font-family: inherit !important;
    content: '' !important;
    background-color: currentColor;
    -webkit-mask-image: url('../images/svg/stockpulse-brands-solid.svg');
    mask-image: url('../images/svg/stockpulse-brands-solid.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    display: block;
    width: 35px;
    height: 35px;

}