geomicons-open

3.0.0-beta.1 • Public • Published

Geomicons Open

Hand-Coded Open Source Icons for the Web http://geomicons.com

Build Status js-standard-style

Fast, Plain & Simple

Smaller than similar webfonts, Geomicons Open is built from the ground up for performance. Designed on a grid for pixel-precision at standard sizes, each icon is hand-coded to avoid the extra bloat from traditional vector drawing applications.

Getting Started

npm i geomicons-open
var geomicons = require('geomicons-open')
 
var pathData = geomicons.heart // Returns the path's d attribute value
var svgString = geomicons.toString('heart') // Returns an SVG string

Copy/Paste

If you're only using one or two icons in your markup, it's probably better to paste the SVG code inline. Copy the icon from the website or open the icon SVG file and copy and paste the SVG code.

Vector Drawing Applications

The SVG files in the dist/icons folder should open in applications such as Adobe Illustrator and Sketch. If you encounter any problems, please create an issue.

React

A React component for Geomicons Open is available on NPM.

npm i react-geomicons

See react-geomicons for more details.


Styling inline SVG with CSS

Inline SVGs can be styled with CSS, just like any other HTML element. Geomicons Open icons have the fill attribute set to currentcolor to inherit the foreground color. Set the width, height, and other properties with additional CSS.

Sizing

Each icon is designed on a 32 x 32px grid. This means icons will look best at multiples of 16. I recommend sizing icons based on your type scale, or using one of the following sizes: 16, 24, 32, 48, or 64px.

1em

Leaving the default browser font size set at 16px, you can add styles that set width and height in ems and use multiples to keep the icons pixel perfect.

.geomicon {
  width: 1em;
  height: 1em;
}

MIT License

Dependents (5)

Package Sidebar

Install

npm i geomicons-open

Weekly Downloads

68

Version

3.0.0-beta.1

License

none

Last publish

Collaborators

  • jxnblk