Is a Bootstrap 3.3.4 Glyphicon or Wordpress Dashicons icon library that allow you to insert it into post/page on a shortcode and customizable size and/or color.
Instructions for use:
A. RAphicon Button.
- Edit/Add New any Page or Post.
- In the visual editor you will see a "RAphicon" button. Click the button.
- You will now be presented with a selection window box.
- Simply select any icon and the shortcode will be placed into your post/page!
B. Manual Shortcode.
- For default glyphicon shortcode :
[glyphicon type="icon_name"]
- For default dashicons shortcode :
[dashicons type="icon_name"]
- And you could put size and color attribute also:
[glyphicon type="icon_name" size="size_with_units" color="color_with_hashtag"]
- it will looks like this:
[glyphicon type="asterisk" size="20em" color="#999999"]
C. Native Style (HTML Tag).
Since this loads the necessary fonts and css for the Glyphicon / Dashicons you may put them anywhere using the standardized code:
<span class="glyphicon glyphicon-icon_name"></span>
or
<span class="dashicons dashicons-icon_name"></span>