Zostel Logo
The official Zostel logo components including the star symbol, wordmark, and combined logo with multiple layout and color options.
Preview
Logo Variants
ZOSTEL
ZOSTEL
ZOSTEL
Layouts
ZOSTEL
Z O S T E L
Symbol Only
Wordmark
ZOSTELZOSTELZOSTEL
Usage
tsx
import { ZostelSymbol, ZostelWordmark, ZostelLogo } from "zostel-ui";
// Symbol only
<ZostelSymbol size={48} color="#F1563F" />
// Wordmark only
<ZostelWordmark size="lg" spaced />
// Full logo - horizontal
<ZostelLogo size={48} layout="horizontal" />
// Full logo - vertical
<ZostelLogo size={64} layout="vertical" />
// White variant (for dark backgrounds)
<ZostelLogo color="white" />ZostelSymbol Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | number | 48 | Size of the symbol in pixels |
color | string | "#F1563F" | Fill color for the symbol SVG |
animated | boolean | false | Enable pulse animation |
className | string | — | Additional CSS classes |
sizeType:
numberDefault: 48
Size of the symbol in pixels
colorType:
stringDefault: "#F1563F"
Fill color for the symbol SVG
animatedType:
booleanDefault: false
Enable pulse animation
classNameType:
stringDefault: —
Additional CSS classes
ZostelWordmark Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | "sm" | "md" | "lg" | "xl" | "md" | Text size of the wordmark |
color | string | "#43474B" | Text color |
spaced | boolean | false | Add extra letter spacing (Z O S T E L) |
className | string | — | Additional CSS classes |
sizeType:
"sm" | "md" | "lg" | "xl"Default: "md"
Text size of the wordmark
colorType:
stringDefault: "#43474B"
Text color
spacedType:
booleanDefault: false
Add extra letter spacing (Z O S T E L)
classNameType:
stringDefault: —
Additional CSS classes
ZostelLogo Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | number | 48 | Size of the symbol in pixels |
layout | "horizontal" | "vertical" | "horizontal" | Arrangement of symbol and wordmark |
color | "default" | "white" | "orange" | "default" | Color scheme preset |
showWordmark | boolean | true | Whether to show the wordmark text |
animated | boolean | false | Enable pulse animation on the symbol |
className | string | — | Additional CSS classes |
sizeType:
numberDefault: 48
Size of the symbol in pixels
layoutType:
"horizontal" | "vertical"Default: "horizontal"
Arrangement of symbol and wordmark
colorType:
"default" | "white" | "orange"Default: "default"
Color scheme preset
showWordmarkType:
booleanDefault: true
Whether to show the wordmark text
animatedType:
booleanDefault: false
Enable pulse animation on the symbol
classNameType:
stringDefault: —
Additional CSS classes