The Tabler keyframes icon depicts a series of shapes representing animation frames, commonly used in UI to signify animation controls, timeline editing, or motion graphics settings.
Common uses
- Timeline scrubber for video/animation editing
- Button to enable/disable animation effects
- Indicator for animated content
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconKeyframes } from '@tabler/icons-react';
<IconKeyframes size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconKeyframes size={24} stroke={2} />filled
<IconKeyframesFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Media
- Keywords
- animationshapedesignalignkeyframescontententertainmentmultimediabroadcastaudiomediaanimation framesmotion graphicstimelinesequence
FAQ
- What does the keyframes icon represent?
- It visually represents the concept of keyframes in animation or motion graphics, which are points that define the start or end of a transition.
- How do I use the keyframes icon in React?
- You can import and use it in your React components with: import { IconKeyframes } from '@tabler/icons-react'.
- What is the license for the Tabler keyframes icon?
- The Tabler icons, including keyframes, are distributed under the MIT license.