Calling internal SVG sprites either embedded in the DOM or inline.
Note: Internal svg's referenced by <zui-svg> in IE11 will not scale, they currently require a fixed height and width (like zui-icon's provide).
Calling external SVG sprites or external files.
In IE11, <svg> that have a <use> tag do not scale correctly. A hack using <canvas> is used to fix scaling. Below are hard coded examples that recreate what the IE11 render for <zui-svg> html templates look like.
Article link with more information
Note: if using container to determine <zui-svg> width, the container must also have `height: 100%` set for IE.