Stopwatch Play 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 { IconStopwatchPlay } from "@devigner-ui/icons";
<IconStopwatchPlay className="size-6" />
<script setup>
import { IconStopwatchPlay } from "@devigner-ui/icons-vue";
</script>
<template>
<IconStopwatchPlay class="size-6" />
</template>
<script>
import { IconStopwatchPlay } from "@devigner-ui/icons-svelte";
</script>
<IconStopwatchPlay 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="M10 2h4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path><path d="M13.89 10.94c1.07.87 1.61 1.31 1.61 2.06s-.54 1.19-1.61 2.07a15 15 0 0 1-1.65 1.16c-1.07.66-1.6.98-2.09.62s-.52-1.12-.61-2.63a22 22 0 0 1 0-2.44c.09-1.51.13-2.27.61-2.63s1.02-.03 2.1.62a15 15 0 0 1 1.64 1.17" stroke="currentColor" stroke-width="1.5"></path></svg>