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
- Host: GitHub
- URL: https://github.com/c-lodder/fa-icon-to-svg
- Owner: C-Lodder
- License: mit
- Created: 2020-08-04T16:46:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T18:07:35.000Z (almost 6 years ago)
- Last Synced: 2025-09-17T21:07:17.578Z (9 months ago)
- Topics: fontawesome, svg
- Language: HTML
- Homepage: https://svg.joomjunk.co.uk
- Size: 440 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```