Icons

Overview

VM UI Framework features an extensive icon font of 326 unique icons. The icons are all original and the font was compiled using the IcoMoon font generator. An icon font has several advantages over traditional images:

  1. Icons can be scaled to any size without sacrificing image quality.
  2. Text effects including color, text-shadow, font-size, etc. can be applied to font icons.
  3. One download for all icons can minimize the total page size and reduce the number of resources loaded.
  4. Icon fonts can be compressed, whereas images cannot.

Return to top

Usage

The VM UI Icons are class-based, meaning that by assigning the proper class to an element, it will be prepended by an icon using the CSS :before pseudo-element. Every icon class starts with icon and is followed by the icon name. For example, to create the icon, the class name for the icon would be iconWorld.

Just like the rest of VM UI Framework, the class names follow camel-cased capitalization, meaning that the class name starts lower case, but the first letter of each word after that is capitalized. No hyphens or spaces are necessary.

Return to top

Icon Sizes

By default, icons come in 3 sizes: default, medium, and large. The default size doesn't need any special treatment, but to use either medium or large, simply add the size after "icon" but before the icon name in the CSS class. A size can be applied to any icon.

Icon Sizes
IconClassSize (em)Size (px)
iconWorld 1em 16px
iconMediumWorld 1.25em 20px
iconLargeWorld 1.5em 24px

Return to top

Font Compression

All font files can and should be compressed using Gzip compression, with the exception of files in the WOFF format. File size savings can be up to 40-70%. See Stoyan Stefanov's article, Gzip your @font-face files, and Steve Souder's article, @font-face and performance, for more information.

Return to top

Example
<!-- Default Size -->
<i class="iconWorld"></i>

<!-- Medium Size -->
<i class="iconMediumWorld"></i>

<!-- Large Size -->
<i class="iconLargeWorld"></i>

<!-- You can use any HTML element -->
<span class="iconPieChart"></span>

Custom Font Sizes

If you would like to create a custom icon size, simply create a new class using the CSS attribute selector. The class name should start with icon, followed by the name of your custom size, as detailed in the example below. You will also have to use the :before pseudo-selector. The only property that needs to be set is the font size, which should have an em based value.

[class^="iconHuge"]:before {font-size: 10.25em;}
[class^="iconTiny"]:before {font-size: 0.5em;}

Return to top

Create Your Own Font

All of the SVG images used to create the font are stored in the Images/SVG folder. You can use or edit the images to create your own fonts.

You can also import the font into the IcoMoon font generator and add or subtract icons as you need them. Note that if you want to reuse VM UI Framework's CSS code for the icons, you will need to pay close attention to the encoding for each icon and only add icons after U+e145. You will also need to select the Private Use Area (PUA) in the "Reset Encoding" dropdown.

Icon Categories

The icons have been sorted into groups below so that you can quickly find the icons you need. Icons that may fall under multiple groups will be listed more than once for convenience.

Arrows

Arrow Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconArrowUp &#xe135; \e135
iconArrowDown &#xe13c; \e13c
iconArrowLeft &#xe13a; \e13a
iconArrowRight &#xe136; \e136
iconArrowNS &#xe137; \e137
iconArrowEW &#xe13b; \e13b
iconArrowDiagonalForward &#xe13d; \e13d
iconArrowDiagonalBackward &#xe13e; \e13e
iconArrowMulti &#xe139; \e139
iconArrowMultiDiagonal &#xe138; \e138
iconChevronUp &#xe114; \e114
iconChevronDown &#xe117; \e117
iconChevronLeft &#xe116; \e116
iconChevronRight &#xe115; \e115
iconTriangleUp &#xe01f; \e01f
iconTriangleDown &#xe022; \e022
iconTriangleLeft &#xe021; \e021
iconTriangleRight &#xe020; \e020
iconCursor &#xe115; \e115
iconFullScreen &#xe0a3; \e0a3
iconMinimizeScreen &#xe077; \e077
iconLinkExternal &#xe081; \e081
iconCompass &#xe0fd; \e0fd
iconGps &#xe09d; \e09d
iconUpload &#xe014; \e014
iconDownload &#xe0e9; \e0e9
iconCloudUp &#xe106; \e106
iconCloudDown &#xe107; \e107
iconUndo &#xe017; \e017
iconRedo &#xe053; \e053
iconStart &#xe033; \e033
iconRewind &#xe04f; \e04f
iconForward &#xe0a4; \e0a4
iconEnd &#xe0e1; \e0e1
iconRefresh &#xe052; \e052
iconReload &#xe051; \e051
iconReconnect &#xe055; \e055
iconShuffle &#xe041; \e041

