The HugeIcons lottiefiles icon depicts the Lottie animation file format, commonly used to represent animated vector graphics in user interfaces.
Common uses
- Button to upload Lottie files
- Link to Lottie animation examples
- Indicator for Lottie animation playback
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { LottiefilesIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={LottiefilesIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- lottieanimationvector animationplay
FAQ
- What is the Lottiefiles icon used for?
- It represents the Lottie animation file format and is typically used in UIs to interact with or indicate Lottie animations.
- How do I use the Lottiefiles icon in React?
- Import HugeiconsIcon and LottiefilesIcon, then render <HugeiconsIcon icon={LottiefilesIcon} />.
- What is the license for this icon?
- This icon is distributed under the MIT license.