Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
The SVGUseElement interface corresponds to the <use> element.
EventTarget Node Element SVGElement SVGGraphicsElement SVGUseElementThis interface also inherits properties from its parent interface, SVGGraphicsElement.
SVGUseElement.href Read onlyAn SVGAnimatedString corresponding to the href or xlink:href attribute of the given element.
SVGUseElement.x Read onlyAn SVGAnimatedLength corresponding to the x attribute of the given element.
SVGUseElement.y Read onlyAn SVGAnimatedLength corresponding to the y attribute of the given element.
SVGUseElement.width Read onlyAn SVGAnimatedLength corresponding to the width attribute of the given element.
SVGUseElement.height Read onlyAn SVGAnimatedLength corresponding to the height attribute of the given element.
This interface doesn't implement any specific methods, but inherits methods from its parent interface, SVGGraphicsElement.
| Scalable Vector Graphics (SVG) 2 # InterfaceSVGUseElement |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Jul 28, 2023 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.