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

https://github.com/incomplete-infinity/eve-icons


https://github.com/incomplete-infinity/eve-icons

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Eve Online UI Icons

A collection of SVG Icons from the Eve Online user Interface.

## Table Of Contents

### Summary

#### Steps Taken

1. Converted from .PNG to inline .SVG code
2. Optimized using Nano
3. Removed all data URLs by hand
4. Replaced each one with ``s
5. Applied a gradient and a stroke through the `.shape` class

#### Key Points

- Significantly reduced in size.
- Ready for use directly as inline html
- Can be _any colour you like_
- Look awesome at any scale

### Demo

Check out the [Icon Showcase](https://phobiacide.github.io/eve-icons/)!

### Code

#### Outline

##### `index.html`

```html
















```

#### Page Header

```html



Vectorized Eve Online Icons







dark


```

#### SVG Icon References

Basically, there is a grid of url references to the .SVG definitions

##### Icon Reference Example

```html






```

#### SVG Icon Definitions

##### Preface

There are some quantity of SVG Icon Definitions in the code.

Each `` | |
| **Clip Path** | `` | |
| **Path** | `` | |
| **Rectangle** | `` | |

##### Icon Definition Example

```html











```

#### SVG Gradient Definitions

There are some quantity of SVG Gradient Definitions in the code.