• Logo
  • UI Style Guides

  • Alerts
    img

    Brightree UI Style Guides June 8, 2019
    UI styles documentation in development; alignment with Figma design assets.

  • Overview
  • User Interface
    • Colors
    • Typography
    • Alerts
    • Buttons
    • Cards
    • Carousel
    • Collapse
    • Icons
    • Modals
    • Tabs
    • Tooltips and Popovers
    • Tree View
    • Multiple File Uploader
  • Tables
    • Basic Tables
    • Data Tables
  • Forms
    • Basic Forms
    • Form Validation
    • Date and Time Picker
    • Color Picker
  • Accessibility
    • 508 Compliance Checklist
    • WCAG Readiness

Iconography

  1. Home
  2. Icons
Iconography Transition Chart Iconography Methodology
Iconography

Universal icons are rare. A user’s understanding of an icon is based on previous experience. Due to the absence of a standard usage for most icons, text labels are necessary to communicate the meaning and reduce ambiguity. To help overcome the ambiguity that almost all icons face, a text label must be present alongside an icon to clarify its meaning.

Icons must first and foremost communicate meaning in a graphical user interface. Icons are, by definition, a visual representation of an object, action, or idea. If that object, action, or idea is not immediately clear to users, the icon is reduced to mere eye candy — confusing, frustrating, eye candy — and to visual noise that hinders people from completing a task.

Benefits of using icons in a GUI include...

  • Icons make good targets: they are typically sized large enough to be easily touched in a finger-operated UI, but also work well with a mouse cursor (in contrast to words, which can suffer from read–tap asymmetry on touch screens).
  • Icons can be compact enough to allow toolbars, palettes, and so on to display many icons in a relatively small space.
  • Icons may be easily at a glance if well designed — particularly true for standard icons that people have seen and used before.

Products make use of the free version of Font Awesome.

Be sure to include the following URL in the <head> of each page or template where Font Awesome is needed:

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">

Icons may be inserted directly into the UI via a class added to the <i> tag, as is shown in the following code example: In the following example showing an icon representing "remove" or "disable", the code (without a hover tooltip) would be <i class="fas fa-ban">Remove</i>.


<div class="justify-content-end blue-nav-icons">
<i class="fas fa-ban pr-3" data-toggle="tooltip" data-placement="bottom" title="Remove"></i>
<i class="far fa-heart pr-3" data-toggle="tooltip" data-placement="bottom" title="Favorites"></i>
<i class="fas fa-print pr-3" data-toggle="tooltip" data-placement="bottom" title="Print"></i>
<i class="fas fa-redo pr-3" data-toggle="tooltip" data-placement="bottom" title="Refresh All"></i>
</div>

icon code example

All icons available in the Font Awesone collection can be found here: Font Awesome Cheat Sheet. This tool enables simple methods for copying/pasting the necessary icon code.

If icons need to be implemented as SVGs or PNGs, the Font Awesome website provides additional means for accessing icons in these formats.

font awesome icons as svgs or pngs

Brightree Iconography - Existing and MX One Equivalents
AFO Icon Usage/Metaphor MX One Replacement
alerts Alerts
new message / email New secure Message/Email direct message
Brightree Communicate Message Brightree Communicate Message Brightree Communicate message
new message / email Message Messages
referrals Referral
help Help
help Help
patient schedule Patient Schedule
patient schedule - day Patient Schedule- Day
delete Delete
delete Delete
clear delete Clear
delivery Delivery
bereavement generate mailing Bereavement - Generate Mailing bereavement mailing add
edit Edit
collapse panel Collapse Panel
expand panel Expand Panel
filter Filter
filter Filter
search Search
search Search
information Information
actions Delete this - standardize on below treatment
actions Actions No icon needed
favorites Favorites - selected
favorites Favorites - unselected
loading Loading
loading Inline Loading
task hotlist loading Task hotlist loading
loading Loading
loading Loading
Please wait...
pickup exchange Pickup Exchange
placeholder photo Placeholder Photo placeholder image
upload photo Upload Photo upload image
staus start Status Start
reset Reset
refresh Refresh
refresh Refresh
refresh Refresh
save Save
download Download
rewmove all tasks Remove All Tasks
view hours breakdown View Hours Breakdown view hours breakdown
cancel changes Cancel Changes
not allowed Not Allowed notes not allowed
share Share (iPad)
completed task iPad PoC Completed Task
outstanding task iPad PoC Outstanding Task
impact on star rating Impact Star Rating
negative impact Negative Impact
positive impact Positive Impact
485 oasis mismatch OASIS Mismatch
process measure Process Measure
publicly reported income Publicly Reported Income
show decline Show Decline
show improvement Show Improvement
regulatory alert Regulatory Alert
vbp VBP
analytics Analytics
speech to text Speech to Text
speech to text Speech to Text
communicate Communicate
scheduling - ready for review Scheduling - ready for review
scheduling - ready for final review Scheduling - ready for final review
scheduling - accepted Scheduling - accepted
scheduling - closed Scheduling - closed
scheduling - edit Scheduling - edit
scheduling error Scheduling - error
scheduling - rejected Scheduling - rejected
scheduling - scheduled Scheduling - scheduled
scheduling - accepted Scheduling - accepted
scheduling - in review Scheduling - in review
scheduling - locked Locked
unlocked Unlocked
Copyright 2020 Brightree. Updated 3.23.20