- /
-
- Creating content /
- Widgets /
- Icons
Icons
Add icons into your content with its dedicated shortcode
2025-05-23
ITADS
Table of content
List
How to use
Use the dedicated shortcode {% icon '<ICON_NAME>', <ICON_SIZE> %}
.
<ICON_NAME>
is mandatory, must be a valid icon name from the list above.<ICON_SIZE>
is optional, it must be an integer from 1 to 10.
Here is a paragraph with icons.
Inherited icon size
Specified icon sizes:
Inherited icon size {% icon 'rocket' %}
Specified icon sizes:
{% icon 'rocket', 1 %}
{% icon 'rocket', 2 %}
{% icon 'rocket', 3 %}
{% icon 'rocket', 4 %}
{% icon 'rocket', 5 %}
{% icon 'rocket', 6 %}
{% icon 'rocket', 7 %}
{% icon 'rocket', 8 %}
{% icon 'rocket', 9 %}
{% icon 'rocket', 10 %}