The Phosphor goggles icon depicts eyewear typically used for swimming or diving, and is commonly used in UI to represent aquatic activities, sports, or eye protection.
Common uses
- Button to start a swimming workout
- Link to an aquatics section
- Icon for eye safety settings
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Goggles } from '@phosphor-icons/react';
<Goggles size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Goggles size={24} />thin
<Goggles size={24} weight="thin" />light
<Goggles size={24} weight="light" />bold
<Goggles size={24} weight="bold" />fill
<Goggles size={24} weight="fill" />duotone
<Goggles size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- health & wellness
- Keywords
- swimswimmingsportsexerciseolympicsaquaticshealth & wellnessobjectsgogglesswimming gogglesdiving maskswim maskeye protection
FAQ
- What is the goggles icon used for?
- It represents swimming or diving goggles, useful for UI elements related to aquatic sports, exercise, or eye protection.
- How do I use the goggles icon in React?
- Import it using `import { Goggles } from '@phosphor-icons/react';` and then use it as a component: `<Goggles />`.
- What is the license for the Phosphor goggles icon?
- The Phosphor icon library, including the goggles icon, is available under the MIT license.