Return to top

Browsers

Browser Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconChrome &#xe113; \e113
iconFirefox &#xe0ae; \e0ae
iconIe &#xe094; \e094
iconOpera &#xe06b; \e06b
iconSafari &#xe049; \e049
iconWorld &#xe004; \e004
iconHome &#xe096; \e096
iconArrowLeft &#xe13a; \e13a
iconArrowRight &#xe136; \e136
iconTriangleLeft &#xe021; \e021
iconTriangleRight &#xe020; \e020
iconUndo &#xe017; \e017
iconRedo &#xe053; \e053
iconRewind &#xe04f; \e04f
iconForward &#xe0a4; \e0a4
iconRefresh &#xe052; \e052
iconReload &#xe051; \e051
iconWrench &#xe003; \e003
iconStar &#xe036; \e036
iconStarEmpty &#xe035; \e035
iconSettings1 &#xe045; \e045
iconSettings2 &#xe044; \e044
iconRss &#xe04b; \e04b
iconCursor &#xe115; \e115
iconBookmark &#xe125; \e125

Return to top

Charts & Graphs

Chart & Graph Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconGraphUp &#xe09c; \e09c
iconGraphDown &#xe09b; \e09b
iconPieChart &#xe062; \e062
iconBarAsc1 &#xe133; \e133
iconBarAsc2 &#xe132; \e132
iconBarDesc1 &#xe131; \e131
iconBarDesc2 &#xe130; \e130
iconCircle &#xe112; \e112
iconCircleHalfLeft &#xe111; \e111
iconCircleHalfRight &#xe110; \e110
iconCircleOpen &#xe10f; \e10f
iconCircleOpenQuarterLeft &#xe10e; \e10e
iconCircleOpenQuarterRight &#xe10d; \e10d
iconCircleQuarterLeft &#xe10c; \e10c
iconCircleQuarterRight &#xe10b; \e10b
iconSignal1 &#xe040; \e040
iconSignal2 &#xe03f; \e03f
iconSignal3 &#xe03e; \e03e
iconSignal4 &#xe03d; \e03d

Return to top

Computer Hardware

Computer Hardware Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconMonitor &#xe074; \e074
iconMouse1 &#xe072; \e072
iconMouse2 &#xe071; \e071
iconLeftClick &#xe089; \e089
iconRightClick &#xe04e; \e04e
iconKeyboard &#xe08a; \e08a
iconMic &#xe079; \e079
iconPrinter &#xe05c; \e05c
iconHeadphones &#xe099; \e099
iconIphone &#xe090; \e090

Return to top

Ecommerce

Ecommerce Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconCart &#xe11d; \e11d
iconCartAdd &#xe11c; \e11c
iconCartRemove &#xe11b; \e11b
iconCredit &#xe0f8; \e0f8
iconGift &#xe0a2; \e0a2
iconGraphDown &#xe09b; \e09b
iconGraphUp &#xe09c; \e09c
iconStamp &#xe037; \e037
iconTruck &#xe01e; \e01e

Return to top

File Formats

