The Tabler device watch icon depicts a smartwatch, commonly used in UIs to represent time-related features, device settings, or wearable technology.
Common uses
- Accessing timer or stopwatch functions
- Navigating device settings menu
- Indicating a connected wearable device
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconDeviceWatch } from '@tabler/icons-react';
<IconDeviceWatch size={24} stroke={2} />Styles
Tabler ships this icon in 2 styles — each its own import:
outline
<IconDeviceWatch size={24} stroke={2} />filled
<IconDeviceWatchFilled size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- Devices
- Keywords
- armhourdateminutessec.timerdevicewatchhardwaretechnologydevicessmartwatchwearableclock
FAQ
- What does the device watch icon represent?
- It represents a smartwatch or wearable device, often used for timekeeping or connected technology features.
- How do I use this icon in React?
- Import it using `import { IconDeviceWatch } from '@tabler/icons-react'` and render it as a component: `<IconDeviceWatch />`.
- What is the license for this icon?
- The Tabler icon library, including the device watch icon, is available under the MIT license.
Related icons
The same idea in other libraries, and near matches in Tabler.
Looking for something else? Search Tabler 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 →