The Phosphor tilde icon depicts the tilde symbol (~), commonly used in UI to represent approximation, proportionality, or a range.
Common uses
- Indicating approximate values or ranges
- Representing proportional relationships
- Symbolizing mathematical or financial calculations
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Tilde } from '@phosphor-icons/react';
<Tilde size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Tilde size={24} />thin
<Tilde size={24} weight="thin" />light
<Tilde size={24} weight="light" />bold
<Tilde size={24} weight="bold" />fill
<Tilde size={24} weight="fill" />duotone
<Tilde size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- finances
- Keywords
- *new*~∼proportionalcomparisonmathematicsarithmeticcalculatorfinancestechnology & developmenttildeapproximatelymathsymbol
FAQ
- What is the tilde icon used for?
- It's used to visually represent concepts like approximation, proportionality, or mathematical operations in user interfaces.
- How do I use the tilde icon in React?
- You can import it using `import { Tilde } from '@phosphor-icons/react'` and then use it as a component like `<Tilde />`.
- What is the license for the Phosphor tilde icon?
- The Phosphor icon library, including the tilde 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 →