Place the Natura11y icon font link tag in the <head> your document. Create icons with <span> or <i> tags. The first .icon class is required for general styling. The second .icon-{x} class specifies which icon to use. Here x equals the icon name (Figure 1).
SVG Sprites
Include Natura11y Icons with the svg sprite and the use element. Because of cross-origin issues, it's best to host the svg sprite file locally.
Step 1: Get the sprite file
With the button below, download the natura11y-icons-sprite.svg file and place it somewhere within your project's directory.