BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/elements/composio-logo

Composio Logo

elements/composio-logo
FreeBlock

Composio logo with icon variant and dark/light modes

Install it

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

Source

registry/default/blocks/logos/composio-logo/components/logos/composio.tsxwww.tryelements.dev/r/composio-logo.json
1interface LogoProps {
2 className?: string;
3 variant?: "icon";
4 mode?: "dark" | "light";
5}
6
7const COLORS = {
8 dark: "#FFFFFF",
9 light: "#000000",
10};
11
12export function ComposioLogo({
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="0 0 77 89"
23 fill="none"
24 xmlns="http://www.w3.org/2000/svg"
25 className={className}
26 >
27 <title>Composio</title>
28 <path
29 d="M75.2058 25.0205L25.1809 14.7895C21.9009 14.1161 18.8164 16.6358 18.8164 19.981V43.6794V44.9393V68.6375C18.8164 71.9827 21.9009 74.5028 25.1809 73.8292L75.2058 63.5983"
30 stroke={color}
31 strokeWidth="2.53542"
32 strokeMiterlimit="10"
33 strokeLinecap="round"
34 strokeLinejoin="round"
35 fill="none"
36 />
37 </svg>
38 );
39}

Files it writes

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

Facts

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

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