Under review

We are currently investigating migrating from font-awesome to material icons. For our core icon suite. This will ensure that all core icons are available regardless of if users have font-awesome account.

Overview

Icons serve as an intuitive and visually engaging method to accentuate content, signify possible actions, or denote particular statuses, thereby minimising the cognitive effort required by users.

We've chosen to use the font-awesome light library for all icons across our Design System. Implementing a uniform set of functional, alert, and descriptive icons across all sites enhances user familiarity and consistency, contributing to a seamless user experience.

These icons are each associated with a specific function or concept and ensure predictability and reliability in user interactions. For instance, an envelope icon should consistently represent email, not a mailing address in a different context. This consistency allows users to trust that a specific icon will always signify the same action or concept, irrespective of its location on the site.

Font awesome light

Icons used in the Queensland Government are simple and recognisable and use the thin line style.

The Font Awesome Library light library is the preferred icon suite. It contains a large variety of quality icons and is already used extensively across government websites. The light collection consisting of over 1,800 icons with more continually being added.

If you wish to use this on your website, you may need to purchase your own licence.


Functional icons

Function icons are those that form part of our components and are the key functionality of the Design System. Functional icons are those that indicate actions and activities. These are reserved icons that need to be used with caution outside of their existing patterns and components.

Functional icons are implemented as SVGs and a sprite sheet. this is done in favour of using an icon font because it improves the performance, scalability, maintainability, and accessibility of your website or application.

Below is sample of function icons. See the implementation tab for the full list.

<ul class="qld__link-list qld__link-list--inline"> <li><a href="#" class="qld__text-link"> <svg class="qld__icon qld__icon--lg qld__icon--lead" aria-hidden="true" focusable="false"> <title>Menu Icon</title> <desc>Opens menu</desc> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Menu"></use> </svg>Menu</a> </li> <li><a href="#" class="qld__text-link"> <svg class="qld__icon qld__icon--lg qld__icon--lead" aria-hidden="true" focusable="false"> <title>Home icon</title> <desc>Link to home</desc> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Home"></use> </svg>Home</a> </li> <li><a href="#" class="qld__text-link"> <svg class="qld__icon qld__icon--lg qld__icon--lead" aria-hidden="true" focusable="false"> <title>Close</title> <desc>Close action</desc> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Close-Circle"></use> </svg>Close</a> </li> <li><a href="#" class="qld__text-link"> <svg class="qld__icon qld__icon--lg qld__icon--lead" aria-hidden="true" focusable="false"> <title>Chevron Left</title> <desc>Open left</desc> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Chevron-Left"></use> </svg>Chevron feft</a></li> <li><a href="#" class="qld__text-link"> <svg class="qld__icon qld__icon--lg qld__icon--lead" aria-hidden="true" focusable="false"> <title>Arrow right</title> <desc>CTA Link Icon</desc> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Direction-Right"></use> </svg>Arrow right</a> </li> </ul>

Preset sizes

We have 6 preset sizes for icons ranging from extra small (xs) to extra extra large (xxl) and a dedicated feature size for large or detailed icons. Feature icons use a background shade to help make it stand out from other elements on the page.

This size range allows for flexibility and adaptability in various design contexts while maintaining visual harmony and balance. These predefined sizes ensure that icons are proportionate and legible, enhancing their effectiveness and the overall aesthetic of the site.

Example
Theme
<ul class="qld__link-list qld__link-list--inline"> <li> <svg class="qld__icon qld__icon--sm" aria-hidden="true" focusable="false"> <title>Profile Icon</title> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Profile"></use> </svg> </li> <li> <svg class="qld__icon qld__icon--md" aria-hidden="true" focusable="false"> <title>Profile Icon</title> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Profile"></use> </svg> </li> <li> <svg class="qld__icon qld__icon--lg" aria-hidden="true" focusable="false"> <title>Profile Icon</title> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Profile"></use> </svg> </li> <li> <svg class="qld__icon qld__icon--xl" aria-hidden="true" focusable="false"> <title>Profile Icon</title> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Profile"></use> </svg> </li> <li> <svg class="qld__icon qld__icon--xxl" aria-hidden="true" focusable="false"> <title>Profile Icon</title> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Profile"></use> </svg> </li> <li> <svg class="qld__icon qld__icon--feature" aria-hidden="true" focusable="false"> <title>Profile Icon</title> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Profile"></use> </svg> </li> </ul>

Colour

Icons used for actions

Icons that are clickable should use secondary action colour. This allows them to be consistent with other action items on the site but differentiated from links and link text which ordinarily are the same as the primary action colour.

