John KuehJohn Kueh

wave sine icon

Phosphor · wave-sine · MIT

Download SVG

The Phosphor wave sine icon depicts a sine wave, commonly used to represent audio, sound waves, or synthesizer functions in user interfaces.

Common uses

  • Audio player waveform visualization
  • Synthesizer control knob label
  • Sound effect settings toggle

Use it in React

Install
npm i @phosphor-icons/react
Import & render
import { WaveSine } from '@phosphor-icons/react';

<WaveSine size={24} />

Styles

Phosphor ships this icon in 6 styles — each its own import:

regular
<WaveSine size={24} />
thin
<WaveSine size={24} weight="thin" />
light
<WaveSine size={24} weight="light" />
bold
<WaveSine size={24} weight="bold" />
fill
<WaveSine size={24} weight="fill" />
duotone
<WaveSine size={24} weight="duotone" />

Details

Library
Phosphor (1,512 icons)
License
MIT
viewBox
0 0 256 256
Category
media
Keywords
synthsynthesizersoundaudiomusicwaveformmediawavesinesine waveaudio wavesound waveoscillator

FAQ

What is the wave sine icon used for?
It represents audio, sound waves, or synthesizer functions. It's useful for media-related controls and visualizations.
How do I use the wave sine icon in React?
Import it from the Phosphor library: `import { WaveSine } from '@phosphor-icons/react'`. Then use it as a React component: `<WaveSine />`.
What is the license for the Phosphor wave sine icon?
The Phosphor icon library, including the wave sine 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 →