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.
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 add that anchor to your clipboard: - Adjust the
widthandheightto 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>