Pause 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 { IconPauseCircle } from "@devigner-ui/icons";
<IconPauseCircle className="size-6" />
<script setup>
import { IconPauseCircle } from "@devigner-ui/icons-vue";
</script>
<template>
<IconPauseCircle class="size-6" />
</template>
<script>
import { IconPauseCircle } from "@devigner-ui/icons-svelte";
</script>
<IconPauseCircle 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="M8 9.5c0-.47 0-.7.08-.88a1 1 0 0 1 .54-.54C8.8 8 9.03 8 9.5 8s.7 0 .88.08q.38.17.54.54c.08.18.08.41.08.88v5c0 .47 0 .7-.08.88a1 1 0 0 1-.54.54c-.18.08-.41.08-.88.08s-.7 0-.88-.08a1 1 0 0 1-.54-.54C8 15.2 8 14.97 8 14.5z" stroke="currentColor" stroke-width="1.5"></path><path d="M13 9.5c0-.47 0-.7.08-.88a1 1 0 0 1 .54-.54c.18-.08.41-.08.88-.08s.7 0 .88.08q.38.17.54.54c.08.18.08.41.08.88v5c0 .47 0 .7-.08.88a1 1 0 0 1-.54.54c-.18.08-.41.08-.88.08s-.7 0-.88-.08a1 1 0 0 1-.54-.54c-.08-.18-.08-.41-.08-.88z" stroke="currentColor" stroke-width="1.5"></path></svg>