The Phosphor radio button icon visually represents a selection choice within a group of mutually exclusive options, commonly used in user interfaces to allow users to pick one setting or option.
Common uses
- Selecting a preferred language
- Choosing an audio output device
- Setting a default shipping address
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { RadioButton } from '@phosphor-icons/react';
<RadioButton size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<RadioButton size={24} />thin
<RadioButton size={24} weight="thin" />light
<RadioButton size={24} weight="light" />bold
<RadioButton size={24} weight="bold" />fill
<RadioButton size={24} weight="fill" />duotone
<RadioButton size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- inputcheckboxcheckedsystemradiobuttonselectionchoiceoptioncircle input
FAQ
- What is the purpose of the radio button icon?
- It signifies a single selection from a list of options where only one can be chosen at a time.
- How do I use the radio button icon in React?
- Import it as `RadioButton` from '@phosphor-icons/react' and use it as a component: `<RadioButton />`.
- What is the license for Phosphor icons?
- Phosphor icons are distributed under the MIT license, allowing for free use in commercial and non-commercial projects.
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 →