The Tabler stopwatch icon depicts a classic stopwatch, commonly used in user interfaces to represent actions related to timing, starting/stopping processes, or indicating a time-based function.
Common uses
- Start/stop timer for a task
- Indicate a time limit for an action
- Display elapsed time in a game or race
Use it in React
Install
npm i @tabler/icons-reactImport & render
import { IconStopwatch } from '@tabler/icons-react';
<IconStopwatch size={24} stroke={2} />Details
- Library
- Tabler (5,093 icons)
- License
- MIT
- viewBox
0 0 24 24- Category
- System
- Keywords
- timertimewatchclockrunracestopwatchcontroloperationfunctionsystem
FAQ
- What does the stopwatch icon represent?
- It represents a stopwatch, used for measuring elapsed time or controlling time-based operations within an application.
- How do I use the stopwatch icon in React?
- You can import and use it directly in your React components like this: import { IconStopwatch } from '@tabler/icons-react'.
- What is the license for the Tabler stopwatch icon?
- The Tabler stopwatch icon is distributed under the MIT license, allowing for free use in both personal and commercial projects.