Alert icons

Icons used to represent alert information should use the appropriate colour, for example an icon used to represent an error should use the red error colour.

Decorative icons

Icons that are used to help convey information but aren't associated with actions are by default set to use the text-heading colour. This makes them stand out from content on the page but not in any way be clickable. As an alternative users can override these icons and use the sites brand accent colour, but care should be taken so that this doesn't make these icons appear interactive.

Example
Theme
<ul class="qld__link-list"> <li> <a href="#"><svg class="qld__icon qld__icon--xl qld__icon--lead" aria-hidden="true" focusable="false"> <title>Profile Icon</title> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Profile"></use> </svg>Icon associated with an action</a> </li> <li> <svg class="qld__icon qld__icon--xl qld__icon--lead" aria-hidden="true" focusable="false"> <title>Chart Icon</title> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Chart"></use> </svg>Decorative or descriptive icon </li> <li> <svg class="qld__icon qld__icon--xl qld__icon--lead" aria-hidden="true" focusable="false"> <title>Alert Icon</title> <use href="https://www.design-system.health.qld.gov.au/__data/assets/file/0017/151118/QGDS-icons-v2.svg#icon-Status-Warning"></use> </svg>Warning icon </li> </ul>

Usage guidelines

It's crucial that each icon serves a singular, functional purpose consistently across a site or service, reinforcing user understanding and interaction.

When to use icons

To aid understanding: Icons can act as visual aids to help users understand concepts, actions, or feedback. They can simplify complex ideas and make them easier to grasp.

To enhance navigation: Icons can be used in primary navigation to support way-finding. They can help users find their way around a website or application.

To draw attention: Icons can be used to draw attention to specific areas, actions, or information. They can be used in banners to highlight specific themes, such as announcements or errors.

To add clarity: Icons can be used inline with text to add clarity. They can help to clarify the content by providing a visual cue and improve the legibility and scalability of the user interface.

To represent actions, objects, or concepts: Icons can represent specific actions, objects, or concepts. They should be used when they can clearly represent a specific action or concept.

When to avoid icons

Avoid Ambiguity: If the meaning of an icon is ambiguous by itself, it needs accompanying text. Icons shouldn't be used if they can lead to confusion or misinterpretation.

Avoid Overuse: Overuse of icons can result in user interfaces that are visually overwhelming or distracting. Icons should be used sparingly and only when they add value to the user experience.

Don't use icons to replace text: Icons shouldn't be used to replace the name of a product or feature. The purpose of an icon is to clarify the content, not to replace it.

Compensating for page structure. Icons can't solve problems with a poorly organised page. They aren't a quick fix for a confusing layout or hard-to-find content. Before using an icon to highlight something important, make sure the content is well-structured and easy to find.

How to use

The following are some general best practice guidlines for using icons:

  • sites benefit from all using the same default functional and alert icons
  • while it's recommended that 'Font-awesome' be used for custom icons users may choose alternative icons if an appropriate option within font-awesome isn't available. Material icons may be a good alternative. When adding custom fonts though try to ensure they match the same visual weight and appearance as other icons on the site
  • avoid having icons alone without text this is because they may be interpreted differently by different users
  • use the same icons consistently across your site or app to maintain a familiar and intuitive user experience
  • avoid redefining established icons. Icons that have been used for a long time worldwide have a higher chance of being recognise and understood quickly. Don't reinvent an icon that's already been accepted as the convention.

Designing

All icons used to build components are included in the Figma UI Kit. However, you can also see all icons that are included in our symbol library below.

If you require additional icons, you can find them at https://fontawesome.com/search or https://fonts.google.com/icons.

Symbol library

Functional icons

Chevron up

Chevron down

Chevron left

Chevron Right

Arrow up

Arrow down

Arrow left

Arrow right

Arrow up and down

Close

Cancel or dismiss

Delete or remove

Tick, success or confirmed

Edit or change

Plus or add

Subtract, minus or descrease

Menu

Search

Zoom

Show

Hide

Calendar

Enlarge

Filter

Location marker

Home

Attach

Copy

Print

Download

Save

Play

Pause

Stop

Share

Favourite

Like

Language

Global navigation

View all

Settings

Log out

Sign in

Account details

Descriptive icons

Profile

Users

Identity

Email

Hospital

Medical service

Visiting time

Car

Phone

Heart health

Document

Transcript

Article

Podcast

Video

Media release

Speech or record

Audio

Op ed

Features or campaign

PDF

Image

Code

Today or date

Pending

Accessibility

Design

Spreadsheet

