Display: none; for ICONS to stop the blinking- CSS Font Awesome- Drupal 7

Here's the css code from an unordered list

I believe it is the "SVG"  selector that takes away the blinky thing.

 

#block-contact-info > div > ul > li:nth-child(1) > svg{
display: none;
}
#block-contact-info > div > ul > li:nth-child(1) > i{
/*width: 34px;*/
    top: 0;
    bottom: 0;
    height: 50px;
    line-height: 34px;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    display: none;
   
}