BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/elements/agentmail-logo

AgentMail Logo

elements/agentmail-logo
FreeBlock

AgentMail logo with icon variant and dark/light modes

Install it

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

Source

registry/default/blocks/logos/agentmail-logo/components/logos/agentmail.tsxwww.tryelements.dev/r/agentmail-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 AgentmailLogo({
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 350 363"
23 fill="none"
24 xmlns="http://www.w3.org/2000/svg"
25 className={className}
26 >
27 <title>AgentMail</title>
28 <path
29 d="M175 0L350 90V273L175 363L0 273V90L175 0Z"
30 fill={color}
31 opacity="0.15"
32 />
33 <path
34 d="M30 110L175 40L320 110V180L175 250L30 180V110Z"
35 fill="none"
36 stroke={color}
37 strokeWidth="18"
38 />
39 <path
40 d="M30 110L175 185L320 110"
41 fill="none"
42 stroke={color}
43 strokeWidth="18"
44 />
45 <path d="M175 185V250" fill="none" stroke={color} strokeWidth="18" />
46 <path
47 d="M120 290L175 210L230 290"
48 fill="none"
49 stroke={color}
50 strokeWidth="18"
51 strokeLinecap="round"
52 strokeLinejoin="round"
53 />
54 </svg>
55 );
56}

Files it writes

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

Facts

Registry
elements
Type
registry:block
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-02
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
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
AWS Databaseaws-databaseelementsBlocksFreeno 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