I am trying to set dynamicly href for svg image like this :
Since xlink:href is an attribute but not a property of the SVG image element, use attribute binding:
xlink:href
[attr.xlink:href]="logoFile"
See this stackblitz for a demo.