We found a work around for the bug! We added a code where the margin in internet explorer is -45px which puts it in the correct place. Will add the code here.
Just add a classe to the SVG/Ticks and it will be fixed.
@media all and (-ms-high-contrast:none), (-ms-high-contrast: active)
{
.marginfixie{
margin-top: -45px !important;