Pages UI
v5.0.1 - Pages HTML
v5.0.1 - Pages HTML
  • Getting Started
  • Introduction
    • Layouts
    • Themes
    • Sass
    • Content
  • Apps
    • Calendar
    • Social
    • Email
  • API Reference
  • UI Elements
    • Color
    • Typopgrahy
    • Icons
    • Buttons
    • Notifications
    • Modals
    • Progressbar
    • Collapse
    • Tabs
    • Sliders
    • Treeview
    • Nestable
  • Form Elements
    • Checkboxes and Radio
    • Toggle
    • Typehead
    • Selectbox
    • Datepicker
    • Masked Input
    • Autonumeric
    • Quill Editor
    • Tags Input
    • File Upload
  • Form Layouts
  • Form Validation
  • Form Wizard
  • Charts
  • Maps
    • Google Maps
    • Vector Maps
  • Tables
  • Cards
  • Timeline
  • Views
  • Grid
  • Helpers
  • Troubleshooting
  • Browser Support
  • Change log
  • Legacy Docs
  • Other
    • Grunt
    • Gulp
    • Rails
Powered by GitBook
On this page
  • Pages Icons
  • Material Icons
  • Step one
  • Step two
  1. UI Elements

Icons

PreviousTypopgrahyNextButtons

Last updated 5 years ago

Pages come with its very own pixel perfect font icons that is made specially for pages, this has over 100 icons to choose from. We have also include the popular Google Currently it will scale up over Over 600 icons

Pages Icons

Us the tag<i></i> with the class pg-icon. And enter the name of the icon you want in between the tag as shown in the example. To view all classes in pages icon go to our

EXAMPLE :

<i class="pg-icon">home</i>

Material Icons

Follow these steps to include an icon on to your page

Step one

Check if the following Style sheet is already added inside the <head> tag

<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

Step two

Use a <i> tag with the class "material-icons". You can find the list of all icons

EXAMPLE :

<i class="material-icons">
accessibility
</i>
Material Icon
cheat sheet
here