File Format Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconFileAi &#xe0dc; \e0dc
iconFileAsp &#xe0db; \e0db
iconFileAudio &#xe0da; \e0da
iconFileCfm &#xe0d9; \e0d9
iconFileCode &#xe0d8; \e0d8
iconFileCss &#xe0d7; \e0d7
iconFileCsv &#xe0d6; \e0d6
iconFileDoc &#xe0d5; \e0d5
iconFileDtd &#xe0d4; \e0d4
iconFileEps &#xe0d3; \e0d3
iconFileErb &#xe0d2; \e0d2
iconFileExe &#xe0d1; \e0d1
iconFileFla &#xe0d0; \e0d0
iconFileGif &#xe0cf; \e0cf
iconFileGz &#xe0ce; \e0ce
iconFileHtm &#xe0cd; \e0cd
iconFileHtml &#xe0cc; \e0cc
iconFileIco &#xe0cb; \e0cb
iconFileImage &#xe0ca; \e0ca
iconFileJpg &#xe0c9; \e0c9
iconFileJs &#xe0c8; \e0c8
iconFileMedia &#xe0c7; \e0c7
iconFileMov &#xe0c6; \e0c6
iconFileMp3 &#xe0c5; \e0c5
iconFileMp4 &#xe0c4; \e0c4
iconFileOtf &#xe0c3; \e0c3
iconFilePdf &#xe0c2; \e0c2
iconFilePhp &#xe0c1; \e0c1
iconFilePl &#xe0c0; \e0c0
iconFilePng &#xe0bf; \e0bf
iconFilePpt &#xe0be; \e0be
iconFilePsd &#xe0bd; \e0bd
iconFilePy &#xe0bc; \e0bc
iconFileRb &#xe0bb; \e0bb
iconFileRss &#xe0ba; \e0ba
iconFileSettings &#xe0b9; \e0b9
iconFileSql &#xe0b8; \e0b8
iconFileSvg &#xe0b7; \e0b7
iconFileSwf &#xe0b6; \e0b6
iconFileTtf &#xe0b5; \e0b5
iconFileTxt &#xe0b4; \e0b4
iconFileWrench &#xe0b3; \e0b3
iconFileXls &#xe0b2; \e0b2
iconFileXml &#xe0b1; \e0b1
iconFileZip &#xe0b0; \e0b0

Return to top

Folders

Folder Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconFolderOpen &#xe0a7; \e0a7
iconFolderClosed &#xe0aa; \e0aa
iconFolderPlus &#xe0a6; \e0a6
iconFolderMinus &#xe0a8; \e0a8
iconFolderUnlocked &#xe0a5; \e0a5
iconFolderLocked &#xe0a9; \e0a9

Return to top

Location

Location Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconCompass &#xe0fd; \e0fd
iconSafari &#xe049; \e049
iconGps &#xe09d; \e09d
iconMarker &#xe07b; \e07b
iconPushpin1 &#xe05b; \e05b
iconPushpin2 &#xe05a; \e05a
iconWorld &#xe004; \e004

Return to top

Logos

Logo Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconAndroid &#xe140; \e140
iconApple &#xe13f; \e13f
iconChrome &#xe113; \e113
iconCss3 &#xe0f7; \e0f7
iconFacebook1 &#xe0df; \e0df
iconFacebook2 &#xe0de; \e0de
iconFacebook3 &#xe0dd; \e0dd
iconFirefox &#xe0ae; \e0ae
iconFlash1 &#xe0ac; \e0ac
iconFlash2 &#xe0ab; \e0ab
iconGit &#xe0a1; \e0a1
iconGithub &#xe0a0; \e0a0
iconGooglePlus1 &#xe09f; \e09f
iconGooglePlus2 &#xe09e; \e09e
iconHtml5 &#xe095; \e095
iconIe &#xe094; \e094
iconJava &#xe08e; \e08e
iconLinkedIn1 &#xe084; \e084
iconLinkedIn2 &#xe083; \e083
iconLinkedIn3 &#xe082; \e082
iconLinux &#xe080; \e080
iconOpera &#xe06b; \e06b
iconPhp &#xe064; \e064
iconPinterest &#xe061; \e061
iconReddit &#xe054; \e054
iconRss &#xe04b; \e04b
iconSafari &#xe049; \e049
iconSkype &#xe03c; \e03c
iconStumbleupon &#xe030; \e030
iconTumbler &#xe01d; \e01d
iconTwitter1 &#xe01c; \e01c
iconTwitter2 &#xe01b; \e01b
iconTwitter3 &#xe01a; \e01a
iconUbuntu &#xe019; \e019
iconVirtuosiMedia &#xe00b; \e00b
iconWindows &#xe006; \e006
iconWordpress &#xe005; \e005

