Play Remove 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 { IconPlayRemove } from "@devigner-ui/icons";
<IconPlayRemove className="size-6" />
<script setup>
import { IconPlayRemove } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPlayRemove class="size-6" />
</template>
<script>
import { IconPlayRemove } from "@devigner-ui/icons-svelte";
</script>
<IconPlayRemove 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="M22.67 12q0 1.98-.72 3.72a4 4 0 0 0-4.78.16 3.97 3.97 0 0 0-.77 5.39A10 10 0 1 1 22.67 12" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M10.05 12v-1.39c0-1.72 1.22-2.43 2.71-1.57l1.2.69 1.2.69c1.49.86 1.49 2.27 0 3.13l-1.2.69-1.2.69c-1.49.86-2.71.16-2.71-1.57z" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="M23.67 19a4 4 0 0 1-1.37 3 3.93 3.93 0 0 1-6.05-.94A3.97 3.97 0 0 1 19.67 15a4 4 0 0 1 4 4" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><g opacity="1"><path d="m20.74 20.04-2.12-2.11" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path><path d="m20.72 17.96-2.12 2.11" stroke="currentColor" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>