Command Palette
Search for a command to run...
Loading component...
Animated icons 001
A collection of beautifully animated interactive icons with hover effects, click animations, and smooth transitions. Each icon demonstrates different animation techniques using Framer Motion, perfect for creating engaging UI elements.
Dependencies
Interaction Type
| Click icons to trigger interactive effects |
CLI UNAVAILABLE
pro component, try copying the source code from top right cornerUsing Icons
import { SideBarIcon, SourceButton, LockSourceButton, MusicIcon, SpinnerIcon, } from "@/components/v1/skiper42"; const CustomIcons = () => { return ( <div className="flex gap-4"> <CopyIcon copyText="copied Hello form skiper ui" /> <SpinnerIcon color="red" size={20} /> <SideBarIcon /> <SourceButton /> <MusicIcon /> {/* similar for other */} </div> ); };
Props | Description |
|---|
Available icons
The component includes 17 different animated icons with included with personal favorite copy icon with clipboard functionality.
Icons | Description |
|---|
Attribution
Icons are used from Lucide with custom animations and interactions.
Source code
Click on the top right to view the source code
Keep in mind
Most components here are recreations of the best out there. I don't claim to be the original creator. This is my attempt to reverse-engineer, replicate, and often add a few extra features. I've tried to credit everyone, but if I missed something, let me know.
Contact
Additionlly, if you find any bug or issue, feel free toDrop a dm.
License & Usage:
- Free to use and modify in both personal and commercial projects.
- Attribution to Skiper UI is required when using the free version.
- No attribution required with Skiper UI Pro.