Play Square Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Play Square icon is commonly used in media players, video thumbnails and tutorial listings. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/310280.svg" alt="Play Square icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310280.svg" alt="Play Square icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310280.svg" alt="Play Square icon" :width="24" :height="24" />
CSS background
.icon-play-square {
background-image: url('https://proicons.com/icon/310280.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 2ZM16.25 12.39C16.1504 12.6093 15.9995 12.8014 15.81 12.95L11.3 16.45C11.0771 16.6311 10.8058 16.7424 10.52 16.77H10.36C10.1309 16.7658 9.90559 16.7111 9.70001 16.61C9.44117 16.4908 9.22487 16.2954 9.08002 16.05C8.92737 15.8107 8.84428 15.5338 8.84003 15.25V8.72998C8.84695 8.45567 8.92257 8.18751 9.06 7.95001C9.20118 7.71852 9.40136 7.52873 9.64001 7.40002C9.88558 7.26808 10.1613 7.20258 10.44 7.21002C10.7127 7.23203 10.9764 7.31765 11.21 7.46002L15.72 10.46C15.9174 10.5987 16.0815 10.7798 16.2 10.99C16.3147 11.2019 16.3747 11.4391 16.3747 11.68C16.3747 11.9209 16.3147 12.1581 16.2 12.37L16.25 12.39Z" fill="black"/> </svg>
Play Square in other icon packs
Copied!