Ais Play Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ais Play 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/336083.svg" alt="Ais Play icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336083.svg" alt="Ais Play icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336083.svg" alt="Ais Play icon" :width="24" :height="24" />
CSS background
.icon-ais-play {
background-image: url('https://proicons.com/icon/336083.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M8.7581,42.1748c-1.4946-.8623-1.2955-2.8441-1.2955-2.8441V8.6689s-.2001-1.9808,1.2955-2.8431,3.1942.2601,3.1942.2601l26.8083,15.464s1.7857.8163,1.7857,2.4489-1.7857,2.4509-1.7857,2.4509l-26.8073,15.464s-1.6987,1.1234-3.1952.2601v.001ZM30.3634,27.2981v-3.2743M32.6153,20.7485l-2.2519,3.2753-2.2519-3.2753M22.6424,27.2981l2.2519-6.5495,2.2529,6.5495M17.2664,20.7485v6.5495h3.3993M10.7969,27.2981v-6.5485h2.2259c1.2585,0,2.2789.9854,2.2789,2.1998s-1.0204,2.1998-2.2789,2.1998h-2.2259"/></svg>
Copied!