GitHub

Icon

Inline SVG icon system with 40+ built-in icons and size variants.

<rhx-icon>

Examples

Gallery

Sizes

Accessible

Properties

Property Type Default Description
rhx-name string - Icon name from the built-in registry
rhx-size string medium Icon size: small (16px), medium (24px), large (32px)
rhx-label string - Accessible label (sets aria-label and role="img")

Accessibility

  • Decorative icons automatically set aria-hidden="true" so screen readers skip them.
  • Meaningful icons with rhx-label receive aria-label and role="img" for screen reader announcement.
  • Always provide rhx-label when the icon conveys information not available from surrounding text.