The HugeIcons ease out control point icon visually represents a point in an animation curve where the rate of change begins to slow down, commonly used to indicate the end of a transition or animation.
Common uses
- End of animation transition
- Slowing down effect indicator
- Animation curve endpoint
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { EaseOutControlPointIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={EaseOutControlPointIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- animation enddeceleration pointeasing curveanimation control
FAQ
- What does the ease out control point icon represent?
- It signifies a point in an animation's easing curve where the animation starts to decelerate towards its end. This is often used to visually communicate a smooth deceleration.
- How do I use the EaseOutControlPointIcon in React?
- Import both HugeiconsIcon and EaseOutControlPointIcon from their respective packages, then render the icon component like this: <HugeiconsIcon icon={EaseOutControlPointIcon} />.
- What is the license for this icon?
- The EaseOutControlPointIcon is provided under the MIT license, allowing for free use in both personal and commercial 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 →