Setup

The generated style.css defines the font face safe-icons.
You can either copy the contents of style.css to your own CSS or link to it in your HTML like so:

<link rel="stylesheet" href="style.css">
<link rel="preload" href="fonts/safe-icons.woff2" as="font" type="font/woff2" crossorigin="anonymous" />

The second line is for enabling early font downloads.

This code assumes style.css is located in the same directory as the HTML file linking to it. You may need to adjust the value of href and the URLs used within style.css depending on where you place the generated files in your setup.

Inserting & Customizing

Use the CSS class icon to apply the generated font to any text:

<span class="icon"></span>

You could change the size of the glyph using the font-size property in CSS:

.my-size {
    font-size: 2em;
}
<span class="icon my-size"></span>

You can specify which color palette to use like so:

<span class="icon palette0"></span>

You could also customize a palette in CSS:

@font-palette-values --custom {
    font-family: "safe-icons";
    base-palette: 0;
    override-colors: 0 #f00, 1 blue, 2 #bada55;
}
.custom {
    font-palette: --custom;
}
<span class="icon custom"></span>
List of Glyphs (145)
icon-close-outlined
icon-view-only
icon-switch
icon-qr-code-1
icon-transaction-batch
icon-transaction-swap
icon-what-is-new
icon-wallet
icon-upload
icon-update
icon-unlock
icon-twitter-x
icon-transactions
icon-transaction-stake
icon-transaction-recovery
icon-transaction-partial-fill
icon-transaction-outgoing
icon-transaction-incoming
icon-transaction-execute
icon-transaction-earn
icon-transaction-contract
icon-transaction-change-settings
icon-tools
icon-tool
icon-token
icon-tag
icon-subaccounts
icon-star
icon-signature
icon-sign
icon-shield
icon-shield-crossed
icon-share
icon-settings
icon-settings-outlined
icon-server
icon-send-to
icon-send-to-user
icon-seed
icon-search
icon-scan
icon-scan-1
icon-safe
icon-rows
icon-rows-2
icon-rows-1
icon-replace-owner
icon-repeat
icon-question
icon-qr-code
icon-points
icon-plus
icon-plus-outlined
icon-plus-filled
icon-pending
icon-paste
icon-owners
icon-outgoing
icon-options-vertical
icon-options-horizontal
icon-no-connection
icon-nft
icon-mobile
icon-magic
icon-lock
icon-link
icon-lightbulb
icon-license
icon-ledger
icon-keystone
icon-keyboard
icon-key
icon-invest
icon-info
icon-incoming
icon-inactive
icon-home
icon-hat
icon-hardware
icon-get-in-touch
icon-gas
icon-fingerprint
icon-filter
icon-file
icon-fiat
icon-face-id
icon-eye-on
icon-eye-off
icon-eye-n
icon-external-link
icon-export
icon-experimental
icon-ens
icon-email
icon-element-drag
icon-edit
icon-edit-owner
icon-earn
icon-dropdown-arrow-small
icon-download
icon-double-arrow
icon-dots-grid
icon-document
icon-desktop
icon-delete
icon-dapp-logo
icon-copy
icon-code-blocks
icon-close
icon-close-filled
icon-clock
icon-chevron-up
icon-chevron-right
icon-chevron-left
icon-chevron-down
icon-check
icon-check-oulined
icon-check-notifications
icon-check-filled
icon-chat
icon-chain
icon-camera
icon-camera-off
icon-bookmark
icon-bookmark-filled
icon-blocks
icon-blocks-1
icon-block
icon-bell
icon-batch
icon-arrow-up
icon-arrow-sort
icon-arrow-right
icon-arrow-left
icon-arrow-down
icon-apps
icon-appearance
icon-api
icon-allowance
icon-alert
icon-alert-triangle
icon-alert-circle-filled
icon-address-book
icon-address-book-empty-list
icon-add-owner