Play Circle 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 { IconPlayCircle } from "@devigner-ui/icons";
<IconPlayCircle className="size-6" />
<script setup>
import { IconPlayCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlayCircle class="size-6" />
</template>
<script>
import { IconPlayCircle } from "@devigner-ui/icons-svelte";
</script>
<IconPlayCircle class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="1" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="1.5"></circle><path d="M13.89 9.93c1.07.88 1.61 1.32 1.61 2.07s-.54 1.19-1.61 2.07a15 15 0 0 1-1.65 1.16c-1.07.66-1.6.98-2.09.62s-.52-1.12-.61-2.63a22 22 0 0 1 0-2.44c.09-1.51.13-2.27.61-2.63s1.02-.04 2.1.62a15 15 0 0 1 1.64 1.16" stroke="currentColor" stroke-width="1.5"></path></svg>