BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/ncdai/mobius-loop-icon

Mobius Loop Icon

ncdai/mobius-loop-icon
UnverifiedComponent

Animated Mobius loop icon that morphs between circles and infinity shape.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/srirae/iamsri/main/public/r/mobius-loop-icon.json

Source

src/registry/components/mobius-loop-icon/mobius-loop-icon.tsxraw.githubusercontent.com/srirae/iamsri/main/public/r/mobius-loop-icon.json
1"use client"
2
3import type { SVGMotionProps } from "motion/react"
4import { motion } from "motion/react"
5
6const circle1 =
7 "M12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4Z"
8
9const infinity =
10 "M 6 16 C 11 16 13 8 18 8 C 23.333 8 23.333 16 18 16 C 13 16 11 8 6 8 C 0.667 8 0.667 16 6 16 Z"
11
12const circle2 =
13 "M12 20C16.42 20 20 16.42 20 12C20 7.58 16.42 4 12 4C7.58 4 4 7.58 4 12C4 16.42 7.58 20 12 20Z"
14
15export function MobiusLoopIcon(props: SVGMotionProps<SVGSVGElement>) {
16 return (
17 <motion.svg
18 viewBox="0 0 24 24"
19 fill="none"
20 stroke="currentColor"
21 strokeWidth="2"
22 strokeLinecap="round"
23 strokeLinejoin="round"
24 aria-hidden
25 {...props}
26 >
27 <motion.path
28 animate={{
29 d: [circle1, infinity, circle2],
30 }}
31 transition={{
32 d: {
33 duration: 3,
34 ease: "easeInOut",
35 repeat: Infinity,
36 },
37 }}
38 />
39 </motion.svg>
40 )
41}

What it pulls in

npm packages

  • motion

Files it writes

  • src/registry/components/mobius-loop-icon/mobius-loop-icon.tsx

Facts

Registry
ncdai
Type
registry:component
Access
Unverified
Files written
1
Licence
MIT
First indexed
2026-08-04
Last confirmed
today

Go to the source

chanhdai.com Sumeet011/Portfolio on GitHub Raw registry item This item as JSON

More from ncdai

All 48 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Apple Hello Effectapple-hello-effectncdaiComponentsUnverified1 dep
Apple Hello Effect - Hindiapple-hello-effect-hindincdaiComponentsUnverified1 dep
Apple Hello Effect - Spanishapple-hello-effect-spanishncdaiComponentsUnverified1 dep
Apple Hello Effect - Vietnameseapple-hello-effect-vietnamesencdaiComponentsUnverified1 dep
Brand Assets Menubrand-assets-menuncdaiComponentsUnverified1 dep
chevrons-up-down-iconchevrons-up-down-iconncdaiComponentsUnverified1 dep
Code Block Commandcode-block-commandncdaiComponentsUnverified4 deps · 2 files
Consent Managerconsent-managerncdaiComponentsUnverified1 dep
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