Play Together Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Play Together 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/331368.svg" alt="Play Together icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331368.svg" alt="Play Together icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331368.svg" alt="Play Together icon" :width="24" :height="24" />
CSS background
.icon-play-together {
background-image: url('https://proicons.com/icon/331368.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M16.037,20.9428l19.4171-6.4787a4.6879,4.6879,0,0,1,6.1106,3.7773c1.0023,6.5793.71,17.4058-10.4552,22.0808a24.2643,24.2643,0,0,1-14.5828,1.7221"/><path class="a" d="M31.963,27.0572,12.5459,33.5359a4.6879,4.6879,0,0,1-6.1106-3.7773c-1.0023-6.5793-.71-17.4058,10.4552-22.0808A24.2643,24.2643,0,0,1,31.4733,5.9557"/></svg>
Copied!