I have tried to change the images on my site from img to svg, changing img tags to embed and object tags. Bu
img
svg
embed
object
In case you're fine with wrapping the svg in another element (a for example) and putting onclick on the wrapper, svg {pointer-events: none;} CSS will do the trick.
a
onclick
svg {pointer-events: none;}