Icon Fonts
Completions for popular icon fonts such as Font Awesome, Glyphicons and many more!
Details
Installs
- Total 79K
- Win 53K
- Mac 11K
- Linux 15K
May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 7 | 8 | 6 | 10 | 10 | 11 | 8 | 7 | 12 | 8 | 9 | 17 | 10 | 8 | 3 | 5 | 7 | 12 | 7 | 7 | 4 | 11 | 11 | 7 | 5 | 6 | 10 | 11 | 14 | 9 | 14 | 8 | 11 | 9 | 11 | 6 | 10 | 9 | 11 | 14 | 7 | 7 | 6 | 10 | 6 |
Mac | 0 | 0 | 2 | 0 | 2 | 3 | 0 | 3 | 5 | 1 | 1 | 3 | 0 | 1 | 0 | 0 | 1 | 1 | 2 | 0 | 1 | 2 | 0 | 4 | 2 | 2 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 0 | 0 | 4 | 3 | 3 | 2 | 1 | 1 | 1 | 0 | 2 | 0 |
Linux | 0 | 2 | 1 | 8 | 2 | 2 | 5 | 3 | 3 | 6 | 4 | 2 | 1 | 3 | 1 | 1 | 0 | 0 | 1 | 3 | 7 | 6 | 3 | 3 | 5 | 2 | 5 | 0 | 6 | 2 | 4 | 4 | 4 | 5 | 2 | 5 | 2 | 5 | 4 | 2 | 4 | 2 | 2 | 3 | 2 | 2 |
Readme
- Source
- raw.githubusercontent.com
sublime-icon-fonts
Sublime Text snippets for several popular icon fonts (see details).
This package is also available for Atom and Visual Studio Code.
Screenshot using the Hopscotch color scheme
Installation
Package Control
- Make sure you already have Package Control installed
- Choose “Install Package” from the Command Palette (Super+Shift+P)
- Select “Icon Fonts” and press Enter
GitHub
- Change to your Sublime Text
Packages
directory - Clone repository
git clone https://github.com/idleberg/sublime-icon-fonts "Icon Fonts"
Usage
Snippets are limited to the html
and css|less|sass|scss|stylus
scopes, which might not be activated in your auto_complete_selector
user preferences by default. However, you can still force the completion popup to show by pressing Ctrl+Space.
Typing the class name of an icon using the designated prefix will complete to a tag containing the icon class. Exceptions are fa-layers
, fa-layers-counter
, fa-layers-text
and fa-layers
(<span>
).
Prefixes
Prefix | Icon Font | Version |
---|---|---|
ai |
Android Icons | 1.0.0 |
cc |
Creative Commons Icon Font | 1.2.1 |
bx |
BoxIcons | - |
dashicons |
WordPress Dashicons | – |
devicons |
Devicons | 1.8.0 |
el |
Elusive Icons | 2.0.0 |
fas ,far ,fab |
Font Awesome Pro | 5.15.4 |
fl |
Font Logos | 0.18 |
glyphicon |
Bootstrap Glyphicons | 3.3.7 |
icono |
Icono | 1.3.0 |
ion |
Ionicons | 2.0.1 |
mdi |
Material Design Icons | 6.7.96 |
mfg |
MFG Labs Iconset | – |
mfizz |
Font Mfizz | 2.4.1 |
mio |
Material Design Icons (Official) | 3.0.1 |
octicon |
GitHub Octicons | 4.1.0 |
oi |
Open Iconic | 1.1.0 |
openwebicons |
OpenWeb Icons | 1.6.3 |
pf |
PaymentFont | 1.2.5 |
ri |
RemixIcon | 2.5.0 |
st |
Stack Icons | 1.0.0 |
typcn |
Typicons | 2.1.2 |
wi |
Weather Icons | 2.0.12 |
zmdi |
Material Design Iconic Font | 2.2.0 |
⚠️ Several previously supported fonts have been removed and are now available in the SVG Icon Snippets package or the icon fonts legacy package.
Examples:
fa-check
+Tab completes to<i class="fa fa-check"></i>
glyphicon-check
+Tab completes to<span class="glyphicon glyphicons-check"></span>
- well, you get the idea
Snippets also work in the text.css
scope, where they complete to the Unicode value of an icon.
Example:
fa-check
+Tab completes to'\f00c'
These snippets also work for Less, SCSS and Stylus files!
License
This work is licensed under the The MIT License.