The Lucide pause icon depicts two vertical parallel lines, commonly used to temporarily halt media playback or a process.
Common uses
- Audio/video player controls
- Process/task interruption
- Timer controls
Use it in React
Install
npm i lucide-reactImport & render
import { Pause } from 'lucide-react';
<Pause size={24} />Details
- Library
- Lucide (1,713 icons)
- License
- ISC
- viewBox
0 0 24 24- Keywords
- musicstoppauseholdsuspendbreak
FAQ
- What is the purpose of the pause icon?
- It signifies a temporary stop. It's used to pause media playback, suspend a process, or halt a timer.
- How do I use the pause icon in React?
- Import it from 'lucide-react' and use it as a component: import { Pause } from 'lucide-react'.
- What is the license for the Lucide pause icon?
- The Lucide icon library, including the pause icon, is available under the ISC license.
Related icons
The same idea in other libraries, and near matches in Lucide.
Looking for something else? Search Lucide 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 →