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:

Important

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
  • arrow-up-right arrow-up-right
  • arrow-up arrow-up
  • automation automation
  • back-arrow back-arrow
  • bin bin
  • blink blink
  • calendar-dates calendar-dates
  • calendar-event calendar-event
  • cards cards
  • cart cart
  • chart chart
  • check check
  • chat chat
  • clock clock
  • collections collections
  • connect connect
  • contacts contacts
  • copy copy
  • customize customize
  • dashboard dashboard
  • database database
  • default default
  • design design
  • dots-vertical dots-vertical
  • desktop desktop
  • edit edit
  • email email
  • email-forward email-forward
  • emoji-sad emoji-sad
  • error error
  • event-done event-done
  • event-upcoming event-upcoming
  • express-order express-order
  • eye eye
  • file-chart file-chart
  • file-money file-money
  • filter filter
  • forward-arrow forward-arrow
  • full-screen full-screen
  • funnel funnel
  • giftcard giftcard
  • help help
  • home home
  • info info
  • letter letter
  • link link
  • list list
  • lock lock
  • logo logo
  • logo-circle logo-circle
  • mailbox mailbox
  • menu menu
  • mobile mobile
  • money money
  • package package
  • paperplane paperplane
  • papers papers
  • payment-terminal payment-terminal
  • pencil pencil
  • person-heart person-heart
  • pin pin
  • pins pins
  • play play
  • plus plus
  • pointer-click pointer-click
  • power power
  • preview preview
  • profilecard profilecard
  • question question
  • recipients recipients
  • recipients-exclude recipients-exclude
  • recipients-include recipients-include
  • restore restore
  • robot robot
  • search search
  • seat seat
  • seasoncard seasoncard
  • security security
  • server server
  • services services
  • settings settings
  • sms sms
  • table table
  • tablet tablet
  • ticket ticket
  • ticket-outline ticket-outline
  • tickets_goods tickets_goods
  • trash trash
  • tray-arrow-down tray-arrow-down
  • tray-arrow-up tray-arrow-up
  • trigger trigger
  • user user
  • warning warning
  • webhook webhook

Example usage:

html
<svg class="c-icon" aria-hidden="true" focusable="false" fill="currentColor">
    <use
        href="/path/to/ui-framework/symbol/svg/sprite.symbol.svg#icon-name"
        xlink:href="/path/to/ui-framework/symbol/svg/sprite.symbol.svg#icon-name"
    ></use>
</svg>

…or:

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