Pause Icon
Free SVG icon from the Mage Icons 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/310900.svg" alt="Pause icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310900.svg" alt="Pause icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310900.svg" alt="Pause icon" :width="24" :height="24" />
CSS background
.icon-pause {
background-image: url('https://proicons.com/icon/310900.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.5 4.5H5.5C4.94772 4.5 4.5 4.94772 4.5 5.5V18.5C4.5 19.0523 4.94772 19.5 5.5 19.5H8.5C9.05229 19.5 9.5 19.0523 9.5 18.5V5.5C9.5 4.94772 9.05229 4.5 8.5 4.5Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M18.5 4.5H15.5C14.9477 4.5 14.5 4.94772 14.5 5.5V18.5C14.5 19.0523 14.9477 19.5 15.5 19.5H18.5C19.0523 19.5 19.5 19.0523 19.5 18.5V5.5C19.5 4.94772 19.0523 4.5 18.5 4.5Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Pause in other icon packs
Copied!