Play Integrity Api Checker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Play Integrity Api Checker 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/331365.svg" alt="Play Integrity Api Checker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331365.svg" alt="Play Integrity Api Checker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331365.svg" alt="Play Integrity Api Checker icon" :width="24" :height="24" />
CSS background
.icon-play-integrity-api-checker {
background-image: url('https://proicons.com/icon/331365.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m24,43.5c3.8826,0,14.6795-7.2634,15.6579-19.8926v-13.4799l-15.6579-5.6275-15.6579,5.6275v13.4799c.5639,11.9094,11.4918,19.8926,15.6579,19.8926Z"/><circle class="c" cx="24" cy="24.0436" r="5.8456"/><line class="c" x1="35.5313" y1="35.1168" x2="28.3516" y2="27.9372"/></svg>
Copied!