eXtreme Automation
Component · Brand Signature

XA Icon Library

242 unique icons · 5 variants (default, on-dark, mono-rose, mono-navy, mono-white) · served as SVG from CDN

Variants — tree icon × 5 colours

tree default default
tree on-dark on-dark
tree mono-rose mono-rose
tree mono-navy mono-navy
tree mono-white mono-white

Props: name (string, required) · variant (default | on-dark | mono-rose | mono-navy | mono-white) · size (number, px, default 32) · alt · class

import { Icon } from '@xa/ui';

<Icon name="tree" />
<Icon name="rocket" variant="on-dark" size={48} />
<Icon name="gear" variant="mono-navy" size={24} alt="Settings" />

All 242 icons · default variant

242 icons
ad ad
ai ai
analysis analysis
anchor anchor
announcement announcement
apple apple
application application
arrow-left arrow-left
arrow-line arrow-line
arrow-pointer arrow-pointer
arrow-right arrow-right
audience audience
automation automation
backspace backspace
badge badge
ball ball
battery battery
binary-code binary-code
bitcoin bitcoin
blueprint blueprint
bomb bomb
books books
brain brain
bridge bridge
bucket bucket
cake cake
calendar calendar
car-crash car-crash
cat cat
certificate certificate
chain chain
chain-link chain-link
chair chair
chart chart
chat chat
chat-1 chat-1
chatgpt chatgpt
check check
chevron-down chevron-down
chevron-left chevron-left
chevron-right chevron-right
chevron-up chevron-up
circle circle
clean clean
clean-code clean-code
clock clock
cloud cloud
cloud-lab cloud-lab
code code
coffee coffee
coke-can coke-can
compass compass
compress compress
computer computer
configuration configuration
container container
cookie cookie
copy copy
cow cow
cpu-core cpu-core
cross-mark cross-mark
customized customized
database database
day day
decisions decisions
delivery-truck delivery-truck
developer developer
dice dice
dna dna
document document
document-1 document-1
doge doge
dollar dollar
dots-vertical dots-vertical
download download
draw draw
drop-of-water drop-of-water
drop-of-water-1 drop-of-water-1
ear ear
electronic-clock electronic-clock
elephant elephant
email email
empty empty
empty-document empty-document
environment-friendly environment-friendly
eraser eraser
eu-flag eu-flag
euro euro
exam exam
exclamation-mark exclamation-mark
filter filter
finish-flag finish-flag
fire fire
folder folder
fridge fridge
gear gear
gem gem
git-branching git-branching
globe globe
graduation-hat graduation-hat
hacker hacker
hammer hammer
hand-with-hammer hand-with-hammer
happy-smiley happy-smiley
heart heart
helm helm
highlighter highlighter
home home
home-1 home-1
hourglass hourglass
image image
inbox inbox
infinity-with-arrows infinity-with-arrows
jolly-roger-flag jolly-roger-flag
joystick joystick
key key
lab lab
lifecycle lifecycle
line line
link link
live live
location location
locked-lock locked-lock
lunch lunch
magnet magnet
many-coins many-coins
menu menu
meter meter
mic mic
minus minus
mona-lisa mona-lisa
monkey-with-closed-ears monkey-with-closed-ears
monkey-with-closed-eyes monkey-with-closed-eyes
monkey-with-closed-mouth monkey-with-closed-mouth
monolith monolith
moon moon
nail nail
network network
network-1 network-1
night night
no-emotion-smiley no-emotion-smiley
one-coin one-coin
optimize-org optimize-org
org org
organization organization
organization2 organization2
package package
paper-basket paper-basket
path-sign path-sign
pear pear
pen pen
pencil pencil
pipeline pipeline
plus plus
presentation presentation
presentation-1 presentation-1
presentation-2 presentation-2
price-tag price-tag
print print
printer printer
progress-bar-20pct progress-bar-20pct
progress-bar-50pct progress-bar-50pct
progress-bar-90pct progress-bar-90pct
puzzle-piece puzzle-piece
qa qa
qr-code qr-code
question-mark question-mark
quiz quiz
race-car race-car
recycle-bin recycle-bin
recycling-sign recycling-sign
redo redo
review review
rip-tomb rip-tomb
risk risk
rocket rocket
rotate rotate
sad-smiley sad-smiley
scales scales
scissors scissors
screen screen
screw-driver screw-driver
sdlc sdlc
search search
secure-vault secure-vault
security security
server server
shapes shapes
shield shield
shit shit
shopping-cart shopping-cart
shuffled-paper shuffled-paper
signature signature
skull skull
slides slides
snowflake snowflake
sold-out sold-out
soldout soldout
speaker speaker
special-agent special-agent
speedometer speedometer
spreadsheet spreadsheet
square square
star star
sticky-note sticky-note
sun sun
surveillance-camera surveillance-camera
sweep sweep
table table
target target
tasks tasks
tdd tdd
tea tea
testimonial testimonial
text text
thermometer thermometer
thumb-up thumb-up
timebomb timebomb
train train
trainer trainer
tree tree
uk-flag uk-flag
undo undo
unlocked-lock unlocked-lock
upload upload
us-flag us-flag
video video
video-call video-call
video-presentation video-presentation
video-recording video-recording
video-stream video-stream
wall wall
webhook webhook
whale whale
wine-bottle wine-bottle
wine-glass wine-glass
workshop workshop
write-down write-down
x-close x-close
yarn yarn
zoom-in zoom-in
zoom-out zoom-out

Usage

<!-- In any Astro page that depends on @xa/ui -->
import { Icon } from '@xa/ui';

<!-- Default (navy+rose) -->
<Icon name="automation" />

<!-- On-dark variant, 48px -->
<Icon name="automation" variant="on-dark" size={48} />

<!-- All available names: see grid above -->
<!-- CDN base: https://ui.extremeautomation.io/icons/ -->