The HugeIcons radio button icon visually represents a single selection choice within a set of mutually exclusive options, commonly used in forms and settings.
Common uses
- Selecting a single option from a list
- Choosing a preferred setting
- Indicating a default choice
Use it in React
Install
npm i @hugeicons/react @hugeicons/core-free-iconsImport & render
import { HugeiconsIcon } from '@hugeicons/react';
import { RadioButtonIcon } from '@hugeicons/core-free-icons';
<HugeiconsIcon icon={RadioButtonIcon} size={24} strokeWidth={1.5} />Details
- Library
- HugeIcons (5,121 icons)
- License
- MIT
- viewBox
0 0 24 24- Keywords
- selectionchoiceoptioncircle
FAQ
- What is a radio button icon used for?
- It's used to allow users to select one option from a predefined list where only one choice is valid at a time.
- How do I use the RadioButtonIcon in React?
- Import both HugeiconsIcon and RadioButtonIcon, then render the icon using <HugeiconsIcon icon={RadioButtonIcon} />.
- What is the license for this icon?
- The RadioButtonIcon is provided 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 HugeIcons.