
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
Icon font set for use with GIS and spatial analysis tools
I've collected in this repo icons and graphics I've been using in my projects. Font-GIS icons and font theme is designed mainly for GIS applications and web mapping tools. They can be easily included in a project using the font or svg images.
Font-GIS is availiable on npm:
npm install --save font-gis
You can access the font or css in the ./font and ./css directory of the package.
The svg sprites are located in the ./dist/font-gis.svg SVG file.
You can use Font-GIS as a font or as SVG symbols or images.
To use it in a web page, just add the css in your project.
<link href="https://viglino.github.io/font-gis/css/font-gis.css" rel="stylesheet" />
Then use an inline element with a class prefixed with fg- to add a new icon.
<!-- prefix: fg - icon name: poi -->
<i class="fg-poi"></i>
<!-- using a <span> is more semantically correct but a little bit verbose. -->
<span class="fg-polyline-pt"></span>
Or use it as an svg sprite (svg sprites are inlocated in the ./dist/font-gis.svg file):
<svg class="font-gis fg-3x"><use xlink:href="path/to/dist/font-gis.svg#fg-polyline-pt" /></svg>
Please use the GitHub issue tracker to ask for new features
or create a pull request.
Font is created from the files in the ./svg folder, you only have to create a new file in this folder.
Use the ./templates/template.svg template to create a new icon.
You can add a new glyph in the font-gis.json file with a theme and search tags
(other fields will be filled automatically).
Your contribution will be published under Font-GIS license as per GitHub's terms of service.
If you wan't to build the font and create the dist, use the build script (run npm install to install the dev dependencies before):
npm run build
Use a local server (http://localhost:8181/) to see result on the page:
npm start
Font-GIS is licensed under Apache-2.0
Copyright (c) 2021 Jean-Marc Viglino
Font-GIS is free, open source, and GPL friendly. You can use it for commercial projects, open source projects, or really almost whatever you want. Read full Font-GIS license
Dual-license can be used for each specific part:
Attribution is required by Apache, MIT, SIL OFL, and CC BY licenses. Font-GIS files already contain embedded comments with sufficient attribution, so you shouldn't need to do anything additional when using these files normally.
FAQs
Icon font set for use with GIS and spatial analysis tools
The npm package font-gis receives a total of 1,210 weekly downloads. As such, font-gis popularity was classified as popular.
We found that font-gis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.