External

Wheelchair

Stethoscope

Parking

Directions

Ambulance

Time or duration

Link

Help

Notification

Chart

Cost

Status and alert icons

Cancel

Error

Danger

Success

Information

Warning

Page alert warning

Page alert error

Page alert information

Page alert success


Research and rationale

Why we use SVGs with symbols for our default icons:

Our Design System uses an approach very similar to the USA Design System incorporating all our icons in a single SVG sprite sheet.

This method offers numerous advantages:

  • reducing the number of HTTP requests, improving load times and overall system performance
  • SVGs are scalable and resolution-independent, allowing for easy resizing without quality loss
  • SVGS can be easily manipulated with CSS and JavaScript, providing a high degree of flexibility and control
  • a single file for all SVGs simplifies maintenance and updates to the symbol library, enhancing efficiency
  • mitigates the risks associated with icon fonts, which can fail due to cross-domain loading issues, font file loading failures, and browser bugs.

This strategy results in a more efficient, manageable, and dependable Design System, enhancing both the user experience and the development process.

Why we are moving to material icons

There are 4 key reasons why we promote material icons as the recommended icon library for our Design System, consistency, versatility, accessibility and cost.

Consistency

Google Material Icons are designed with a consistent aesthetic in mind. This means that all the icons share the same visual language, which can help to create a cohesive look and feel across your Design System. This consistency can also make it easier for users to understand and interact with your system.

Versatility

Google Material Icons come in a variety of styles and themes, making it easy to find an icon that fits your specific needs. They're also scalable, meaning they can be easily resized without losing quality.

Accessibility

Google Material Icons are designed with accessibility in mind. They use simple, clear designs that are easy to understand, even for users with visual impairments. They also support screen readers and other assistive technologies, making them accessible to a wide range of users.

Cost

Google Material icons are released under the Apache License Version 2.0, which allows you to freely use, modify, and distribute them. This means there aren't licensing issues for sites that choose to use our Design System.

Adding icons using our Design System

Our Design System provides a streamlined way to add icons to your web pages. Here are step-by-step instructions:

Step 1: add SVG element

Start by adding an SVG (Scalable Vector Graphics) element to your HTML. This is where the icon will be displayed.

<svg aria-hidden="true" focusable="false"> <!-- Icon will be loaded here --> </svg>

Step 2: apply classes for styling and size

There are 2 classes you should add to the SVG element:

  • qld__icon: this class is necessary for the basic visual appearance of the icon, it also tell the icon what colour to be depending on if it sits within a link element and also based on what background it appears on
  • qld__icon--size: this class determines the size of the icon. Replace size with one of the following: sx, s, m, l, xl, xxl.
<svg class="qld__icon qld__icon--xxl" aria-hidden="true" focusable="false"> <!-- Icon will be loaded here --> </svg>

Step 3: add title for accessibility

Inside the SVG element, add a title that describes the icon. This is important for accessibility.

<svg class="qld__icon qld__icon--xxl" aria-hidden="true" focusable="false"> <title>Profile Icon</title> <!-- Icon will be loaded here --> </svg>

Step 4: use element to reference icon

Inside the SVG element, after the title, add an element. The href attribute should point to the URL of the SVG sprite sheet, and you should include the ID of the icon you want to display after the #.

In the example below, icon-Profile is the ID of the icon. Make sure to replace it with the ID of the icon you want to use.

Example
Theme
<svg class="qld__icon qld__icon--xxl" aria-hidden="true" focusable="false"> <title>Profile Icon</title> <use href="./?a=151118#icon-Profile"></use> </svg>

Adding icons associated with text or links

When incorporating icons that are closely associated with text or links, it's essential to consider the accessibility and the visual representation. Here are the steps and an example.

Step 1: add SVG element inside the link element

Similar to the standalone icons, you’ll add an SVG element. But in this case, the SVG element will be nested inside an anchor () element.

Step 2: apply classes for positioning

Along with the previously mentioned classes, you need to use one additional class to determine the position of the icon with respect to the text.

  • qld__icon--lead: use this class if the icon is placed before the text.
  • qld__icon--trail: use this class if the icon is placed after the text.

Step 3: add title and description for accessibility

Inside the SVG element, it's good practice to include a title and description that describe the icon and its purpose. This is especially crucial when the icon is associated with an action (like closing a dialog).

In the example below, the icon is used as a leading element before the text "Close". The SVG has a class qld__icon--lead which ensures it's placed before the text.

