Ais Play Vr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ais Play Vr 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/321526.svg" alt="Ais Play Vr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321526.svg" alt="Ais Play Vr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321526.svg" alt="Ais Play Vr icon" :width="24" :height="24" />
CSS background
.icon-ais-play-vr {
background-image: url('https://proicons.com/icon/321526.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M31.671,33.9713l2.026,6.051,2.023-6.051h2.599c1.132,0,2.05.91,2.05,2.032s-.918,2.032-2.05,2.032h-2.002M38.319,38.0353l2.002,1.986M43.02,36.9963c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7M6.285,40.6643c-1.495-.862-1.296-2.843-1.296-2.843V7.1713s-.2-1.98,1.295-2.842c1.495-.862,3.193.26,3.193.26l26.798,15.459s1.785.816,1.785,2.448-1.785,2.45-1.785,2.45l-26.797,15.457s-1.697,1.123-3.193.26v.001ZM27.882,25.7933v-3.273M30.132,19.2463l-2.25,3.274-2.252-3.274M20.164,25.7933l2.25-6.547,2.252,6.547M14.79,19.2463v6.547h3.398M8.323,25.7933v-6.547h2.225c1.258,0,2.277.985,2.277,2.199s-1.02,2.199-2.277,2.199h-2.225"/></svg>
Copied!