The Phosphor seal warning icon, also known as seal-warning, is a design element typically used to indicate a warning, an unverified status, or a potential issue.
Common uses
- Displaying an unverified user account
- Highlighting a security warning
- Indicating a failed validation
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { SealWarning } from '@phosphor-icons/react';
<SealWarning size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<SealWarning size={24} />thin
<SealWarning size={24} weight="thin" />light
<SealWarning size={24} weight="light" />bold
<SealWarning size={24} weight="bold" />fill
<SealWarning size={24} weight="fill" />duotone
<SealWarning size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- design
- Keywords
- badgeunverifiedverificationerrorsshapespolygonscircle-wavydesignsealwarningalert
FAQ
- What is the seal warning icon used for?
- It's commonly used to signify warnings, unverified states, or potential errors in a user interface.
- How do I use this icon in React?
- You can import it using `import { SealWarning } from '@phosphor-icons/react'` and then render it as a component.
- What is the license for this icon?
- The Phosphor icon library, including the seal warning 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 →