Play Cricle icon in outline, twotone, bold and bulk. Free in all four styles, for player, gallery, camera, music, volume. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconPlayCricle } from "@devigner-ui/icons";
<IconPlayCricle className="size-6" />
<script setup>
import { IconPlayCricle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlayCricle class="size-6" />
</template>
<script>
import { IconPlayCricle } from "@devigner-ui/icons-svelte";
</script>
<IconPlayCricle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.74 19.07a10 10 0 0 0 0-14.14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M5.6 4.93a10 10 0 0 0 0 14.14" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.37 21.41a10 10 0 0 0 6.6 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.37 2.59a10 10 0 0 1 6.6 0" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M9.41 12v-1.67c0-2.08 1.47-2.93 3.27-1.89l1.45.84 1.45.84c1.8 1.04 1.8 2.74 0 3.78l-1.45.84-1.45.84c-1.8 1.04-3.27.19-3.27-1.89z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>