FABCONS — SVG Icon Set
87 SVG icons using mask-image. Inherits currentColor, scales with font-size. Zero JS, one CSS file.
Setup
Add the FABCONS stylesheet alongside FAP CSS:
<link rel="stylesheet" href="fabcons.min.css">
Then use any icon with a <span>:
<span class="fabcons-search" aria-hidden="true"></span>
Navigation & Arrows
Actions
Communication
Media & Files
Status & Feedback
Social & People
Commerce
UI & Settings
Code & Dev
Icons in Buttons
<button>
<span class="fabcons-search" aria-hidden="true"></span> Search
</button>
<button data-outline>
<span class="fabcons-plus" aria-hidden="true"></span> Add item
</button>
<button type="reset">
<span class="fabcons-trash" aria-hidden="true"></span> Delete
</button>
Sizing
FABCONS scale with font-size — no extra classes needed.
1rem
1.5rem
2rem
3rem
<span style="font-size: 1rem;">
<span class="fabcons-heart" aria-hidden="true"></span>
</span>
<span style="font-size: 2rem;">
<span class="fabcons-heart" aria-hidden="true"></span>
</span>
<span style="font-size: 3rem;">
<span class="fabcons-heart" aria-hidden="true"></span>
</span>
Color Inheritance
Icons inherit currentColor from their parent.
<span style="color: var(--fap-primary);">
<span class="fabcons-star" aria-hidden="true"></span>
</span>
<span style="color: var(--fap-danger);">
<span class="fabcons-heart" aria-hidden="true"></span>
</span>
<span style="color: var(--fap-success);">
<span class="fabcons-check" aria-hidden="true"></span>
</span>
SVG Sprite (Alternative)
FABCONS also ships an SVG sprite for inline <svg> usage:
<!-- Reference the sprite -->
<svg width="24" height="24">
<use href="fabcons.svg#search"></use>
</svg>
<svg width="24" height="24">
<use href="fabcons.svg#heart"></use>
</svg>
All 87 Icons
| Icon | Class | Category |
|---|---|---|
fabcons-activity | Status | |
fabcons-alert | Status | |
fabcons-arrow-down | Navigation | |
fabcons-arrow-left | Navigation | |
fabcons-arrow-right | Navigation | |
fabcons-arrow-up | Navigation | |
fabcons-bar-chart | UI | |
fabcons-bell | Communication | |
fabcons-bookmark | Action | |
fabcons-calendar | Status | |
fabcons-camera | Media | |
fabcons-cart | Commerce | |
fabcons-check | Navigation | |
fabcons-chevron-down | Navigation | |
fabcons-chevron-left | Navigation | |
fabcons-chevron-right | Navigation | |
fabcons-chevron-up | Navigation | |
fabcons-circle-check | Status | |
fabcons-circle-x | Status | |
fabcons-clipboard | Action | |
fabcons-clock | Status | |
fabcons-code | Dev | |
fabcons-cog | UI | |
fabcons-copy | Action | |
fabcons-cpu | Dev | |
fabcons-credit-card | Commerce | |
fabcons-database | Dev | |
fabcons-download | Action | |
fabcons-edit | Action | |
fabcons-external | Navigation | |
fabcons-external-link | Navigation | |
fabcons-eye | Action | |
fabcons-eye-off | Action | |
fabcons-file | Media | |
fabcons-flag | Status | |
fabcons-folder | Media | |
fabcons-git-branch | Dev | |
fabcons-globe | Social | |
fabcons-grid | UI | |
fabcons-heart | Social | |
fabcons-help-circle | Status | |
fabcons-home | Navigation | |
fabcons-image | Media | |
fabcons-info | Status | |
fabcons-link | Navigation | |
fabcons-list | UI | |
fabcons-lock | UI | |
fabcons-log-in | Navigation | |
fabcons-log-out | Navigation | |
fabcons-mail | Communication | |
fabcons-map-pin | Social | |
fabcons-menu | Navigation | |
fabcons-message | Communication | |
fabcons-mic | Media | |
fabcons-minus | Navigation | |
fabcons-monitor | UI | |
fabcons-moon | UI | |
fabcons-package | Commerce | |
fabcons-pause | Media | |
fabcons-phone | Communication | |
fabcons-play | Media | |
fabcons-plus | Navigation | |
fabcons-printer | Action | |
fabcons-refresh | Navigation | |
fabcons-search | Navigation | |
fabcons-send | Communication | |
fabcons-settings | UI | |
fabcons-share | Action | |
fabcons-share-2 | Action | |
fabcons-shield | Status | |
fabcons-sliders | UI | |
fabcons-spinner | Status | |
fabcons-star | Social | |
fabcons-sun | UI | |
fabcons-tag | Commerce | |
fabcons-terminal | Dev | |
fabcons-thumbs-down | Social | |
fabcons-thumbs-up | Social | |
fabcons-trash | Action | |
fabcons-upload | Action | |
fabcons-user | Social | |
fabcons-users | Social | |
fabcons-volume | Media | |
fabcons-x | Navigation | |
fabcons-zap | Status | |
fabcons-zoom-in | Action | |
fabcons-zoom-out | Action |