AgentMail Logo
elements/agentmail-logoFreeBlock
AgentMail logo with icon variant and dark/light modes
Install it
npx shadcn@latest add https://www.tryelements.dev/r/agentmail-logo.jsonSource
1interface LogoProps {2 className?: string;3 variant?: "icon";4 mode?: "dark" | "light";5}67const COLORS = {8 dark: "#FFFFFF",9 light: "#000000",10};1112export function AgentmailLogo({13 className,14 variant = "icon",15 mode = "dark",16}: LogoProps) {17 const color = COLORS[mode];1819 return (20 <svg21 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 <path29 d="M175 0L350 90V273L175 363L0 273V90L175 0Z"30 fill={color}31 opacity="0.15"32 />33 <path34 d="M30 110L175 40L320 110V180L175 250L30 180V110Z"35 fill="none"36 stroke={color}37 strokeWidth="18"38 />39 <path40 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 <path47 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
More from elements
All 359 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Agentic Codingagentic-coding | 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 | |
| AWS Databaseaws-database | elements | Blocks | Free | no deps |
