New This website is new, your feedback will help us to improve it.

Icons

The Style Kit uses some basic icons for drop-down menus and closing alerts only. To use other icons, you need to include an external icon family alongside the Style Kit.

For general use, the Font Awesome icon family is recommended, with some specific icons recommended for consistency. Other families are available for more specialist needs.

Icons should be used to enhance rather than replace other content, unless it is clearer or more familiar for users. Always ensure any icons used are accessible

Heads up! The Style Kit used to include Font Awesome directly but is now optional.



Font Awesome is a general purpose icon family designed for use in websites and applications. It includes a wide range of icons including indicators, media playbook, progress indicators and social media brands. It is available in two versions, Free and Pro.

It is recommended to use the solid or regular font variants and the .fa-fw class for fixed-width icons.

Font Awesome Pro is a protected work and may not be used without a license

BAS has a licence to use this icon family in its official websites and applications. This licence does not cover non-BAS projects, including personal projects of BAS Staff.

Font Awesome is not included in the Style Kit but is available through the a CDN. See distribution for how to include it.


These icons are not directly available in this version of the BAS Style kit. It is recommended to use Font Awesome icons instead of Bootstrap icons


There are a few SVG icons used by the Style kit and this website. It is possible to add more, either here or directly in your own project.

Use this SVG where an arrow or caret is required.
Use the transform and rotate classes to change the direction it points .transform, .transition-transform, rotate-<number>

<svg class="arrow w-5 h-5" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/>
</svg>

<svg class="arrow w-5 h-5 rotate-270" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
  <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7"/>
</svg>

Use this SVG where a search icon is required.

<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 21l-4.35-4.35M17 11a6 6 0 11-12 0 6 6 0 0112 0z" />
</svg>

Use either the &times; HTML entity or the Font Awesome icon .fa-times for indicating closing or dismissive things, such as alerts.

<button class="text-lg font-semibold"></button>

<i class="fas fa-times" aria-hidden="true"></i>

Use .fas .fa-flask, from the Font Awesome icon family, to indicate something that is experimental or a work in progress.

<i class="fas fa-flask" aria-hidden="true"></i>

Use .fas .fa-chevron-right, from the Font Awesome icon family, to consistently identify buttons that will start a process or task, as in the Start page pattern.

<i class="fas fa-chevron-right" aria-hidden="true"></i>

Use .fas .fa-bars, from the Font Awesome icon family, to indicate something that can be reordered, such as the Sortable component.

<i class="fas fa-bars" aria-hidden="true"></i>

Use .fa-brands .fa-orcid, from the Font Awesome icon family, to indicate something that can be reordered, such as the Sortable component.

ORCID iD must be displayed according to ORCID Brand Guidelines.

<i class="fa-brands fa-orcid" aria-hidden="true"></i>

It is recommended to use the relevant external service colour with this icon.

<i class="fa-brands fa-orcid orcid-text-green" aria-hidden="true"></i>

Use .fab .fa-markdown, from the Font Awesome icon family to indicate support for Markdown formatting.

<i class="fab fa-markdown" aria-hidden="true"></i>

Success
Indicates something positive or successful will happen, or has happened
Warning
Indicates something needs attention, or carries a low-risk
Danger
Indicates something negative, dangerous, or with a high-risk, will happen, or has happened
Info
Indicates something neutral, or informative

You should ensure contextual icons are not the only means context is conveyed to ensure those using assistive technologies are not excluded.

These icons can be used with core styles and components, such as:


Success

fa-solid fa-check

Warning

fa-regular fa-triangle-exclamation

Danger

fa-solid fa-circle-exclamation

info

fa-regular fa-info-square


When used on their own, it is recommended to use the standard contextual colours with these icons.

Success

fa-solid fa-check text-green-700

Warning

fa-regular fa-triangle-exclamation text-red-700

Danger

fa-solid fa-circle-exclamation text-amber-400

info

fa-regular fa-info-square text-sky-700


When used with text, it is recommended to use the contextual text colour classes with these icons.

Success

fa-solid fa-check text-green-800

Warning

fa-regular fa-triangle-exclamation text-red-700

Danger

fa-solid fa-circle-exclamation text-amber-600

info

fa-regular fa-info-square text-sky-800

Backlog
A phase for concepts that are yet to be evaluated, or deliberately held for review in the future
Discovery
A phase before a concept is started to find out whether users need it and is not already provided by another service
Alpha
A development phase during which a concept is prototyped and tested to demonstrate its feasibility and function
Beta
A refinement phase following alpha where a concept is tested and improved until it is suitable for general use
Live
A phase for where a concept is no longer needed, due to changing needs or replacement by another concept

Use these icons, from the Font Awesome icon family, to indicate the state of a service, project, feature, component or other concept in its life-cycle.

Backlog

fa-solid fa-lightbulb

Discovery

fa-solid fa-search

Alpha

fa-solid fa-paper-plane

Beta

fa-solid fa-plane

Live

fa-solid fa-rocket

Retired

fa-solid fa-moon

It is recommended to use the development phase colours with these icons.

Backlog

fa-solid fa-lightbulb development-text-blue

Discovery

fa-solid fa-search discovery-text-purple

Alpha

fa-solid fa-paper-plane alpha-text-pink

Beta

fa-solid fa-plane beta-text-orange

Live

fa-solid fa-rocket live-text-green

Retired

fa-solid fa-moon retired-text-grey

Use these icons, from the Font Awesome icon family, for indicating various external services.

Icons for external services may be trademarked or otherwise restricted. If used, you must ensure you follow any requirements to use these icons.

These icons can be used with components such as:


X

fa-brands fa-square-x-twitter

Bluesky

fa-brands fa-square-bluesky

Facebook

fa-brands fa-square-facebook

Youtube

fa-brands fa-square-youtube

RSS

fa-solid fa-square-rss

It is recommended to use the external service colours with these icons.

X

fa-brands fa-square-x-twitter

Bluesky

fa-brands fa-square-bluesky bluesky-blue

Facebook

fa-brands fa-square-facebook facebook-blue

Youtube

fa-brands fa-square-youtube youtube-red

RSS

fa-solid fa-square-rss rss-orange