The HugeIcons flip horizontal icon depicts a mirrored version of an object, commonly used to indicate a horizontal flip or reversal action in user interfaces.
Common uses
- Reversing image orientation
- Flipping text horizontally
- Toggling a mirrored view
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { FlipHorizontalIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={FlipHorizontalIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- mirror iconreverse horizontalflip iconhorizontal mirror
FAQ
- What is the purpose of the flip horizontal icon?
- This icon represents the action of flipping an element horizontally, often used for mirroring or reversing its orientation.
- How do I use the FlipHorizontalIcon in React?
- Import both HugeiconsIcon and FlipHorizontalIcon, then render them using <HugeiconsIcon icon={FlipHorizontalIcon} />.
- What is the license for this icon?
- The FlipHorizontalIcon is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in HugeIcons.