Return to top

Media

Media Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconCamera &#xe120; \e120
iconCloudDown &#xe107; \e107
iconCloudUp &#xe106; \e106
iconDashboard1 &#xe0f5; \e0f5
iconDashboard2 &#xe0f4; \e0f4
iconDashboard3 &#xe0f3; \e0f3
iconFlash1 &#xe0ac; \e0ac
iconFlash2 &#xe0ab; \e0ab
iconHeadphones &#xe099; \e099
iconMic &#xe079; \e079
iconMonitor &#xe074; \e074
iconMute &#xe070; \e070
iconVolume0 &#xe00a; \e00a
iconVolume1 &#xe009; \e009
iconVolume2 &#xe008; \e008
iconNote1 &#xe06e; \e06e
iconNote2 &#xe06d; \e06d
iconNote3 &#xe06c; \e06c
iconPicture &#xe063; \e063
iconPlay &#xe05f; \e05f
iconReconnect &#xe055; \e055
iconShuffle &#xe041; \e041
iconTriangleRight &#xe020; \e020
iconSquare &#xe038; \e038
iconStop &#xe032; \e032
iconPause &#xe066; \e066
iconCircle &#xe112; \e112
iconStart &#xe033; \e033
iconRewind &#xe04f; \e04f
iconForward &#xe0a4; \e0a4
iconEnd &#xe0e1; \e0e1
iconVirtuosiMedia &#xe00b; \e00b
iconVideo &#xe00c; \e00c
iconFileAudio &#xe0da; \e0da
iconFileImage &#xe0ca; \e0ca
iconFileMedia &#xe0c7; \e0c7

Return to top

Mobile

Mobile Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconAndroid &#xe140; \e140
iconIphone &#xe090; \e090
iconBatteryEmpty &#xe12f; \e12f
iconBatteryFull &#xe12e; \e12e
iconBatteryHalf &#xe12d; \e12d
iconBell &#xe128; \e128
iconBellSilent &#xe127; \e127
iconBroadcast &#xe123; \e123
iconCalendar &#xe121; \e121
iconCamera &#xe120; \e120
iconClock1 &#xe10a; \e10a
iconClock2 &#xe10b; \e10b
iconCompass &#xe0fd; \e0fd
iconEmail &#xe0e5; \e0e5
iconEmailInverse &#xe0e4; \e0e4
iconEmailOpen &#xe0e2; \e0e2
iconEmailInverseOpen &#xe0e3; \e0e3
iconGps &#xe09d; \e09d
iconMarker &#xe07b; \e07b
iconHeadphones &#xe099; \e099
iconMic &#xe079; \e079
iconMute &#xe070; \e070
iconVolume0 &#xe00a; \e00a
iconVolume1 &#xe009; \e009
iconVolume2 &#xe008; \e008
iconNote1 &#xe06e; \e06e
iconNote2 &#xe06d; \e06d
iconNote3 &#xe06c; \e06c
iconPhone &#xe065; \e065
iconPlane &#xe060; \e060
iconPicture &#xe063; \e063
iconPlay &#xe05f; \e05f
iconReconnect &#xe055; \e055
iconShuffle &#xe041; \e041
iconTriangleRight &#xe020; \e020
iconSquare &#xe038; \e038
iconStop &#xe032; \e032
iconPause &#xe066; \e066
iconCircle &#xe112; \e112
iconStart &#xe033; \e033
iconRewind &#xe04f; \e04f
iconForward &#xe0a4; \e0a4
iconEnd &#xe0e1; \e0e1
iconVideo &#xe00c; \e00c
iconSkype &#xe03c; \e03c
iconSignal1 &#xe040; \e040
iconSignal2 &#xe03f; \e03f
iconSignal3 &#xe03e; \e03e
iconSignal4 &#xe03d; \e03d
iconSafari &#xe049; \e049
iconChrome &#xe113; \e113