Example
Theme
<a href="#" class="qld__text-link"> <svg class="qld__icon qld__icon--lg qld__icon--lead" aria-hidden="true" focusable="false"> <title>Close</title> <desc>Close action</desc> <use href="./?a=151118#icon-Close-Circle"></use> </svg>Close </a>

Accessibility consideration

When icons are used alongside text or within actionable elements like links or buttons, it’s crucial to ensure that they don’t interfere with screen readers. By setting aria-hidden="true" and focusable="false" you're making sure that screen readers don't read the icon, as the text next to it should be sufficient for understanding the action.

When adding icons that are associated with text or links, it’s essential to ensure they're positioned correctly using qld__icon--lead or qld__icon--trail, and that they don't interfere with the accessibility of the text. Providing a title and description within the SVG can offer additional context for understanding the icon’s purpose, especially if it represents an action.

Replacing or updating icons

You can modify, update or add icons by updating the symbol library in the SVG file. You can also choose to use either the Google Material icon symbols library or font-awesome library by simply changing the source icon file. Please note if you choose to use font-awesome on your site you'll need to have an active licence for font-awesome 6.

Google Material Icons

Font-Awesome Icons


Classes, variables and icon IDs

Classes and variables

NameDescription
qld__iconCopy
Applied to SVGs this sets the default styles for icons.
qld__icon--leadCopy
Class that sets element to small font size and heading weight.
qld__icon--trailCopy
Class that sets element to medium font size and heading weight.
qld__icon--smCopy
Sets icon to 20px in size.
qld__icon--mdCopy
Sets icon to 24px in size.
qld__icon--lgCopy
Sets icon to 32px in size.
qld__icon--xlCopy
Sets icon to 48px in size.
qld__icon--xxlCopy
Sets icon to 64px in size.
qld__icon--featureCopy
Defines the style of feature icons.
--QLD-color-light-headingCopy
Variable that defines colour of descriptive icons.
--QLD-color-dark-headingCopy
Variable that defines colour of descriptive icons on dark backgrounds.
--QLD-color-light-alt-buttonCopy
Variable that defines colour of icons that are associated with links on light backgrounds.
--QLD-color-light-alt-button__hoverCopy
Variable that defines hover colour of icons that are associated with links on light backgrounds.
--QLD-color-dark-alt-buttonCopy
Variable that defines colour of icons that are associated with links on dark backgrounds.
--QLD-color-dark-alt-button__hoverCopy
Variable that defines hover colour of icons that are associated with links on dark backgrounds.

Icon IDs (standard icons)

IDTitle
#icon-AccessibilityCopy
Accessibility
#icon-ManageCopy
Account details
#icon-Direction-RightCopy
Arrow right
#icon-Direction-DownCopy
Arrow down
#icon-Direction-UpCopy
Arrow up
#icon-Direction-Up-DownCopy
Arrow up and down
#icon-ArticleCopy
Article
#icon-AttachCopy
Attach
#icon-AudioCopy
Audio
#icon-CalendarCopy
Calendar
#icon-Close-CircleCopy
Cancel/Dismiss
#icon-CarCopy
Car
#icon-Chevron-DownCopy
Chevron down
#icon-Chevron-LeftCopy
Chevron left
#icon-Chevron-RightCopy
Chevron right
#icon-Chevron-UpCopy
Chevron up
#icon-CloseCopy
Close
#icon-CodeCopy
Code
#icon-CopyCopy
Copy
#icon-DeleteCopy
Delete/Remove
#icon-DesignCopy
Design
#icon-DocumentCopy
Document
#icon-DownloadCopy
Download
#icon-EditCopy
Edit/Change
#icon-EmailCopy
Email
#icon-EnlargeCopy
Enlarge
#icon-ExternalCopy
External
#icon-FavouriteCopy
Favourite
#icon-FeatureCopy
Feature/Campaign
#icon-FilterCopy
Filter
#icon-Global-NavCopy
Global Nav
#icon-Heart-Health-ServiceCopy
Heart Health
#icon-InfoCopy
Help
#icon-HideCopy
Hide
#icon-HomeCopy
Home
#icon-HospitalCopy
Hospital
#icon-IdentityCopy
Identify
#icon-ImageCopy
Image
#icon-LanguageCopy
Language
#icon-LikeCopy
Like
#icon-LocationCopy
Location
#icon-Log-OutCopy
Log Out
#icon-Media-ReleaseCopy
Media Release
#icon-ServiceCopy
Medical Service
#icon-NotificaitonCopy
Notification
#icon-Op-EdCopy
Op ed
#icon-PDFCopy
Op PDF
#icon-ParkingCopy
Parking
#icon-PauseCopy
Pause
#icon-PendingCopy
Pending
#icon-PhoneCopy
Phone
#icon-PLayCopy
Play
#icon-PlusCopy
Plus/Add
#icon-PodcastCopy
Podcast
#icon-PrintCopy
Print
#icon-ProfileCopy
Profile
#icon-SaveCopy
Save
#icon-SearchCopy
Search
#icon-SettingsCopy
Settings
#icon-ShareCopy
Share
#icon-ShowCopy
Show
#icon-Sign-InCopy
Sign in
#icon-SpeechCopy
Speech
#icon-SpreadsheetCopy
Spreadsheet
#icon-StethoscopeCopy
Stethoscope
#icon-StopCopy
Stop
#icon-MinusCopy
Subtract/Minus
#icon-TickCopy
Tick/Success
#icon-TodayCopy
Today/Date
#icon-TranscriptCopy
Transcript
#icon-UsersCopy
Users
#icon-VideoCopy
Video
#icon-View-AllCopy
View all
#icon-Visiting-TimeCopy
Visiting time
#icon-WheelchairCopy
Wheelchair
#icon-ZoomCopy
Zoom

