--- title: Icons --- Simple shortcode to include icons from SVG sprites outside of menus. ```tpl {{}} ``` **Example:** | Result | Usage | | -------------------------- | -------------------------------- | | {{< icon "thumbs-up" >}} | `{{}}` | | {{< icon "thumbs-down" >}} | `{{}}` | | {{< icon "laugh" >}} | `{{}}` | | {{< icon "lemon" >}} | `{{}}` | | {{< icon "moon" >}} | `{{}}` |