.fa-solid,
.fa-brands {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15em;
    height: 1.15em;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.fa-phone::before { content: "☎"; }
.fa-chevron-left::before { content: "‹"; font-size: 1.7em; }
.fa-chevron-right::before { content: "›"; font-size: 1.7em; }
.fa-arrow-down::before { content: "↓"; }
.fa-gauge-high::before { content: "◴"; }
.fa-horse-head::before { content: "◆"; }
.fa-leaf::before { content: "♧"; }
.fa-car::before,
.fa-car-side::before { content: "▰"; }
.fa-location-dot::before { content: "●"; }
.fa-clock::before { content: "◷"; }

.fa-telegram::before {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background: currentColor;
    clip-path: polygon(4% 45%, 96% 7%, 69% 94%, 47% 66%, 30% 81%, 32% 58%);
}
