DESIGN REFERENCE
The complete
icon atlas.
Search the full public package, inspect the original geometry, and distinguish available glyphs from actual website occurrences.
Public evidence18 Sep 2026Observed sources. Explicit local contracts.
603available @raycast/icons glyphs
269observed SVG geometries
93exact package matches
16455captured SVG slot observations
The 603-glyph package is first-party and MIT licensed. Package availability does not prove website use. Observed inline SVGs include custom icons, logos, illustrations and composed keyboard geometry; those have a separate catalog and rights boundary.
@raycast/icons 0.4.7
Geometry and usage
| Property | Contract |
|---|---|
| Grid | 16×16 viewBox; render 16px in controls,20/24px in display examples. |
| Geometry | Original paths retained. Stroke widths are recorded per glyph; do not normalize 1.5px icons to another grid. Fifteen authored glyphs extend beyond their viewBox; the atlas preserves overflow instead of clipping or redrawing them. |
| Color | currentColor; foreground inherited from state. Brand marks retain official colors. |
| Accessibility | Decorative SVG aria-hidden=true. Icon-only action has a visible or accessible name; tooltip is supplemental. |
| Touch | Glyph size and hit target differ. Local icon actions at least 44×44px for coarse pointers. |
| Variants | Choose an existing explicit glyph name. A filled variant is not generated by changing stroke to fill. |
| Import | import { SearchIcon } from "@raycast/icons"; use the exact named export shown in each detail. |
| Retrieval | Each glyph opens a contract dialog with a copyable SVG path and the original 16px geometry. |
<button type="button" class="icon-button" aria-label="Close dialog">
<svg aria-hidden="true" viewBox="0 0 16 16">…original paths…</svg>
</button>Observed website SVG catalog
Each geometry maps back to all recorded semantic slots and routes in the ledger. HTML-in-SVG compositions and zero-visual filter utilities are retained as source records rather than misrepresented as reusable icons.
Two non-glyph source records
| Record | Why it is not an icon | Evidence |
|---|---|---|
| Animated HTML keyboard composition | HTML embedded in an animated keyboard composition; no standalone glyph to render. | observed-7b0169d294b9 · source ledger |
| Shared pixelation filter definition | Shared SVG filter definitions have no visible geometry of their own. | observed-8dcf5f839eb0 · source ledger |
Licensing and provenance
The icon package license covers its source. Third-party brand glyphs remain subject to their owners’ marks. Custom inline product artwork has no general redistribution grant established; these retained specimens support private research. Copy icon geometry from the named package for a new project only within its license and mark requirements.
Read full asset attribution