13 #Sprites Sprites

sprite-*

Be sure to put a brief descriptive text inside sprite and logo elements, for accessibility on screen readers. A title attribute may also be added to provide tooltip text on mouse hover: <i class="sprite-close" title="close">close</i>.

Examples
Default styling
sprite-search
search
sprite-print
print
sprite-email
email
sprite-download
download
sprite-file-pdf
pdf file
sprite-file-doc
doc file
sprite-file-excel
excel file
sprite-plus
plus
sprite-minus
minus
sprite-plus-faded
faded plus
sprite-minus-faded
faded minus
sprite-menu
menu (click to toggle is-open class)
sprite-close
close (add inverse class for white version)
sprite-close-main
large close
sprite-play-sm
small play icon
sprite-play
play icon
sprite-play-lg
large play icon
sprite-play-xl
xl play icon
sprite-featured
star
sprite-edit
edit
sprite-draggable
indicate draggable item
sprite-gear
settings gear
<i class="[modifier class]"></i>

13.1 #Sprites.Asset-Classes Asset Classes

These sprites come in four variations each: regular, small, inverse, and inverse small.

Examples
Default styling
sprite-emissions
emissions
sprite-agriculture
agriculture
sprite-metals
metals
sprite-equities
equities
sprite-bonds
bonds
sprite-energy
energy
sprite-fx
fx
sprite-credit
credit
sprite-int-rates
interest rates
sprite-etp
etp
<i class="[modifier class]"></i>
Example
Show Markup
<div style="background-color: #999">
  <i class="sprite-emissions"></i>
  <i class="sprite-emissions-sm"></i>
  <i class="sprite-emissions inverse"></i>
  <i class="sprite-emissions-sm inverse"></i>
</div>

13.2 #Sprites.Business Business Sprites

Examples
Default styling
sprite-calendar
calendar
sprite-clock
clock
sprite-locked
locked
sprite-unlocked
unlocked
sprite-pin
pin
sprite-document
document
sprite-computer
computer
sprite-person
person
sprite-speech
speech
sprite-check
check
sprite-chart
chart
sprite-mobile
mobile
<i class="[modifier class]"></i>
Example
Show Markup
<div style="background-color: #999">
  <i class="sprite-calendar"></i>
  <i class="sprite-calendar-sm"></i>
  <i class="sprite-calendar inverse"></i>
  <i class="sprite-calendar-sm inverse"></i>
</div>

13.3 #Sprites.Chevrons Arrows

chevron-*

“Chevron” arrows, available in three sizes for each direction.

Examples
Default styling
chevron-n
north/up
chevron-s
south/down
chevron-e
east/right
chevron-w
west/left
<i class=[modifier class]></i>
Example
Show Markup
<i class="chevron-n chevron-sm"></i>
<i class="chevron-n"></i>
<i class="chevron-n chevron-lg"></i>
<i class="chevron-s chevron-sm"></i>
<i class="chevron-s"></i>
<i class="chevron-s chevron-lg"></i>
<i class="chevron-e chevron-sm"></i>
<i class="chevron-e"></i>
<i class="chevron-e chevron-lg"></i>
<i class="chevron-w chevron-sm"></i>
<i class="chevron-w"></i>
<i class="chevron-w chevron-lg"></i>

13.3.1 #Sprites.Chevrons.Colors Alternate colors

chevron-primary, chevron-inverse, chevron-disabled

Examples
Default styling
chevron-primary
bright blue
chevron-inverse
white
chevron-disabled
gray
<i class="chevron-e [modifier class]"></i>

13.4 #Sprites.Loader Loading Spinner

has-loader, is-loading

Apply the class has-loader to any container that needs a preloader. Add the class is-loading while it is in a loading state to overlay the spinner. This will mask the contents of the container until loading is complete. This is useful for hiding partially-rendered content until it fully loaded and ready to display.

Example
Loading...
<div class="has-loader is-loading">
  Loading...
</div>

13.5 #Sprites.Logos Logos

logo-*

Logos for ICE and NYSE. logo-main, logo-main-sm, logo-white, and logo-inverse use the logo of the current company, depending on whether you are using the ICE or NYSE stylesheets. The other logos are the same on both stylesheets.

Examples
Default styling
logo-intercontinental-exchange
intercontinental-exchange
logo-ice
ice
logo-ice-sm
ice-sm
logo-ice-white
ice-white
logo-ice-inverse
ice-inverse
logo-nyse
nyse
logo-nyse-sm
nyse-sm
logo-nyse-white
nyse-white
logo-nyse-inverse
nyse-inverse
logo-ice-listed
ice-listed
logo-main
main
logo-main-sm
main-sm
logo-white
white
logo-inverse
inverse
<i class="[modifier class]"></i>

13.6 #Sprites.Social Social Networks

social-*

Sprites for various social networks

Examples
Default styling
social-twitter
twitter
social-linkedin
linked-in
social-facebook
facebook
social-email
email
social-instagram
instagram
social-periscope
periscope
social-youtube
youtube
social-pinterest
pinterest
social-snapchat
snapchat
<i class="[modifier class]"></i>

13.6.1 #Sprites.Social.Variations Variations

social-*, social-*-block, social-*-sm, social-*-block-sm

There are four available variations for each of the social networks.

Examples
Default styling
social-twitter
regular
social-twitter-block
block style
social-twitter-sm
small
social-twitter-block-sm
small block style
<i class="[modifier class]"></i>

13.7 #Sprites.Alignment Alignment

sprite-middle, sprite-bottom

The default vertical alignment of sprites is on the baseline of the text. Adjust this using these classes.

Examples
Default styling

Print

sprite-middle
middle alignment

Print

sprite-bottom
bottom alignment

Print

sprite-baseline
baseline alignment

Print

sprite-textbottom
bottom of text

Print

<p><i class="sprite-print [modifier class]"></i> Print</p>