Return to top

Operating Systems

Operating System Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconAndroid &#xe140; \e140
iconApple &#xe13f; \e13f
iconChrome &#xe113; \e113
iconIphone &#xe090; \e090
iconLinux &#xe080; \e080
iconUbuntu &#xe019; \e019
iconWindows &#xe006; \e006
iconPower &#xe05d; \e05d
iconCursor &#xe115; \e115
iconTrash &#xe023; \e023
iconMinimize &#xe078; \e078
iconMaximize &#xe07a; \e07a
iconRestore &#xe050; \e050
iconDelete1 &#xe002; \e002
iconMute &#xe070; \e070
iconVolume0 &#xe00a; \e00a
iconVolume1 &#xe009; \e009
iconVolume2 &#xe008; \e008
iconContrast1 &#xe0fc; \e0fc
iconContrast2 &#xe0fb; \e0fb
iconContrast3 &#xe0fa; \e0fa
iconClock1 &#xe10a; \e10a
iconFolderOpen &#xe0a7; \e0a7
iconFolderClosed &#xe0aa; \e0aa
iconFind &#xe0af; \e0af
iconFileSettings &#xe0b9; \e0b9
iconFileCode &#xe0d8; \e0d8
iconFileAudio &#xe0da; \e0da
iconFileImage &#xe0ca; \e0ca
iconFileMedia &#xe0c7; \e0c7

Return to top

Productivity

Productivity Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconBarAsc1 &#xe133; \e133
iconBarAsc2 &#xe132; \e132
iconBarDesc1 &#xe131; \e131
iconBarDesc2 &#xe130; \e130
iconBriefcase &#xe124; \e124
iconCalendar &#xe121; \e121
iconCheck1 &#xe11a; \e11a
iconCheck2 &#xe119; \e119
iconCheck3 &#xe118; \e118
iconClock1 &#xe10a; \e10a
iconClock2 &#xe10b; \e10b
iconCopy &#xe0f9; \e0f9
iconDownload &#xe0e9; \e0e9
iconEdit1 &#xe0e8; \e0e8
iconEdit2 &#xe0e7; \e0e7
iconEdit3 &#xe0e6; \e0e6
iconEmail &#xe0e5; \e0e5
iconEmailInverse &#xe0e4; \e0e4
iconEmailOpen &#xe0e2; \e0e2
iconEmailInverseOpen &#xe0e3; \e0e3
iconFolderOpen &#xe0a7; \e0a7
iconFolderClosed &#xe0aa; \e0aa
iconGraphDown &#xe09b; \e09b
iconGraphUp &#xe09c; \e09c
iconInbox &#xe093; \e093
iconLightbulb &#xe087; \e087
iconLightning &#xe086; \e086
iconPage &#xe06a; \e06a
iconPaperclip &#xe069; \e069
iconPaste &#xe067; \e067
iconPhone &#xe065; \e065
iconPieChart &#xe062; \e062
iconPrinter &#xe05c; \e05c
iconPushpin1 &#xe05b; \e05b
iconPushpin2 &#xe05a; \e05a
iconScissors &#xe047; \e047
iconTodo1 &#xe025; \e025
iconTodo2 &#xe024; \e024
iconUpload &#xe014; \e014

Return to top

Programming

Programming Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconCss3 &#xe0f7; \e0f7
iconFlash1 &#xe0ac; \e0ac
iconFlash2 &#xe0ab; \e0ab
iconGit &#xe0a1; \e0a1
iconGithub &#xe0a0; \e0a0
iconHtml5 &#xe095; \e095
iconJava &#xe08e; \e08e
iconPhp &#xe064; \e064
iconCode &#xe105; \e105
iconBug &#xe122; \e122
iconDatabase &#xe0f2; \e0f2
iconDatabaseCheck &#xe0f1; \e0f1
iconDatabaseDelete &#xe0f0; \e0f0
iconDatabaseLocked &#xe0ef; \e0ef
iconDatabaseMinus &#xe0ee; \e0ee
iconDatabasePlus &#xe0ed; \e0ed
iconDatabaseUnlocked &#xe0ec; \e0ec
iconFileCode &#xe0d8; \e0d8
iconKeyboard &#xe08a; \e08a
iconMonitor &#xe074; \e074
iconMouse1 &#xe072; \e072
iconMouse2 &#xe071; \e071
iconLeftClick &#xe089; \e089
iconRightClick &#xe04e; \e04e

