Play Stream 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 { IconPlayStream } from "@devigner-ui/icons";
<IconPlayStream className="size-6" />
<script setup>
import { IconPlayStream } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlayStream class="size-6" />
</template>
<script>
import { IconPlayStream } from "@devigner-ui/icons-svelte";
</script>
<IconPlayStream class="size-6" />
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path opacity="1" d="M19.14 5a9.97 9.97 0 0 1-.06 14.06M5 19.14a9.97 9.97 0 0 1-.06-14.22" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path opacity="1" d="M16.28 8.04A5.4 5.4 0 0 1 18 11.98c0 1.55-.67 2.96-1.75 3.98M7.8 16A5.4 5.4 0 0 1 6 11.98c0-1.55.67-2.96 1.76-3.98" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M13.66 10.45c.9.66 1.34.99 1.34 1.55s-.45.9-1.34 1.55a13 13 0 0 1-1.38.87c-.89.5-1.34.74-1.74.47s-.43-.84-.5-1.97a15 15 0 0 1 0-1.84c.07-1.13.1-1.7.5-1.97s.85-.02 1.74.47a12 12 0 0 1 1.38.87" stroke="currentColor" stroke-width="1.5"></path></svg>