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

  1. Download Symbol File (SVG)
  2. Place file in a public folder
  3. Reference the icons like this (replace {path-to-file} and {anchor}). Select an icon below to add that anchor to your clipboard:
  4. 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>