Play2 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 { IconPlay2 } from "@devigner-ui/icons";
<IconPlay2 className="size-6" />
<script setup>
import { IconPlay2 } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlay2 class="size-6" />
</template>
<script>
import { IconPlay2 } from "@devigner-ui/icons-svelte";
</script>
<IconPlay2 class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.67 12V8.44c0-4.42 3.13-6.23 6.96-4.02l3.09 1.78 3.09 1.78c3.83 2.21 3.83 5.83 0 8.04l-3.09 1.78-3.09 1.78c-3.83 2.21-6.96.4-6.96-4.02z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></svg>