The Phosphor flashlight icon depicts a handheld light source and is typically used to represent functions related to illumination, searching, or revealing information.
Common uses
- Toggle flashlight on/off in a camera app
- Activate search or find functionality
- Indicate a 'reveal password' feature
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Flashlight } from '@phosphor-icons/react';
<Flashlight size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Flashlight size={24} />thin
<Flashlight size={24} weight="thin" />light
<Flashlight size={24} weight="light" />bold
<Flashlight size={24} weight="bold" />fill
<Flashlight size={24} weight="fill" />duotone
<Flashlight size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- torchfindsearchlocatesystemobjectsflashlight
FAQ
- What does the flashlight icon represent?
- It represents a flashlight, a portable device for emitting light. In UI, it often signifies search, discovery, or illumination.
- How do I use the flashlight icon in React?
- You can import and use it directly in your React components like this: import { Flashlight } from '@phosphor-icons/react'.
- What is the license for the Phosphor flashlight icon?
- The Phosphor icon library, including the flashlight 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 →