The Phosphor waves icon depicts stylized ocean waves, commonly used to represent concepts related to water, weather, or coastal themes in user interfaces.
Common uses
- Weather app for ocean conditions
- Surf report feature
- Background element for a beach-themed site
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Waves } from '@phosphor-icons/react';
<Waves size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Waves size={24} />thin
<Waves size={24} weight="thin" />light
<Waves size={24} weight="light" />bold
<Waves size={24} weight="bold" />fill
<Waves size={24} weight="fill" />duotone
<Waves size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- nature
- Keywords
- oceantidessurfnatureweatherwavessea
FAQ
- What does the waves icon represent?
- It visually represents ocean waves, suitable for themes like nature, water, or weather.
- How do I use the waves icon in React?
- Import it from the library and use it as a component: `import { Waves } from '@phosphor-icons/react'; <Waves />`.
- What is the license for the Phosphor waves icon?
- The Phosphor icon library, including the waves icon, is available under the MIT license.
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 →