Status Icons

NameDescription
#icon-Status-CancelCopy
Cancel
#icon-Status-ErrorCopy
Error
#icon-Status-DangerCopy
Danger
#icon-Status-SuccessCopy
Success
#icon-Status-InformationCopy
Information
#icon-Status-WarningCopy
Warning
#icon-Alert-WarningCopy
Warning (Page alert)
#icon-Alert-ErrorCopy
Error (Page alert)
#icon-Alert-InformationCopy
Information (Page alert)
#icon-Alert-SuccessCopy
Success (Page alert)

Social icons

NameDescription
#icon-FacebookCopy
Facebook
#icon-TwitterCopy
Twitter
#icon-LinkedInCopy
LinkedIn
#icon-InstagramCopy
Instagram
#icon-YoutubeCopy
YouTube Icon

Accessible icon requirements

When it comes to accessibility, the Web Content Accessibility Guidelines (WCAG) 2.1 provide several guidelines related to icons:

Our default icons have already been designed to meet accessibility requirements for Level AA compliance. However, keep these considerations in mind if you're modifying the Design System or creating a custom component.

Hide decorative icons from screen readers

Use the aria-hidden="true" and role="img" attributes if the icon is decorative see example below:

<svg class="qld__icon" aria-hidden="true" role="img" focusable="false"></svg>

WCAG guidelines

1.4.1 Non-text Contrast

The visual presentation of user interface components, graphical objects, and icons must have a contrast ratio of at least 3:1 against adjacent color(s).

1.4.3 Content on Hover or Focus (Level AA)

If pointer hover or keyboard focus can trigger additional content to become visible (such as tooltip icons), this additional content should be dismissible, hoverable, and persistent to be accessible.

1.3.3 Sensory Characteristics

Instructions provided for understanding and operating icons must not rely solely on sensory characteristics such as shape, size, visual location, or sound.

2.4.4 Link Purpose (In Context)

If an icon serves as a link, the purpose of the link should be determinable from the icon alone or from the icon and its programmatically associated text.

2.4.7 Focus Visible

If an icon is actionable, it should have a clearly visible focus indicator when it receives keyboard focus.

2.5.5 Target Size

(Level AAA, but recommended for better accessibility at AA)

If an icon is used as a control, the size of the target for pointer inputs should be at least 44 by 44 CSS pixels, unless there's an equivalent link or control on the same page that is easier to use. Note that this guideline is technically Level AAA, but it's highly recommended for better accessibility even at Level AA.

It's also good practice to provide alternative text (alt text) for icons, especially if they convey information or have a function, to make them accessible to screen reader users. This doesn't have a specific WCAG guideline but it's a general best practice for accessibility.

4.1.2 Name, Role, Value

For icons that are interactive or convey information, these icons must be programmatically determined with a name that can be spoken by screen readers, and the role (e.g. button) and current value (e.g. pressed) should be programmatically set.


References

Google Fonts (n.d.) Icons, Material Symbols, Google Fonts,  accessed 24 May 2023.

W3C (2018) Web Content Accessibility Guidelines (WCAG) 2.1, World Wide Web Consortium, accessed 10 April 2023.

U.S. Web Design System (USWDS) (n.d.) Icon, U.S. Web Design System (USWDS), accessed 11 June 2023.

Shopify Polaris (n.d.) Icons, Shopify Polaris, accessed 11 June 2023.

Last updated: August 2023