Amazon Kinesis Logo
elements/aws-kinesisFreeComponent
Amazon Kinesis service logo component with official brand colors
Install it
npx shadcn@latest add https://www.tryelements.dev/r/aws-kinesis.jsonSource
1import { cn } from "@/lib/utils";23export interface AWSKinesisLogoProps extends React.SVGProps<SVGSVGElement> {}45export function AWSKinesisLogo({ className, ...props }: AWSKinesisLogoProps) {6 return (7 <svg8 xmlns="http://www.w3.org/2000/svg"9 viewBox="0 0 80 80"10 className={cn("", className)}11 {...props}12 >13 <title>Amazon Kinesis</title>14 <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">15 <g fill="#8C4FFF">16 <rect x="0" y="0" width="80" height="80"></rect>17 </g>18 <path19 d="M19,62 L21,62 C21,53.594 26.465,45 67,45 L67,43 C24.703,43 19,52.604 19,62 M25,68 L27,68 C27,60.434 27,49 67,49 L67,47 C48.663,47 36.728,49.359 30.51,54.212 C25,58.512 25,63.996 25,68 M15,26 L13,26 C13,33.396 23.039,38.08 42.893,40 C23.039,41.92 13,46.604 13,54 L15,54 C15,49.145 21.756,41 67,41 L67,39 C21.756,39 15,30.855 15,26 M21,18 L19,18 C19,27.396 24.703,37 67,37 L67,35 C26.465,35 21,26.406 21,18 M67,31 L67,33 C48.663,33 36.728,30.641 30.51,25.788 C25,21.488 25,16.004 25,12 L27,12 C27,19.566 27,31 67,31"20 fill="#FFFFFF"21 ></path>22 </g>23 </svg>24 );25}
Files it writes
More from elements
All 359 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Ably Logoably-logo | elements | Components | Free | no deps | |
| AI Agent Contextagent-context | elements | Components | Free | 2 deps | |
| AI Agent Rosteragent-roster | elements | Components | Free | 1 dep | |
| AI Agent Statusagent-status | elements | Components | Free | 1 dep | |
| Algolia Logoalgolia-logo | elements | Components | Free | no deps | |
| Amp Logoamp-logo | elements | Components | Free | no deps | |
| Anthropic Logoanthropic-logo | elements | Components | Free | no deps | |
| Antigravity Logoantigravity-logo | elements | Components | Free | no deps |
