The Phosphor flip horizontal icon depicts a mirrored or horizontally flipped version of an object, commonly used in editors and design tools to reverse an element along its vertical axis.
Common uses
- Image editor: Flip selected image horizontally.
- Object manipulation: Mirror a shape or layer.
- Layout tools: Reverse element orientation.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FlipHorizontal } from '@phosphor-icons/react';
<FlipHorizontal size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FlipHorizontal size={24} />thin
<FlipHorizontal size={24} weight="thin" />light
<FlipHorizontal size={24} weight="light" />bold
<FlipHorizontal size={24} weight="bold" />fill
<FlipHorizontal size={24} weight="fill" />duotone
<FlipHorizontal size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- *new*mirrorrotateinvertdesigneditorfliphorizontalmirror horizontalrotate counterinvert horizontal
FAQ
- What is the flip horizontal icon used for?
- It's used to indicate an action that mirrors an object or image horizontally. This is common in design and editing software.
- How do I use the flip horizontal icon in React?
- You can import and use it like this: import { FlipHorizontal } from '@phosphor-icons/react'. Then render the component: <FlipHorizontal />.
- What is the license for Phosphor icons?
- Phosphor icons are distributed 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 Phosphor.
Looking for something else? Search Phosphor 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 →