Flowing Logos

Flowing logo showcase with smooth animations, hover effects, and modern UI.

Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify
Microsoft
Apple
Amazon
Netflix
Samsung
GitHub
Tesla
Meta
OpenAI
NVIDIA
Intel
Sony
PayPal
Uber
Airbnb
Slack
Stripe
Shopify

Installation

npx shadcn@latest add https://scrollxui.dev/registry/flowing-logos.json 

Add these animations to your tailwind.config.ts:

tailwind.config.ts

// tailwind.config.ts
export default {
  theme: {
    extend: {
      keyframes: {
        "canopy-x": {
          from: { transform: "translateX(0)" },
          to: { transform: "translateX(calc(-100% - var(--gap)))" },
        },
        "canopy-y": {
          from: { transform: "translateY(0)" },
          to: { transform: "translateY(calc(-100% - var(--gap)))" },
        },
      },
      animation: {
        "canopy-horizontal": "canopy-x var(--duration) infinite linear",
        "canopy-vertical": "canopy-y var(--duration) linear infinite",
      },
    },
  },
}

Usage

import { FlowingLogos } from "@/components/ui/flowing-logo";
<FlowingLogos
     data={[
       { image: "https://logo.clearbit.com/microsoft.com", name: "Microsoft" },
       { image: "https://logo.clearbit.com/apple.com", name: "Apple" },
       { image: "https://logo.clearbit.com/amazon.com", name: "Amazon" },
       { image: "https://logo.clearbit.com/netflix.com", name: "Netflix" },
       { image: "https://logo.clearbit.com/samsung.com", name: "Samsung" },
       { image: "https://logo.clearbit.com/github.com", name: "GitHub" },
       { image: "https://logo.clearbit.com/tesla.com", name: "Tesla" },
     ]}
   />

API Reference

Flowing Logos

Flowing logo showcase with smooth animations, hover effects, and modern UI.

Props

PropertyTypeDefaultDescription
dataArray<Logo>required
An array of logo objects to display.
namestringrequired
Name of the logo or brand. Used inside each logo object.
imagestringrequired
URL of the logo image. Used inside each logo object.
classNamestringundefined
Optional additional CSS classes applied to the container.
cardClassNamestringundefined
Optional additional CSS classes applied to each logo card.

Built withby Ahdeetai.