diff --git a/docs/api/icon.md b/docs/api/icon.md
index 81d815746f3..fa9830ebc46 100644
--- a/docs/api/icon.md
+++ b/docs/api/icon.md
@@ -12,7 +12,7 @@ title: 'ion-icon'
Icon is a simple component made available through the Ionicons library, which comes pre-packaged by default with all Ionic Framework applications. It can be used to display any icon from the Ionicons set, or a custom SVG. It also has support for styling such as size and color.
-For more information, including styling and all available icons, see ionic.io/ionicons.
+For a list of all available icons, see ionic.io/ionicons. For more information including styling and custom SVG usage, see the Usage page.
## Basic Usage
diff --git a/versioned_docs/version-v6/api/icon.md b/versioned_docs/version-v6/api/icon.md
index e0d413e94f3..92984ef6acd 100644
--- a/versioned_docs/version-v6/api/icon.md
+++ b/versioned_docs/version-v6/api/icon.md
@@ -12,7 +12,7 @@ title: 'ion-icon'
Icon is a simple component made available through the Ionicons library, which comes pre-packaged by default with all Ionic Framework applications. It can be used to display any icon from the Ionicons set, or a custom SVG. It also has support for styling such as size and color.
-For more information, including styling and all available icons, see ionic.io/ionicons.
+For a list of all available icons, see ionic.io/ionicons. For more information including styling and custom SVG usage, see the Usage page.
## Basic Usage