Mobius Loop Icon
ncdai/mobius-loop-iconUnverifiedComponent
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.jsonSource
1"use client"23import type { SVGMotionProps } from "motion/react"4import { motion } from "motion/react"56const 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"89const 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"1112const 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"1415export function MobiusLoopIcon(props: SVGMotionProps<SVGSVGElement>) {16 return (17 <motion.svg18 viewBox="0 0 24 24"19 fill="none"20 stroke="currentColor"21 strokeWidth="2"22 strokeLinecap="round"23 strokeLinejoin="round"24 aria-hidden25 {...props}26 >27 <motion.path28 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
Files it writes
More from ncdai
All 48 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Apple Hello Effectapple-hello-effect | ncdai | Components | Unverified | 1 dep | |
| Apple Hello Effect - Hindiapple-hello-effect-hindi | ncdai | Components | Unverified | 1 dep | |
| Apple Hello Effect - Spanishapple-hello-effect-spanish | ncdai | Components | Unverified | 1 dep | |
| Apple Hello Effect - Vietnameseapple-hello-effect-vietnamese | ncdai | Components | Unverified | 1 dep | |
| Brand Assets Menubrand-assets-menu | ncdai | Components | Unverified | 1 dep | |
| chevrons-up-down-iconchevrons-up-down-icon | ncdai | Components | Unverified | 1 dep | |
| Code Block Commandcode-block-command | ncdai | Components | Unverified | 4 deps · 2 files | |
| Consent Managerconsent-manager | ncdai | Components | Unverified | 1 dep |
