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

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.

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 Render Test'](https://www.evernote.com/shard/s3/sh/1dcd5bc3-efb7-415e-96b9-0d56e8174b2e/09556632c5ac8866/res/feb1aaca-eb82-4932-88dc-1c6b1e60a812/skitch.png?resizeSmall&width=832)

## 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)