The Phosphor wave square icon depicts a square waveform, commonly used to represent audio, sound, or music-related functions in a user interface.
Common uses
- Audio player controls
- Sound equalizer settings
- Music visualization elements
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { WaveSquare } from '@phosphor-icons/react';
<WaveSquare size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<WaveSquare size={24} />thin
<WaveSquare size={24} weight="thin" />light
<WaveSquare size={24} weight="light" />bold
<WaveSquare size={24} weight="bold" />fill
<WaveSquare size={24} weight="fill" />duotone
<WaveSquare size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- synthsynthesizersoundaudiomusicwaveformmediawavesquaresound wavemusic waveform
FAQ
- What is the wave square icon used for?
- It's typically used for UI elements related to audio, sound, music, or synthesizers, such as playback controls or visualizers.
- How do I use the wave square icon in React?
- You can import it directly from the library like this: import { WaveSquare } from '@phosphor-icons/react'.
- What is the license for this icon?
- The Phosphor icon library, including the wave square 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 →