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:

WARNING

Some of these icons use custom variables that won't make the usable in <img> elements. These variables (e.g. --positive) will only make sense in a <svg> context.

  • app app
  • blink blink
  • calendar-dates calendar-dates
  • calendar-event calendar-event
  • cards cards
  • cart cart
  • chat chat
  • check check
  • connect connect
  • dashboard dashboard
  • database database
  • emoji-sad emoji-sad
  • express-order express-order
  • file-chart file-chart
  • file-money file-money
  • giftcard giftcard
  • help help
  • home home
  • info info
  • link link
  • lock lock
  • logo-circle logo-circle
  • logo logo
  • menu menu
  • money money
  • package package
  • paperplane paperplane
  • pins pins
  • play play
  • profilecard profilecard
  • question question
  • search search
  • seasoncard seasoncard
  • seat seat
  • security security
  • server server
  • settings settings
  • table table
  • tickets_goods tickets_goods
  • ticket-outline ticket-outline
  • ticket ticket
  • trash trash
  • user user
  • warning 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=""/>