The HugeIcons keyframes double remove icon visually represents the removal of two animation keyframes, often used to signify deleting or undoing multiple animation steps.
Common uses
- Deleting multiple keyframes in an animation timeline
- Undoing a sequence of animation changes
- Clearing animation presets
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { KeyframesDoubleRemoveIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={KeyframesDoubleRemoveIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- remove animationdelete keyframesanimation undokeyframes delete
FAQ
- What does the keyframes double remove icon represent?
- This icon signifies the removal of two animation keyframes. It's used in interfaces where users manage animation sequences.
- How do I use the KeyframesDoubleRemoveIcon in React?
- Import it from '@hugeicons/core-free-icons' and render it using the HugeiconsIcon component like this: <HugeiconsIcon icon={KeyframesDoubleRemoveIcon} />.
- What is the license for this icon?
- The KeyframesDoubleRemoveIcon is distributed under the MIT license, allowing for free use in projects.
Related icons
The same idea in other libraries, and near matches in HugeIcons.
Looking for something else? Search HugeIcons and 4 more libraries by description →
The search behind these pages runs as a Claude Code skill. What skills are and how I ship them →