Scroll bottom
Framework7 comes with the premium and free Framework7 Icons iOS-icons font developed specially to be used with iOS theme of Framework7. As for Material theme we recommend to use great-designed Material Icons font. Both of these fonts use a typographic feature called ligatures. It’s easy to incorporate icons into your app. Here’s a small example:
<i class="f7-icons">home</i>
- home
<i class="material-icons">home</i>
- home
Ligatures allow rendering of an icon glyph simply by using its textual name. The replacement is done automatically by the web browser and provides more readable code than the equivalent numeric character reference.
{{#each f7Icons}}
{{/each}}
{{#each mdIcons}}
{{/each}}