The Phosphor faders horizontal icon depicts a set of horizontal sliders, commonly used to represent audio controls, equalizer settings, or general preference adjustments.
Common uses
- Audio volume control
- Equalizer or filter settings
- General preference sliders
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { FadersHorizontal } from '@phosphor-icons/react';
<FadersHorizontal size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<FadersHorizontal size={24} />thin
<FadersHorizontal size={24} weight="thin" />light
<FadersHorizontal size={24} weight="light" />bold
<FadersHorizontal size={24} weight="bold" />fill
<FadersHorizontal size={24} weight="fill" />duotone
<FadersHorizontal size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- musicaudioslidersfiltersequalizervolumesettingspreferencesmediasystemfadershorizontalaudio controlssettings sliders
FAQ
- What is the faders horizontal icon used for?
- It visually represents adjustable controls like volume, audio equalization, or other preference sliders in a user interface.
- How do I use this icon in React?
- Import it from the library like so: import { FadersHorizontal } from '@phosphor-icons/react'. Then use it as a component: <FadersHorizontal size={24} />.
- What is the license for this icon?
- The Phosphor icon set, including the faders horizontal icon, is available under the MIT license.
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 →