Digital Style Guide

Standards, Code Snippets, & Assets

1.0.7

Icons

Font Awesome

NYC Planning products use the Font Awesome free, open-source, vector icon set. You can easily tweak these icons. Easily add color, change the size, rotate, animate, and even combine/stack them.

<i class="fas fa-search"></i>
<i class="fas fa-search text-blue"></i>
<i class="fas fa-search fa-xs"></i>
<i class="fas fa-search fa-2x"></i>
<i class="fas fa-search fa-rotate-270"></i>
<i class="fas fa-cog fa-spin"></i>
<span class="fa-stack fa-2x" style="font-size:0.5em;">
  <i class="fas fa-comment fa-stack-2x text-charcoal"></i>
  <i class="fas fa-bicycle fa-stack-1x text-blue-light"></i>
</span>