https://github.com/grimen/svg-fontglyphs2svg
Example of conversion of bundled iconfont SVG <font-face> <glyph>s to separate SVG <path>s.
https://github.com/grimen/svg-fontglyphs2svg
Last synced: 3 months ago
JSON representation
Example of conversion of bundled iconfont SVG <font-face> <glyph>s to separate SVG <path>s.
- Host: GitHub
- URL: https://github.com/grimen/svg-fontglyphs2svg
- Owner: grimen
- License: mit
- Created: 2016-01-02T11:15:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T10:12:23.000Z (over 9 years ago)
- Last Synced: 2025-01-12T06:10:43.917Z (4 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# svg-fontglyphs2svg
Example of conversion of bundled icon font SVG `` ``s to separate SVG ``s.
## Background
Intended to add support for raw SVG icons (copy to clipboard) within the excellent icon font search utility [GlyphSearch](http://glyphsearch.com) project.
## Preview

## Icon fonts
* `fontawesome`
* `foundation`
* `icomoon`
* `ionicons`
* `material`
* `octicons`...but generic SVG conversion so should work with any icon font.
## Install
```sh
$ make install
```## Run/Test
**Web server:** SVG icon conversion & rendering sandbox.
```sh
$ make
```## Build
```sh
$ make build
```## License
Released under the MIT license.
Copyright (c) [Jonas Grimfelt](http://github.com/grimen)