Pause Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Pause Square 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/310899.svg" alt="Pause Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310899.svg" alt="Pause Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310899.svg" alt="Pause Square icon" :width="24" :height="24" />
CSS background
.icon-pause-square {
background-image: url('https://proicons.com/icon/310899.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="M10.0741 7.72266H8.22266C7.94651 7.72266 7.72266 7.94651 7.72266 8.22266V15.7771C7.72266 16.0532 7.94651 16.2771 8.22266 16.2771H10.0741C10.3503 16.2771 10.5741 16.0532 10.5741 15.7771V8.22266C10.5741 7.94651 10.3503 7.72266 10.0741 7.72266Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.7773 7.72266H13.9258C13.6496 7.72266 13.4258 7.94651 13.4258 8.22266V15.7771C13.4258 16.0532 13.6496 16.2771 13.9258 16.2771H15.7773C16.0534 16.2771 16.2773 16.0532 16.2773 15.7771V8.22266C16.2773 7.94651 16.0534 7.72266 15.7773 7.72266Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <rect x="2.75" y="2.75" width="18.5" height="18.5" rx="6" stroke="black" stroke-width="1.5"/> </svg>
Pause Square in other icon packs
Copied!