Zur Navigation Zum Inhalt Kontakt Menu Trova un componente Descrizione generale Lyne Principi Base Accessibilité Sistema di design Guidelines Deutsch Français Italiano English I nostri principi di design Soluzioni focalizzate sull’utente Riconoscibilità Inclusione Riduzione Olistico Autoesplicativo Orientamento all’attività Adeguatezza Portale della marca FFS Logo Orologio digitale Diritti di utilizzazione Colori die base Colori funzionali Colori Off Brand Icone Icone dell'orario Pittogrammi Informazioni sull’accessibilità Über diesen Guide Contatti Letture consigliate Product Owner User Research Interaction Design Visual Design Development Content Design Testing Introduzione Base Componenti Senso & scopo Community Assets Istruzioni What is a design system? Designing Coding FAQ Aiuto Processo Contribution Contatto Introduzione Base Componenti Overview Releases Design Tokens Komponenten Introduzione Base Informazioni Power-Apps Banner pubblicitari digitali SAP Icone delle app Questa pagina non è disponibile nella lingua desiderata. Lingue disponibili Deutsch English Icon Info

Was macht die Komponente?

Ein Icon ist ein grafisches Symbol, das verwendet wird, um Funktionen, Inhalte oder Aktionen visuell zu repräsentieren und die Benutzererfahrung zu verbessern.

Wann soll die Komponente eingesetzt werden?

  • Um Funktionen oder Aktionen visuell zu unterstützen und hervorzuheben.
  • Um Platz zu sparen und eine intuitive Benutzeroberfläche zu schaffen.
  • Um wichtige Informationen oder Statusmeldungen schnell erkennbar zu machen.
  • Um die Navigation zu unterstützen und die Auffindbarkeit von Inhalten zu verbessern.

Regeln

  • Icons gibt es in 3 Grössen (24 x 24, 36 x 36 und 48 x 48 Pixel). Andere Grössen sind nicht erlaubt.
  • Die Icon werden in einer Strichstärke von 1 Pixel abgebildet. Ausnahmen sind einzig im Header erlaubt.
  • Achte darauf, dass die Grösse der Icons zur umgebenden Schrift und anderen Elementen passt.
  • Verwende Icons sparsam und nur dort, wo sie die Benutzererfahrung tatsächlich verbessern.
  • Biete, wenn möglich, eine Textalternative oder Tooltip an, um die Bedeutung des Icons zu erklären.
Demo

Spielwiese

Icon KOM Icon, small KOM Icon, medium KOM Icon, large Fahrplan Attribut HIM-CUS Icon Produkt Icon Farbe Black Rot Metal Sky White Hintergrund White Milk Iron Charcoal Black

Beispiele

Default
HTML-Markup kopiert.
Implementation

The sbb-icon component provides a solid way of rendering registered and named icons.

The component will dynamically load an SVG for each icon, avoiding multiple requests to the same icon.
The icon components are not tied to specific icon sets; you can register custom namespaces
and then provide the sbb-icon with the name property in the format name="icon-name" or name="namespace:icon-name".

Note that if you do not provide a namespace, the default namespace will be used pointing to the SBB Icons CDN.

<!-- Will use the default namespace -->
<sbb-icon name="app-icon-medium"></sbb-icon>

If using the SBB CDN, ensure that the icon name has the size suffix.
E.g. if in the Design (Figma) the icon is called 'circle-plus', the icon name will be either 'circle-plus-small' or 'circle-plus-medium'.

Accessibility

Similar to an <img> element, an icon alone does not convey any useful information for a screen-reader user.
The user of sbb-icon must provide additional information pertaining to how the icon is used.
Based on the use-cases described below, sbb-icon is marked as aria-hidden="true" by default,
but this can be overridden by adding aria-hidden="false" to the element.

In thinking about accessibility, it is useful to place icon use into one of three categories:

  1. Decorative: the icon conveys no real semantic meaning and is purely cosmetic.
  2. Interactive: a user will click or otherwise interact with the icon to perform some action.
  3. Indicator: the icon is not interactive, but it conveys some information, such as a status.
    This includes using the icon in place of a text inside a larger message.

Properties

Name Attribute Privacy Type Default Description
name name public string The provided name consisting of the namespace and the name of the icon. If the namespace is missing, the default namespace "sbb" will be used. E.g. name (will use "sbb" as namespace) or namespace:name.
noSanitize no-sanitize public boolean false When set to true, SVG content that is HTTP fetched will not be checked if the response SVG content has any <script> elements, or any attributes that start with on, such as onclick.

CSS Properties

Name Default Description
--sbb-icon-svg-height auto Can be used to set a custom height.
--sbb-icon-svg-width auto Can be used to set a custom width.
Impressum Contatto Impostazioni dei cookie