Sample HTML code
<img id="PartId" title="Test Part" class="visible-lg visible-md visible-sm" onclick="func1();" src="../theme1/buttons/add.png">
<i class="material-icons">add_circle</i>
I don't want to display the image from the path, but to display material icon instead in the image control
Please help!