diff --git a/src/lib/list/list.md b/src/lib/list/list.md
index 8365e1b63c39..1bdce3e526f9 100644
--- a/src/lib/list/list.md
+++ b/src/lib/list/list.md
@@ -69,8 +69,27 @@ as shown in the example).
```
+### Lists with icons
+
+To add an icon to your list item, use the `md-list-icon` attribute.
+
+
+```html
+
+
+ folder
+
{{message.from}}
+
+ {{message.subject}}
+ -- {{message.content}}
+
+
+
+```
+
### Lists with avatars
-To include an avatar, add an image tag with an `md-list-avatar` attribute.
+
+To include an avatar image, add an image tag with an `md-list-avatar` attribute.
```html