An open API service indexing awesome lists of open source software.

https://github.com/c-lodder/fa-icon-to-svg

Replace your font icons with SVGs
https://github.com/c-lodder/fa-icon-to-svg

fontawesome svg

Last synced: 4 months ago
JSON representation

Replace your font icons with SVGs

Awesome Lists containing this project

README

          

# Font Awesome - Font icon to SVG

Replace your font icons with SVGs

# Usage

Simply search for the icon, click it, and copy the SVG code.

# Default styling and attributes

By default, the SVG will have:

- `aria-hidden="true"` - Hide for screenreaders
- `width="1em"` - Inherit the parent font size
- `fill="currentColor"` - Inherit the parent element text colour

# Build locally

### Install dependencies
```
npm i
```

### Build
```
node build.js
```