//*-- Headphone --*\\
.icono-headphone{
    width: $U30;
    height: $U27;
    @extend .icono-stroke;
    border-bottom-color: transparent;
    border-radius: $U32#{'/'}$U32 $U32 $U16 $U16;
    margin: $U2 $U2 $U5;
    &:before{
        position: absolute;
        width: $U4;
        height: $U12;
        left: $U1;
        bottom: -1*$U4;
        border-radius: $U5;
        box-shadow: inset 0 0 0 $U32, $U20 0 0 0;
    }
}