Icons
A collection of icons, logos, and illustrations in SVG with live examples and copy/paste-able code snippets all inside fast, cached sprite sheets.
Going Forward
⚠️ Please use Iconify
Ideally use Iconify for your React / static web projects so you do not have to embed SVGs or try and make your own component structure.
Legacy Usage
- Download Symbol File (SVG).
- Place file in a public folder.
- Reference the icons like this (replace
{path-to-file} and {anchor}). Select an icon below to view more info.
- Adjust the
width and height to change the icon size where needed.
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" role="img">
<use href="/{path-to-file}/prs-icons.svg#{anchor}" />
</svg>