.icon-link-tg {
    padding: 1.25rem;
    background: #f7f7f7;
    border-radius: 4px;
    transition: 0.3s;
}
.icon-link-tg:hover {
    background: #11aade;
}
.icon-link-tg:hover  svg path {
    fill: #f7f7f7;
}