The Phosphor watch icon depicts a wristwatch, commonly used to represent time-related functions, scheduling, or wearable technology in user interfaces.
Common uses
- Displaying current time in a dashboard.
- Indicating a scheduled event or appointment.
- Representing wearable device settings.
Use it in React
Install
npm i @phosphor-icons/reactImport & render
import { Watch } from '@phosphor-icons/react';
<Watch size={24} />Styles
Phosphor ships this icon in 6 styles — each its own import:
regular
<Watch size={24} />thin
<Watch size={24} weight="thin" />light
<Watch size={24} weight="light" />bold
<Watch size={24} weight="bold" />fill
<Watch size={24} weight="fill" />duotone
<Watch size={24} weight="duotone" />Details
- Library
- Phosphor (1,512 icons)
- License
- MIT
- viewBox
0 0 256 256- Category
- system
- Keywords
- timestimeralarmscheduleeventsclockwristwatchwearablesystemobjectswatch
FAQ
- What is the watch icon used for?
- It's used for timekeeping, scheduling, alarms, or representing wearable devices in UI elements.
- How do I use the watch icon in React?
- Import it using `import { Watch } from '@phosphor-icons/react'` and then use it as a component: `<Watch />`.
- What is the license for the Phosphor watch icon?
- The Phosphor icon library, including the watch 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 →