Pause Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pause icon is commonly used in media players, audio controls and video players. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306191.svg" alt="Pause icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306191.svg" alt="Pause icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306191.svg" alt="Pause icon" :width="24" :height="24" />
CSS background
.icon-pause {
background-image: url('https://proicons.com/icon/306191.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M500 0C224 0 0 224 0 500s224 500 500 500 500-224 500-500S776 0 500 0zm-78 654c0 31-25 56-56 56s-56-25-56-56V344c0-31 25-56 56-56s56 25 56 56v310zm260 0c0 31-25 56-56 56s-56-25-56-56V344c0-31 25-56 56-56s56 25 56 56v310z"/></svg>
Pause in other icon packs
Copied!