Daytona Logo
elements/daytona-logoFreeBlock
Daytona logo with icon variant and dark/light modes
Install it
npx shadcn@latest add https://www.tryelements.dev/r/daytona-logo.jsonSource
1interface LogoProps {2 className?: string;3 variant?: "icon";4 mode?: "dark" | "light";5}67const COLORS = {8 dark: "#FFFFFF",9 light: "#0A0A0A",10};1112export function DaytonaLogo({13 className,14 variant = "icon",15 mode = "dark",16}: LogoProps) {17 const color = COLORS[mode];1819 return (20 <svg21 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 <path31 d="M214.513 144.954l21.153-21.153 6.044 6.044-21.153 21.153z"32 fill={color}33 />34 <path35 d="M214.644 166.322l-16.246-16.246-6.043 6.044 16.245 16.246z"36 fill={color}37 />38 <path39 d="M236.012 178.279l-17.124 17.124-6.044-6.044 17.124-17.124z"40 fill={color}41 />42 <path43 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
More from elements
All 359 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Agentic Codingagentic-coding | elements | Blocks | Free | no deps | |
| AgentMail Logoagentmail-logo | elements | Blocks | Free | no deps | |
| AI Badgeai-badge | elements | Blocks | Free | 2 deps · 2 files | |
| AI Servicesai-services | elements | Blocks | Free | no deps | |
| Astro Logoastro-logo | elements | Blocks | Free | no deps | |
| AWS All Servicesaws-all | elements | Blocks | Free | no deps | |
| AWS Analyticsaws-analytics | elements | Blocks | Free | no deps | |
| AWS Computeaws-compute | elements | Blocks | Free | no deps |
