Skip to content

Icons

Unless circumstances demand otherwise, Tickster uses color icons from Nucleo in all its applications.

For web use, here are the icons currently represented in the UI Framework:

  • app

  • cards

  • cart

  • chart

  • chat

  • check

  • customize

  • emoji-sad

  • order

  • giftcard

  • help

  • info

  • logo-circle

  • logo

  • menu

  • money

  • package

  • paperplane

  • play

  • question

  • search

  • seasoncard

  • seat

  • table

  • ticket

  • trash

  • user

  • warning

Example usage:

html
<svg>
    <use xlink:href="/path/to/ui-framework/symbol/svg/sprite.symbol.svg#icon-name"/>
</svg>

…or:

html
<img src="/path/to/ui-framework/svg/icon-name.svg" alt=""/>