BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/elements/daytona-logo

Daytona Logo

elements/daytona-logo
FreeBlock

Daytona logo with icon variant and dark/light modes

Install it

npx shadcn@latest add https://www.tryelements.dev/r/daytona-logo.json

Source

registry/default/blocks/logos/daytona-logo/components/logos/daytona.tsxwww.tryelements.dev/r/daytona-logo.json
1interface LogoProps {
2 className?: string;
3 variant?: "icon";
4 mode?: "dark" | "light";
5}
6
7const COLORS = {
8 dark: "#FFFFFF",
9 light: "#0A0A0A",
10};
11
12export function DaytonaLogo({
13 className,
14 variant = "icon",
15 mode = "dark",
16}: LogoProps) {
17 const color = COLORS[mode];
18
19 return (
20 <svg
21 role="img"
22 viewBox="195 136 65 70"
23 fill="none"
24 xmlns="http://www.w3.org/2000/svg"
25 className={className}
26 >
27 <title>Daytona</title>
28 <path d="M195.994 172.235h24.929v8.547h-24.929z" fill={color} />
29 <path d="M229.471 142.32h28.491v8.547h-28.491z" fill={color} />
30 <path
31 d="M214.513 144.954l21.153-21.153 6.044 6.044-21.153 21.153z"
32 fill={color}
33 />
34 <path
35 d="M214.644 166.322l-16.246-16.246-6.043 6.044 16.245 16.246z"
36 fill={color}
37 />
38 <path
39 d="M236.012 178.279l-17.124 17.124-6.044-6.044 17.124-17.124z"
40 fill={color}
41 />
42 <path
43 d="M235.881 156.911l19.139 19.139 6.043-6.044-19.138-19.139z"
44 fill={color}
45 />
46 <path d="M214.513 135.909v20.656h-8.547v-20.656z" fill={color} />
47 <path d="M244.428 165.825v25.642h-8.547v-25.642z" fill={color} />
48 </svg>
49 );
50}

Files it writes

  • registry/default/blocks/logos/daytona-logo/components/logos/daytona.tsx

Facts

Registry
elements
Type
registry:block
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

www.tryelements.dev crafter-station/elements on GitHub Raw registry item This item as JSON

More from elements

All 359 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Agentic Codingagentic-codingelementsBlocksFreeno deps
AgentMail Logoagentmail-logoelementsBlocksFreeno deps
AI Badgeai-badgeelementsBlocksFree2 deps · 2 files
AI Servicesai-serviceselementsBlocksFreeno deps
Astro Logoastro-logoelementsBlocksFreeno deps
AWS All Servicesaws-allelementsBlocksFreeno deps
AWS Analyticsaws-analyticselementsBlocksFreeno deps
AWS Computeaws-computeelementsBlocksFreeno deps
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex