BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/elements/algolia-logo

Algolia Logo

elements/algolia-logo
FreeComponent

Algolia logo with dark/light mode support

Install it

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

Source

registry/default/blocks/logos/algolia-logo/components/logos/algolia.tsxwww.tryelements.dev/r/algolia-logo.json
1interface LogoProps {
2 className?: string;
3 variant?: "icon";
4 mode?: "dark" | "light";
5}
6
7const COLORS = {
8 dark: "#003DFF",
9 light: "#003DFF",
10};
11
12export function AlgoliaLogo({
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 24 24"
23 xmlns="http://www.w3.org/2000/svg"
24 className={className}
25 >
26 <title>Algolia</title>
27 <path
28 fill={color}
29 d="M12 0C5.445 0 .103 5.285.01 11.817c-.097 6.634 5.285 12.131 11.92 12.17a11.91 11.91 0 0 0 5.775-1.443.281.281 0 0 0 .052-.457l-1.122-.994a.79.79 0 0 0-.833-.14 9.693 9.693 0 0 1-3.923.77c-5.36-.067-9.692-4.527-9.607-9.888.084-5.293 4.417-9.573 9.73-9.573h9.73v17.296l-5.522-4.907a.407.407 0 0 0-.596.063 4.52 4.52 0 0 1-3.934 1.793 4.538 4.538 0 0 1-4.192-4.168 4.53 4.53 0 0 1 4.512-4.872 4.532 4.532 0 0 1 4.509 4.126c.018.205.11.397.265.533l1.438 1.275a.28.28 0 0 0 .462-.158 6.82 6.82 0 0 0 .099-1.725c-.232-3.376-2.966-6.092-6.345-6.3-3.873-.24-7.11 2.79-7.214 6.588-.1 3.7 2.933 6.892 6.634 6.974a6.75 6.75 0 0 0 4.136-1.294l7.212 6.394a.48.48 0 0 0 .797-.36V.456A.456.456 0 0 0 23.54 0Z"
30 />
31 </svg>
32 );
33}

Files it writes

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

Facts

Registry
elements
Type
registry:ui
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
Ably Logoably-logoelementsComponentsFreeno deps
AI Agent Contextagent-contextelementsComponentsFree2 deps
AI Agent Rosteragent-rosterelementsComponentsFree1 dep
AI Agent Statusagent-statuselementsComponentsFree1 dep
Amp Logoamp-logoelementsComponentsFreeno deps
Anthropic Logoanthropic-logoelementsComponentsFreeno deps
Antigravity Logoantigravity-logoelementsComponentsFreeno deps
API Response Viewerapi-response-viewerelementsComponentsFreeno 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