Ais Play Ar Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ais Play Ar 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/321525.svg" alt="Ais Play Ar icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321525.svg" alt="Ais Play Ar icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321525.svg" alt="Ais Play Ar icon" :width="24" :height="24" />
CSS background
.icon-ais-play-ar {
background-image: url('https://proicons.com/icon/321525.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.6705,40.0228l2.026-6.051,2.025,6.051M33.6965,38.0188h-1.355M38.3185,38.0368l2.002,1.985M36.3165,33.9718h2.003c1.132,0,2.05.91,2.05,2.033-.0044,1.1267-.9213,2.0364-2.048,2.032-.0007,0-.0014,0-.002,0h-2.002M43.0195,36.9968c0,3.866-3.134,7-7,7s-7-3.134-7-7,3.134-7,7-7,7,3.134,7,7M6.2845,40.6638c-1.494-.861-1.295-2.842-1.295-2.842V7.1718s-.2-1.98,1.295-2.843c1.495-.862,3.193.26,3.193.26l26.798,15.459s1.785.816,1.785,2.449-1.785,2.449-1.785,2.449l-26.797,15.459s-1.698,1.123-3.194.26v-.001ZM27.8815,25.7938v-3.274M30.1325,19.2468l-2.251,3.273-2.251-3.273M20.1635,25.7928l2.251-6.546,2.252,6.546M14.7895,19.2468v6.547h3.398M8.3225,25.7938v-6.547h2.225c1.258,0,2.278.984,2.278,2.198,0,1.215-1.02,2.2-2.278,2.2h-2.225"/></svg>
Copied!