All Projects → oracle → font-apex

oracle / font-apex

Licence: other
Font APEX is an open source icon library from the Oracle APEX team.

Programming Languages

CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to font-apex

vector-icons
Free Vector icons for Website and Mobile App
Stars: ✭ 28 (-67.06%)
Mutual labels:  icons, font-icons, iconset
rofi-fontawesome
fontawesome icon list for rofi dmenu
Stars: ✭ 58 (-31.76%)
Mutual labels:  icons, font-icons
semicon
A collection of icons for the Semantic Web and Linked Open Data world.
Stars: ✭ 20 (-76.47%)
Mutual labels:  icons, iconset
dicefont
Scalable vector graphics for dice in icon font format
Stars: ✭ 20 (-76.47%)
Mutual labels:  icons, font-icons
Ionicons
Premium hand-crafted icons built by Ionic, for Ionic apps and web apps everywhere 🌎
Stars: ✭ 15,802 (+18490.59%)
Mutual labels:  icons, iconset
majesticons
A versatile, beautiful, and scalable iconset. 760 icons each in line and solid style.
Stars: ✭ 98 (+15.29%)
Mutual labels:  icons, iconset
WP-SVG-Icons-WordPress-Plugin
WPIcons Plugin (Formally WP SVG Icons) - Quickly and easily install font icons and custom SVG icons on any WordPress site.
Stars: ✭ 18 (-78.82%)
Mutual labels:  icons, font-icons
Vectoriconsroundup
A comparison between popular vectorial icon fonts
Stars: ✭ 126 (+48.24%)
Mutual labels:  icons, font-icons
hass-hue-icons
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
Stars: ✭ 161 (+89.41%)
Mutual labels:  icons, iconset
icons
A world of famous icon packs with easy to use interface
Stars: ✭ 21 (-75.29%)
Mutual labels:  icons, iconset
simple-icons-pdf
PDF icons for popular brands
Stars: ✭ 16 (-81.18%)
Mutual labels:  icons, iconset
Awesome Iconjar
44 Collect free icon sets for iconjar. 收集免费的图标包,iconjar 格式(44套)。
Stars: ✭ 188 (+121.18%)
Mutual labels:  icons, iconset
Icongenie
CLI tool to generate all the icons and splashscreens for your Quasar Apps
Stars: ✭ 174 (+104.71%)
Mutual labels:  icons, iconset
minimal-icons
Minimal Icons
Stars: ✭ 21 (-75.29%)
Mutual labels:  icons, iconset
Coreui Icons
CoreUI Free Icons - Premium designed free icon set with marks in SVG, Webfont and raster formats
Stars: ✭ 1,813 (+2032.94%)
Mutual labels:  icons, iconset
ngx-bootstrap-icons
This Angular module allows you to use the Bootstrap Icons in your angular application without additional dependencies.
Stars: ✭ 26 (-69.41%)
Mutual labels:  icons, iconset
Tabler Icons
A set of over 1400 free MIT-licensed high-quality SVG icons for you to use in your web projects.
Stars: ✭ 10,858 (+12674.12%)
Mutual labels:  icons, iconset
Simple Icons
SVG icons for popular brands
Stars: ✭ 12,090 (+14123.53%)
Mutual labels:  icons, iconset
icons-flat-osx
Free Flat icons For OSX
Stars: ✭ 371 (+336.47%)
Mutual labels:  icons, iconset
mojoicons
Handcrafted 100 Outline and Flat Icons for Free -
Stars: ✭ 23 (-72.94%)
Mutual labels:  icons, iconset

Font APEX Icon Library

Browse Font APEX Icons

Introduction

Font APEX is an icon library initially designed Oracle APEX and Universal Theme. It was originally intended as a replacement for Font Awesome 4, the web's leading icon library, and therefore contains almost all of the Font Awesome icons, re-drawn originally on a 16x16 grid as line-icons. We wanted to make it a seamless switch to go from Font Awesome to Font APEX, and therefore use the same "fa" prefix for the icons, making it easier than ever to move to entirely new icon library.

Getting Started

Download and extract Font APEX, and then simply include a link to the Font APEX css file in your HTML header.

<link rel="stylesheet" href="css/font-apex.min.css?v=2.2" type="text/css" />

To display the icon in your UI, use the following markup and just replace the fa-apex with class for the icon you want to use.

<span class="fa fa-apex" aria-hidden="true"></span>

To display the larger size icons, add the fa-lg modifier class. This will display the icon with the more detailed 32px version.

<span class="fa fa-apex fa-lg" aria-hidden="true"></span>

You can also apply the force-fa-lg modifier class to any container to force all icons within it to use the larger icons.

Icon Library

There are two families of icons within Font APEX - Small and Large.

  • Small icons are based on a 16x16 grid and ideally suited for buttons and menus.
  • Large icons are based on a 32x32 grid and well suited for places where you need to provide a larger graphic, such as cards, media lists, and hero regions.

Many Oracle APEX components will automatically use the small or large icons based on the context (such as Template Options), so all you need to do is focus on the icon you want. For example, when using Cards, the Block and Featured template option will automatically show the larger versions of icons where the Basic and Compact template options will use icons from the smaller set.

There are over 1000 icons in Font APEX, and there are 25 modifiers you can place on top of any existing icons so you can customize any icon to fit your needs.

Font APEX is also well suited for bi-directional languages. Icons with arrows, such as fa-arrow-right will automatically flip horizontally when viewed in a Right-to-Left language such as Arabic or Farsi. You can prevent this default behavior by adding the fa-dir-strict modifier class.

You can see all of the Font APEX icons on the Oracle APEX - Universal Theme Sample Application.

License

Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL) Icons + Code: MIT License (https://opensource.org/licenses/MIT)

Please read the LICENSE.txt file for additional details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].