The Phosphor standard definition icon visually represents standard definition video quality, often used to indicate or select lower video resolutions.
Common uses
- Button to select SD video quality
- Label for SD content
- Indicator for standard definition playback
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { StandardDefinition } from '@phosphor-icons/react';
<StandardDefinition size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<StandardDefinition size={24} />thin
<StandardDefinition size={24} weight="thin" />light
<StandardDefinition size={24} weight="light" />bold
<StandardDefinition size={24} weight="bold" />fill
<StandardDefinition size={24} weight="fill" />duotone
<StandardDefinition size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- media
- Keywords
- *new*sdresolutionvideomediastandarddefinitionsd iconvideo qualityresolution iconstandard video
FAQ
- What does the standard definition icon represent?
- It represents standard definition (SD) video resolution, typically lower than high definition (HD).
- How do I use this icon in React?
- Import it using `import { StandardDefinition } from '@phosphor-icons/react'` and use it as a component: `<StandardDefinition />`.
- What is the license for this icon?
- Phosphor Icons, including this one, are 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 →