Return to top

Science

Science Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconBeaker1 &#xe12c; \e12c
iconBeaker2 &#xe12b; \e12b
iconBeaker3 &#xe12a; \e12a
iconBeaker4 &#xe129; \e129
iconBug &#xe122; \e122
iconCloud &#xe108; \e108
iconCompass &#xe0fd; \e0fd
iconDashboard1 &#xe0f5; \e0f5
iconDashboard2 &#xe0f4; \e0f4
iconDashboard3 &#xe0f3; \e0f3
iconEye &#xe0e0; \e0e0
iconGps &#xe09d; \e09d
iconGraphUp &#xe09c; \e09c
iconGraphDown &#xe09b; \e09b
iconGrid &#xe09a; \e09a
iconLightbulb &#xe087; \e087
iconLightning &#xe086; \e086
iconMagnet &#xe07c; \e07c
iconMoon &#xe073; \e073
iconPuzzle1 &#xe059; \e059
iconPuzzle2 &#xe058; \e058
iconRocket &#xe04c; \e04c
iconScissors &#xe047; \e047
iconShare1 &#xe043; \e043
iconStar &#xe036; \e036
iconStarEmpty &#xe035; \e035
iconWrench &#xe003; \e003

Return to top

Security

Security Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconLocked &#xe07d; \e07d
iconUnlocked &#xe015; \e015
iconDatabaseLocked &#xe0ef; \e0ef
iconDatabaseUnlocked &#xe0ec; \e0ec
iconFolderLocked &#xe0a9; \e0a9
iconFolderUnlocked &#xe0a5; \e0a5
iconBriefcase &#xe124; \e124
iconCancel1 &#xe11f; \e11f
iconCancel2 &#xe11e; \e11e
iconKey1 &#xe08c; \e08c
iconKey2 &#xe08b; \e08b
iconLink &#xe085; \e085
iconUnlink &#xe016; \e016

Return to top

Social

Social Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconFacebook1 &#xe0df; \e0df
iconFacebook2 &#xe0de; \e0de
iconFacebook3 &#xe0dd; \e0dd
iconGit &#xe0a1; \e0a1
iconGithub &#xe0a0; \e0a0
iconGooglePlus1 &#xe09f; \e09f
iconGooglePlus2 &#xe09e; \e09e
iconLinkedIn1 &#xe084; \e084
iconLinkedIn2 &#xe083; \e083
iconLinkedIn3 &#xe082; \e082
iconPinterest &#xe061; \e061
iconReddit &#xe054; \e054
iconSkype &#xe03c; \e03c
iconStumbleupon &#xe030; \e030
iconTumbler &#xe01d; \e01d
iconTwitter1 &#xe01c; \e01c
iconTwitter2 &#xe01b; \e01b
iconTwitter3 &#xe01a; \e01a
iconBookmark &#xe125; \e125
iconComment1 &#xe104; \e104
iconComment2 &#xe103; \e103
iconComment3 &#xe102; \e102
iconComment4 &#xe101; \e101
iconCommentMinus &#xe100; \e100
iconCommentPlus &#xe0ff; \e0ff
iconComments &#xe0fe; \e0fe
iconHeart &#xe098; \e098
iconHeartEmpty &#xe097; \e097
iconShare1 &#xe043; \e043
iconShare2 &#xe042; \e042
iconSad &#xe04a; \e04a
iconSmiley &#xe03a; \e03a
iconStar &#xe036; \e036
iconStarEmpty &#xe035; \e035
iconStarHalf &#xe034; \e034
iconThumbsDown &#xe027; \e027
iconThumbsUp &#xe026; \e026
iconUsers &#xe00d; \e00d

