in the svg file change
xlink:href="data:img/png;base64,
to
xlink:href="data:image/png;base64,
<!-- add the xlmns attribute to the svg element -->
<svg viewBox="0 0 24 24"><path d="..."/></svg>
<!-- after -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="..."/></svg>
Code Example |
---|
Html :: change color of icon css |
Html :: html link confirm |
Html :: how to write superscript in markdown |
Html :: fibonacci series in html |
Html :: how to add double space in html |
Html :: datepicker bootstrap |
Html :: image cut by div border |
Html :: bootstrap selec |
Html :: html position div inside div |
Html :: form example |
Html :: tailwind nth child odd even |
Html :: image as banner html |
Html :: html table |
Html :: html info on hover |
Html :: html auto download file |
Html :: move cursor to end of line javascript |
Html :: how to create button in html |
Html :: html <br tag |
Html :: html basic website |
Html :: how to put javascript in html |
Html :: bootstrap 4 multiple file upload |
Html :: using svg in html |
Html :: js download html |
Html :: watermark in html5 |
Html :: html5 input pattern name |
Html :: html meta redirect to another page |
Html :: how to add bar notation in html |
Html :: connect html to mysql database |
Html :: number format in html input |
Html :: split screen html |