diff --git a/iron-iconset-svg.html b/iron-iconset-svg.html
index 63e7dbc..ad4526d 100644
--- a/iron-iconset-svg.html
+++ b/iron-iconset-svg.html
@@ -196,7 +196,8 @@
this._meta.key = this.name;
this._meta.value = this;
- this.async(function() {
+ // Give time for icons to be added
+ Polymer.RenderStatus.afterNextRender(this, () => {
this.fire('iron-iconset-added', this, {node: window});
});
},