
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
ionicons-v1
Advanced tools
This is a fork of https://github.com/ionic-team/ionicons, at version 1. This repository is released at npm.
This is a fork of https://github.com/ionic-team/ionicons, at version 1. This repository is released at npm.
The premium icon font for Ionic Framework. Designed by @benjsperry.
Note: All brand icons are trademarks of their respective owners. The use of these trademarks does not indicate endorsement of the trademark holder by Drifty, nor vice versa.
Visit ionicons.com and check out the search feature, which has keywords identifying common icon names and styles. For example, if you search for “arrow” we call up every icon that could possibly be used as an arrow. We’ve also included each icon’s class name for easy copy/pasting when you’re developing!
We intend for this icon pack to be used with Ionic, but it’s by no means limited to it. Use them wherever you see fit, personal or commercial. They are free to use and licensed under MIT.
ionicons.css to your projectfonts folder to your projectionicons.css properly reference the fonts path within your project.ionicons.css file from every webpage you need to use it.Or install with component:
$ component install driftyco/ionicons
Or perhaps you're known to use bower?
$ bower install ionicons
You can use ionicons.com to easily find the icon you want to use. Once you've copied the desired icon's CSS classname, simply add the icon and icon's classname, such as ion-home to an HTML element.
<i class="icon ion-home"></i>
This repo already comes with all the files built and ready to go, but can also build the fonts from the source. Requires Python, FontForge and Sass:
Install FontForge, which is the program that creates the font files from the SVG files:
$ brew install fontforge ttfautohint
Install Sass
$ gem install sass
Add or subtract files from the src/ folder you'd like to be apart of the font files.
Modify any settings in the builder/manifest.json file. You can change the name of the font-family and CSS classname prefix.
Run the build command:
python ./builder/generate.py
Ionicons is licensed under the MIT license.
FAQs
This is a fork of https://github.com/ionic-team/ionicons, at version 1. This repository is released at npm.
We found that ionicons-v1 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.

Security News
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.