The Phosphor wave triangle icon depicts a triangular waveform, commonly used to represent audio signals, sound settings, or music-related functions in user interfaces.
Common uses
- Audio player waveform visualization
- Sound effect selection
- Music synthesizer control
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { WaveTriangle } from '@phosphor-icons/react';
<WaveTriangle size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<WaveTriangle size={24} />thin
<WaveTriangle size={24} weight="thin" />light
<WaveTriangle size={24} weight="light" />bold
<WaveTriangle size={24} weight="bold" />fill
<WaveTriangle size={24} weight="fill" />duotone
<WaveTriangle size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- synthsynthesizersoundaudiomusicwaveformmediawavetrianglesound waveaudio signalmusic waveform
FAQ
- What does the wave triangle icon represent?
- It represents a triangular waveform, often used for audio, sound, or music-related features in UI design.
- How do I use the wave triangle icon in React?
- You can import and use it like this: import { WaveTriangle } from '@phosphor-icons/react'. Then, render the component: <WaveTriangle />.
- What is the license for this icon?
- The Phosphor icon library, including the wave triangle 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 →