Return to top

Software

Software Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconPlus &#xe05e; \e05e
iconAdd1 &#xe145; \e145
iconAdd2 &#xe144; \e144
iconMinus1 &#xe076; \e076
iconMinus2 &#xe075; \e075
iconSubtract &#xe02e; \e02e
iconCheck1 &#xe11a; \e11a
iconCheck2 &#xe119; \e119
iconCheck3 &#xe118; \e118
iconDelete1 &#xe002; \e002
iconDelete2 &#xe0eb; \e0eb
iconDelete3 &#xe0ea; \e0ea
iconEdit1 &#xe0e8; \e0e8
iconEdit2 &#xe0e7; \e0e7
iconEdit3 &#xe0e6; \e0e6
iconNew &#xe06f; \e06f
iconCopy &#xe0f9; \e0f9
iconPaste &#xe067; \e067
iconFind &#xe0af; \e0af
iconFileSettings &#xe0b9; \e0b9
iconFileWrench &#xe0b3; \e0b3
iconFolderOpen &#xe0a7; \e0a7
iconFolderClosed &#xe0aa; \e0aa
iconFolderPlus &#xe0a6; \e0a6
iconFolderMinus &#xe0a8; \e0a8
iconFolderUnlocked &#xe0a5; \e0a5
iconFolderLocked &#xe0a9; \e0a9
iconSave &#xe048; \e048
iconPrinter &#xe05c; \e05c
iconTrash &#xe023; \e023
iconFlag &#xe0ad; \e0ad
iconWarning &#xe007; \e007
iconSearch &#xe046; \e046
iconCancel1 &#xe11f; \e11f
iconCancel2 &#xe11e; \e11e
iconArrowUp &#xe135; \e135
iconArrowDown &#xe13c; \e13c
iconArrowLeft &#xe13a; \e13a
iconArrowRight &#xe136; \e136
iconArrowNS &#xe137; \e137
iconArrowEW &#xe13b; \e13b
iconArrowDiagonalForward &#xe13d; \e13d
iconArrowDiagonalBackward &#xe13e; \e13e
iconArrowMulti &#xe139; \e139
iconArrowMultiDiagonal &#xe138; \e138
iconBarAsc1 &#xe133; \e133
iconBarDesc1 &#xe131; \e131
iconCalendar &#xe121; \e121
iconChevronUp &#xe114; \e114
iconChevronDown &#xe117; \e117
iconChevronLeft &#xe116; \e116
iconChevronRight &#xe115; \e115
iconDashboard1 &#xe0f5; \e0f5
iconDashboard2 &#xe0f4; \e0f4
iconDashboard3 &#xe0f3; \e0f3
iconCloudUp &#xe106; \e106
iconCloudDown &#xe107; \e107
iconDatabase &#xe0f2; \e0f2
iconDatabaseCheck &#xe0f1; \e0f1
iconDatabaseDelete &#xe0f0; \e0f0
iconDatabaseLocked &#xe0ef; \e0ef
iconDatabaseMinus &#xe0ee; \e0ee
iconDatabasePlus &#xe0ed; \e0ed
iconDatabaseUnlocked &#xe0ec; \e0ec
iconEmail &#xe0e5; \e0e5
iconEmailInverse &#xe0e4; \e0e4
iconEmailOpen &#xe0e2; \e0e2
iconEmailInverseOpen &#xe0e3; \e0e3
iconLocked &#xe07d; \e07d
iconUnlocked &#xe015; \e015
iconInfo1 &#xe092; \e092
iconInfo2 &#xe091; \e091
iconQuestion1 &#xe057; \e057
iconQuestion2 &#xe056; \e056
iconTag &#xe02a; \e02a
iconTags &#xe029; \e029
iconTodo1 &#xe025; \e025
iconTodo2 &#xe024; \e024
iconUpload &#xe014; \e014
iconDownload &#xe0e9; \e0e9
iconUser &#xe013; \e013
iconUserBusy &#xe012; \e012
iconUserCheck &#xe011; \e011
iconUserDelete &#xe010; \e010
iconUserMinus &#xe00f; \e00f
iconUserPlus &#xe00e; \e00e
iconUsers &#xe00d; \e00d
iconMute &#xe070; \e070
iconVolume0 &#xe00a; \e00a
iconVolume1 &#xe009; \e009
iconVolume2 &#xe008; \e008
iconWrench &#xe003; \e003
iconSettings1 &#xe045; \e045
iconSettings2 &#xe044; \e044
iconZoomIn &#xe001; \e001
iconZoomOut &#xe000; \e000

