Stopwatch Pause icon in outline, twotone, bold and bulk. Free in all four styles, for calendar, scheduling, alarms, timers, history. Copy the SVG, the React, Vue or Svelte component, or download a PNG.
import { IconStopwatchPause } from "@devigner-ui/icons";
<IconStopwatchPause className="size-6" />
<script setup>
import { IconStopwatchPause } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStopwatchPause class="size-6" />
</template>
<script>
import { IconStopwatchPause } from "@devigner-ui/icons-svelte";
</script>
<IconStopwatchPause 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="13.0005" r="9" stroke="currentColor" stroke-width="1.5"></circle><path d="M8 10.5c0-.47 0-.7.08-.88a1 1 0 0 1 .54-.54C8.8 9 9.03 9 9.5 9s.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 16.2 8 15.97 8 15.5z" stroke="currentColor" stroke-width="1.5"></path><path d="M13 10.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><path d="M10 2h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>