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/310265.svg" alt="Pause Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310265.svg" alt="Pause Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310265.svg" alt="Pause Square icon" :width="24" :height="24" />
CSS background
.icon-pause-square {
background-image: url('https://proicons.com/icon/310265.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="M15.25 2H8.75C6.9606 2.00265 5.24528 2.71468 3.97998 3.97998C2.71468 5.24528 2.00265 6.9606 2 8.75V15.25C2.00265 17.0394 2.71468 18.7547 3.97998 20.02C5.24528 21.2853 6.9606 21.9974 8.75 22H15.25C17.0394 21.9974 18.7547 21.2853 20.02 20.02C21.2853 18.7547 21.9974 17.0394 22 15.25V8.75C21.9974 6.9606 21.2853 5.24528 20.02 3.97998C18.7547 2.71468 17.0394 2.00265 15.25 2ZM11.32 15.09C11.3174 15.4154 11.187 15.7267 10.9568 15.9568C10.7267 16.187 10.4154 16.3174 10.09 16.32H8.58002C8.25461 16.3174 7.94324 16.187 7.71313 15.9568C7.48303 15.7267 7.35259 15.4154 7.34998 15.09V8.90997C7.35259 8.58457 7.48303 8.27326 7.71313 8.04315C7.94324 7.81305 8.25461 7.68261 8.58002 7.67999H10.09C10.4154 7.68261 10.7267 7.81305 10.9568 8.04315C11.187 8.27326 11.3174 8.58457 11.32 8.90997V15.09ZM16.64 15.09C16.6374 15.4154 16.507 15.7267 16.2769 15.9568C16.0467 16.187 15.7354 16.3174 15.41 16.32H13.9C13.5746 16.3174 13.2632 16.187 13.0331 15.9568C12.803 15.7267 12.6726 15.4154 12.67 15.09V8.90997C12.6726 8.58457 12.803 8.27326 13.0331 8.04315C13.2632 7.81305 13.5746 7.68261 13.9 7.67999H15.41C15.7354 7.68261 16.0467 7.81305 16.2769 8.04315C16.507 8.27326 16.6374 8.58457 16.64 8.90997V15.09Z" fill="black"/> </svg>
Pause Square in other icon packs
Copied!