I cannot see what is wrong here but the image does not display using the following Knockout template:
Only a few attributes can be bound directly; try using attr - it will let you set any attribute on an element.
attr
<img width="16px" height="16px" data-bind="attr:{src: imagePath}" />