Return to top

Text Editor

Text Editor Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconBold &#xe126; \e126
iconItalic &#xe08f; \e08f
iconUnderline &#xe018; \e018
iconBug &#xe122; \e122
iconCode &#xe105; \e105
iconNew &#xe06f; \e06f
iconCopy &#xe0f9; \e0f9
iconEdit2 &#xe0e7; \e0e7
iconFind &#xe0af; \e0af
iconSearch &#xe046; \e046
iconPaste &#xe067; \e067
iconScissors &#xe047; \e047
iconSave &#xe048; \e048
iconPrinter &#xe05c; \e05c
iconSpellcheck &#xe039; \e039
iconStrikethrough &#xe031; \e031
iconTextResize &#xe028; \e028
iconSubscript &#xe02f; \e02f
iconSuperscript &#xe02d; \e02d
iconFlag &#xe0ad; \e0ad
iconFlash1 &#xe0ac; \e0ac
iconFlash2 &#xe0ab; \e0ab
iconGraphUp &#xe09c; \e09c
iconGraphDown &#xe09b; \e09b
iconPieChart &#xe062; \e062
iconInfo1 &#xe092; \e092
iconInfo2 &#xe091; \e091
iconQuestion1 &#xe057; \e057
iconQuestion2 &#xe056; \e056
iconJustify &#xe08d; \e08d
iconAlignCenter &#xe143; \e143
iconAlignLeft &#xe142; \e142
iconAlignRight &#xe141; \e141
iconTabLeft &#xe02c; \e02c
iconTabRight &#xe02b; \e02b
iconLeftQuote &#xe088; \e088
iconRightQuote &#xe04d; \e04d
iconLink &#xe085; \e085
iconUnlink &#xe016; \e016
iconListOrdered &#xe07f; \e07f
iconListUnordered &#xe07e; \e07e
iconPage &#xe06a; \e06a
iconParagraph &#xe068; \e068
iconPicture &#xe063; \e063
iconSmiley &#xe03a; \e03a
iconUndo &#xe017; \e017
iconRedo &#xe053; \e053
iconBackslash &#xe134; \e134
iconSlash &#xe03b; \e03b

Return to top

Users

User Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconUser &#xe013; \e013
iconUserBusy &#xe012; \e012
iconUserCheck &#xe011; \e011
iconUserDelete &#xe010; \e010
iconUserMinus &#xe00f; \e00f
iconUserPlus &#xe00e; \e00e
iconUsers &#xe00d; \e00d
iconStamp &#xe037; \e037
iconSad &#xe04a; \e04a
iconSmiley &#xe03a; \e03a

Return to top

Web

Web Icons
Icons CSS Class HTML Entity Code CSS Content Code
iconWorld &#xe004; \e004
iconChrome &#xe113; \e113
iconFirefox &#xe0ae; \e0ae
iconIe &#xe094; \e094
iconOpera &#xe06b; \e06b
iconSafari &#xe049; \e049
iconLink &#xe085; \e085
iconUnlink &#xe016; \e016
iconCloudUp &#xe106; \e106
iconCloudDown &#xe107; \e107
iconHtml5 &#xe095; \e095
iconCss3 &#xe0f7; \e0f7
iconPage &#xe06a; \e06a
iconFlash1 &#xe0ac; \e0ac
iconFlash2 &#xe0ab; \e0ab
iconJava &#xe08e; \e08e

Return to top

Want to continue the tour?

VM UI Framework is created, owned, maintained by Virtuosi Media, Inc. © 2012-2013.