With Chrome the image looks perfectly and with Mozilla it looks deformed.
I have tried to modify the code to make it compatible but I have not succeeded.
<div class="col-md-3">
<ul class="nav tab-info">
<li class="active"><a href="#program" data-toggle="tab"><img style="width:100%;" src="{!!asset('img/fechas/programa.svg')!!}"></a></li>
<li><a href="#ponent" data-toggle="tab"><img style="width:100%;" src="{!!asset('img/fechas/ponentes.svg')!!}"></a></li>
</ul>
</div>