.svg_icon{
  margin:0;
  padding:0;
  border:0;
  line-height:1;
  font-size:1rem;
  overflow:hidden;
  text-transform:none;
  background:transparent;
  display:inline-block;
  color:currentcolor;
  text-shadow:none;
  -webkit-border-radius:0;-moz-border-radius:0;border-radius:0;
}
.svg_icon:not(.fi){fill:currentcolor;}
.svg_icon:first-child + *{margin-left:6px;vertical-align:middle;}
.svg_icon:last-child + *{margin-right:6px;vertical-align:middle;}
