Skip to main content
CARGO/19 CSS
Live example

Semiotic register / 04

Icon system

Thirty-nine equipment signs use one fixed frame and palette. Twenty interface glyphs use one stroke grammar and inherit the surrounding control color.

Signs
39
UI glyphs
20
ViewBox
19 × 18
01 / CONSTRUCTION

A shared 19 × 18 frame

The frame, plate, white separator, coordinate system, and seven sign colors remain identical across every equipment symbol.

The equipment-sign drawings use filled, grid-snapped geometry with consistent optical margins. Micro icons use a 1.5-unit stroke, square structural terminals, and rounded terminals only where direction or motion benefits from them.

Do not recolor sign internals

The fixed palette is part of the equipment-sign grammar. Recolor interface glyphs through color instead.

02 / CATALOG

Search the full register

Filter by name, category, concept, or keyword. The count updates through the optional JavaScript helper.

Equipment signs / 39

Pressurized#c19-pressurized
Gravity#c19-gravity
Gravity off#c19-gravity-off
Cryogenic#c19-cryogenic
Airlock#c19-airlock
Bulkhead#c19-bulkhead
Vacuum#c19-vacuum
Suit#c19-suit
Optics#c19-optics
Laser#c19-laser
Power#c19-power
Hazard#c19-hazard
Suit required#c19-suit-required
Suit required / zero-g#c19-suit-required-zero-g
Thermal#c19-thermal
Radiation shield#c19-radiation-shield
Radiation#c19-radiation
High radiation#c19-radiation-high
Refrigerator#c19-refrigerator
Direction#c19-direction
Life support#c19-life-support
Galley#c19-galley
Coffee#c19-coffee
Bridge#c19-bridge
Autodoc#c19-autodoc
Computer#c19-computer
Repair#c19-repair
Ladder#c19-ladder
Intercom#c19-intercom
Non-organic storage#c19-storage-nonorganic
Organic storage#c19-storage-organic
Biological#c19-bio
Medical#c19-medical
Navigation#c19-navigation
Communications#c19-communications
Cargo#c19-cargo
Data#c19-data
Location#c19-location
Warning beacon#c19-warning

Interface glyphs / 20

Check#c19-check
Close#c19-close
Arrow left#c19-arrow-left
Arrow right#c19-arrow-right
Arrow up#c19-arrow-up
Arrow down#c19-arrow-down
Menu#c19-menu
Search#c19-search
Settings#c19-settings
User#c19-user
Lock#c19-lock
Unlock#c19-unlock
Oxygen#c19-oxygen
Shield#c19-shield
Light#c19-light
Clock#c19-clock
Plus#c19-plus
Minus#c19-minus
Copy#c19-copy
External link#c19-external-link
03 / USE

Reference symbols, preserve semantics

Use role and an accessible label when the icon conveys meaning by itself. Hide decorative icons from assistive technology.

HTML
<svg class="c19-icon" role="img" aria-label="Cryogenic area">
  <use href="icons/cargo19-icons.svg#c19-cryogenic"></use>
</svg>

<!-- Decorative use -->
<svg class="c19-icon" aria-hidden="true">
  <use href="icons/cargo19-icons.svg#c19-search"></use>
</svg>
04 / DELIVERY

Use same-document symbols for local Safari previews

Safari may not load an external SVG fragment from a file URL. The System Manual uses Safari-safe direct-file browsing by embedding the generated sprite in every page; HTTP applications may continue using the external sprite.

HTML
<!-- External sprite: use when serving the app over HTTP -->
<use href="icons/cargo19-icons.svg#c19-cryogenic"></use>

<!-- Embedded sprite: safe for direct file:// browsing in Safari -->
<!-- Insert cargo19-icons.svg once in the document, then use: -->
<use href="#c19-cryogenic"></use>

Manual delivery contract

All 59 symbols are embedded once per generated page. Every live manual icon resolves through a same-document #c19-… reference.

05 / EXPORTS

Sprite, individual files, and catalog

The generation script writes matching light/dark standalone files and machine-readable metadata from the same source definitions.

ExportContents
icons/cargo19-icons.svgExternal symbol sprite for application markup.
icons/individual/Standalone SVG files with dark interface glyphs.
icons/individual-dark/Standalone SVG files with white interface glyphs.
icons/catalog.jsonNames, labels, categories, descriptions, keywords, and counts.